Toolpack:Creating an M3UA Network D: Difference between revisions
mNo edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:Creating an M3UA Network}} | {{DISPLAYTITLE:Creating an M3UA Network}} | ||
{| class="wikitable" | |||
|- | |||
|rowspan="3"|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. | Just like the M3UA SAP, the M3UA network is another important component of an M3UA configuration. | ||
Latest revision as of 14:19, 24 June 2024
| 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"
}


