Actions

Creating an M3UA Network (SGP)


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

Just like the M3UA SAP, the M3UA network is another important component of an M3UA configuration.

To create an M3UA network:

1- Click M3UA in the navigation panel:


2- Click Create New M3ua Network in the M3UA configuration panel


3- Configure the new M3UA network:

  • Enter a name for the network
  • Select a protocol type
  • Select a sub-service field
  • Select a DPC length
  • Select an SLS range
  • Click Create


4- Verify that the "M3ua Network was successfully created" message appears


Path

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

Parameters (text)

/configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]/m3ua_networks/@[m3ua_network]
name              = "@[m3ua_network]"
point_code_length = "14bits format=3.8.3"
protocol_type     = "ITU"
sls_range         = "4 bits"
sub_service_field = "National"

Parameters (json)

{
  "name" : "@[m3ua_network]",
  "point_code_length" : "14bits format=3.8.3",
  "protocol_type" : "ITU",
  "sls_range" : "4 bits",
  "sub_service_field" : "National"
}


List of Parameters