Actions

Toolpack:Creating an M3UA Configuration SGP D: Difference between revisions

(Created page with "=== '''''Applies to version(s): v2.9.''''' === {{DISPLAYTITLE:Creating an M3UA Configuration (SGP)}} To set up your M3UA system as a Signaling Gateway Process (SGP), you must ...")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9.''''' ===
{{DISPLAYTITLE:Creating an M3UA Configuration (SGP)}}
{{DISPLAYTITLE:Creating an M3UA Configuration (SGP)}}
{| class="wikitable"
|-
|rowspan="2"|This article applies to:
|'''Product'''
|'''Version'''
|-
|Tmedia
|3.0, 3.2, 3.3
|}
To set up your M3UA system as a Signaling Gateway Process (SGP), you must first create a new M3UA configuration.
To set up your M3UA system as a Signaling Gateway Process (SGP), you must first create a new M3UA configuration.


Line 29: Line 39:
'''Path'''
'''Path'''
<pre>
<pre>
/configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]
</pre>
</pre>


'''Parameters (text)'''
'''Parameters (text)'''
<pre>
<pre>
/configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]
enabled            = false
name                = "@[m3ua_name]"
node_type          = "Signaling Gateway Process (SGP)"
/configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]/advanced_parameters
as_pending_timer              = "5 seconds"
asp_down_timer                = "2 seconds"
asp_msg_timer                  = "2 seconds"
asp_up_timer                  = "2 seconds"
cong_level_1                  = 500
cong_level_2                  = 600
cong_level_3                  = 750
daud_timer                    = "2 seconds"
destination_restrict_supported = false
drkm_nb_msg                    = 3
drkm_timer                    = "2 seconds"
duna_settle_timer              = "1 second"
heartbeat_timer                = ""
mtp3_status_timer              = "5 seconds"
only_one_hardware_unit_active  = false
restart_timer                  = "10 seconds"
seq_control_timer              = "1 second"
</pre>
</pre>


'''Parameters (json)'''
'''Parameters (json)'''
<pre>
<pre>
{
  "advanced_parameters" : {
    "as_pending_timer" : "5 seconds",
    "asp_down_timer" : "2 seconds",
    "asp_msg_timer" : "2 seconds",
    "asp_up_timer" : "2 seconds",
    "cong_level_1" : 500,
    "cong_level_2" : 600,
    "cong_level_3" : 750,
    "daud_timer" : "2 seconds",
    "destination_restrict_supported" : false,
    "drkm_nb_msg" : 3,
    "drkm_timer" : "2 seconds",
    "duna_settle_timer" : "1 second",
    "heartbeat_timer" : "",
    "mtp3_status_timer" : "5 seconds",
    "only_one_hardware_unit_active" : false,
    "restart_timer" : "10 seconds",
    "seq_control_timer" : "1 second"
  },
  "enabled" : false,
  "name" : "@[m3ua_name]",
  "node_type" : "Signaling Gateway Process (SGP)"
}
</pre>
</pre>
</div>
</div>


==List of Parameters==
==List of Parameters==

Latest revision as of 14:07, 24 June 2024


This article applies to: Product Version
Tmedia 3.0, 3.2, 3.3

To set up your M3UA system as a Signaling Gateway Process (SGP), you must first create a new M3UA configuration.

In this configuration the the SIGTRAN M3UA is an extension of the MTP3 layer. This system is typically set up between Signaling Gateway Process (SGP) and Application Server Process .

To create an M3UA SGP configuration:


1- Click M3UA in the navigation panel:

2- Configure the M3UA service for SGP:

  • Enter a name for the configuration
  • Select Signaling Gateway Process (SGP) as the node type
  • Click Create

3- Verify that the "M3ua Cfg was successfully created" message appears


Path

/configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]

Parameters (text)

/configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]
enabled             = false
name                = "@[m3ua_name]"
node_type           = "Signaling Gateway Process (SGP)"

/configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]/advanced_parameters
as_pending_timer               = "5 seconds"
asp_down_timer                 = "2 seconds"
asp_msg_timer                  = "2 seconds"
asp_up_timer                   = "2 seconds"
cong_level_1                   = 500
cong_level_2                   = 600
cong_level_3                   = 750
daud_timer                     = "2 seconds"
destination_restrict_supported = false
drkm_nb_msg                    = 3
drkm_timer                     = "2 seconds"
duna_settle_timer              = "1 second"
heartbeat_timer                = ""
mtp3_status_timer              = "5 seconds"
only_one_hardware_unit_active  = false
restart_timer                  = "10 seconds"
seq_control_timer              = "1 second"

Parameters (json)

{
  "advanced_parameters" : {
    "as_pending_timer" : "5 seconds",
    "asp_down_timer" : "2 seconds",
    "asp_msg_timer" : "2 seconds",
    "asp_up_timer" : "2 seconds",
    "cong_level_1" : 500,
    "cong_level_2" : 600,
    "cong_level_3" : 750,
    "daud_timer" : "2 seconds",
    "destination_restrict_supported" : false,
    "drkm_nb_msg" : 3,
    "drkm_timer" : "2 seconds",
    "duna_settle_timer" : "1 second",
    "heartbeat_timer" : "",
    "mtp3_status_timer" : "5 seconds",
    "only_one_hardware_unit_active" : false,
    "restart_timer" : "10 seconds",
    "seq_control_timer" : "1 second"
  },
  "enabled" : false,
  "name" : "@[m3ua_name]",
  "node_type" : "Signaling Gateway Process (SGP)"
}

List of Parameters