Toolpack:Creating an M3UA Network D
From TBwiki
(Difference between revisions)
(Created page with "=== '''''Applies to version(s): v2.9''''' === {{DISPLAYTITLE:Creating an M3UA Network}} Just like the M3UA SAP, the M3UA network is another important component of an M3UA conf...") |
(Added northbound data) |
||
Line 36: | Line 36: | ||
'''Path''' | '''Path''' | ||
<pre> | <pre> | ||
+ | /configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]/m3ua_networks/@[m3ua_network] | ||
</pre> | </pre> | ||
'''Parameters (text)''' | '''Parameters (text)''' | ||
<pre> | <pre> | ||
+ | /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" | ||
</pre> | </pre> | ||
'''Parameters (json)''' | '''Parameters (json)''' | ||
<pre> | <pre> | ||
+ | { | ||
+ | "name" : "@[m3ua_network]", | ||
+ | "point_code_length" : "14bits format=3.8.3", | ||
+ | "protocol_type" : "ITU", | ||
+ | "sls_range" : "4 bits", | ||
+ | "sub_service_field" : "National" | ||
+ | } | ||
</pre> | </pre> | ||
</div> | </div> |
Revision as of 17:04, 13 January 2016
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" }