Actions

Creating an M3UA Network (SGP)

Applies to version(s): 2.9, 2.10, 3.0, 3.2

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:

CreateM3ua 0.png


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

Create M3UA Network SGP 0.png


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

Create M3UA Network SGP 1.png


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

Create M3UA Network .png


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