Toolpack:Creating a TCAP Stack C
From TBwiki
(Difference between revisions)
m |
m |
||
Line 1: | Line 1: | ||
− | === '''''Applies to version(s): v2.9, v2.10''''' === | + | === '''''Applies to version(s): v2.9, v2.10, v3.0''''' === |
{{DISPLAYTITLE:Creating a TCAP Stack}} | {{DISPLAYTITLE:Creating a TCAP Stack}} | ||
− | + | After the SCCP layer of the SS7 system is created, you must create the [[TCAP]] layer. | |
The TCAP layer uses transport services provided by SCCP to implement transaction capabilities application services. TCAP defines the end-to-end protocol between TCAP users, which may be located in a SS7 network or in another network supporting TCAP protocol. | The TCAP layer uses transport services provided by SCCP to implement transaction capabilities application services. TCAP defines the end-to-end protocol between TCAP users, which may be located in a SS7 network or in another network supporting TCAP protocol. |
Revision as of 10:51, 20 December 2017
Applies to version(s): v2.9, v2.10, v3.0
After the SCCP layer of the SS7 system is created, you must create the TCAP layer.
The TCAP layer uses transport services provided by SCCP to implement transaction capabilities application services. TCAP defines the end-to-end protocol between TCAP users, which may be located in a SS7 network or in another network supporting TCAP protocol.
The first step in doing so is to create a new TCAP stack.
To create a TCAP stack:
1- Click TCAP from the navigation panel
2- Configure the new TCAP stack:
- Enter a name for the TCAP stack
- Select a primary adapter
- Select a secondary adapter
- Click Create
3- Verify that the "TcapStack was successfully created" message appears
Path
/configurations/@[configuration_name]/tcap_stacks/@[tcap_stack]
Parameters (text)
/configurations/@[configuration_name]/tcap_stacks/@[tcap_stack] enabled = true name = "@[tcap_stack]" primary_unit = "NONE" return_on_error = true secondary_unit = "NONE"
Parameters (json)
{ "enabled" : true, "name" : "@[tcap_stack]", "primary_unit" : "NONE", "return_on_error" : true, "secondary_unit" : "NONE" }
List of Parameters
Advanced Parameters