You are here: CSP Developer’s Guide: Common Channel Signaling > 15 M3UA Implementation in the CSP > Bringing M3UA Objects into Service
Bringing M3UA Objects into Service
Overview
Once the physical connection object and logical application server are configured, you bring them into service. You must perform the procedures in the order presented in this section.
Bringing the Physical Connection In Service
Use the NGA Service Configure (0x0160) to bring the connection identified by Object ID into service. Bringing the connection into service also brings the connected Application Server Process and Signaling Gateway Process in service.
Field |
Example Value (hex) |
---|---|
Address Method - Item |
03 |
Functional Area - Signaling |
67 02 00 01 |
Object Type - SS7 Stack |
64 02 10 00 |
Object Identifier - Stack ID |
65 02 00 00 |
Object Type - Sigtram M3UA |
64 02 10 20 |
Object Type - Sigtram Connection |
64 02 10 2B |
Object ID - Connection |
65 02 00 01 |
Data Type - Number of TLVs |
00 01 |
Sigtran Command TLV 0xE001 |
E0 01 |
Length |
00 02 |
In Service |
00 05 |
Taking the Physical Connection Out of Service
To take the Physical Connection out of service, use the NGA Service Configure (0x0160) message type as described above but use the Out of Service value (0x0006) for the Sigtran Command TLV.
Bringing the Logical Application Server in Service
Use the NGA Service Configure (0x0160) to bring the logical Application Server identified by the Object ID into service. Bringing the logical Application Server in service also bring the associated Signaling Gateway in service.
Field |
Example Value (hex) |
---|---|
Address Method - Item |
03 |
Functional Area - Signaling |
67 02 00 01 |
Object Type - SS7 Stack |
64 02 10 00 |
Object Type - Sigtran M3UA Protocol |
64 02 10 20 |
Object Type - Local Application Server |
64 02 10 22 |
Object ID - Application Server |
65 02 00 00 |
Data Type - Number of TLVs |
00 02 |
Sigtran Command TLV 0xE001 |
E0 01 |
Length |
00 02 |
In Service |
00 05 |
Data TLV - Application Server Process Active |
90 48 |
Length |
00 04 |
Number of Logical |
00 01 |
Logical Connection ID |
01 01 |
Taking the Logical Application Server Out of Service
To take the Logical Application Server out of service, use the NGA Service Configure (0x0160) message type as described above but use the Out of Service value (0x0006) for the Sigtran Command TLV. You do not need to use the fields after that TLV.