Actions

Creating an M3UA Network (SGP)

Revision as of 17:28, 13 January 2016 by Allyntree (talk | contribs) (Added northbound data)

Applies to version(s): v2.9

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