Toolpack:Creating a TCAP Stack C

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(added northbound data)
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9''''' ===
 
 
{{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.
+
{| class="wikitable"
 +
|-
 +
|rowspan="3"|This article applies to:
 +
|'''Product'''
 +
|'''Version'''
 +
|-
 +
|Tmedia
 +
|2.9, 2.10, 3.0, 3.2
 +
|}
  
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.
+
After the SCCP layer of the SS7 system is created, you must create the [[TCAP]] layer.
  
The first step in doing so is to create a new TCAP stack.
+
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, and these users may be located in a SS7  network or in another network supporting TCAP protocol.
  
 
To create a TCAP stack:
 
To create a TCAP stack:
 
  
 
1- Click '''TCAP''' from the navigation panel
 
1- Click '''TCAP''' from the navigation panel
 
  
 
[[Image:Create_TCAP_Stack_0.png]]
 
[[Image:Create_TCAP_Stack_0.png]]
Line 22: Line 27:
 
* Select a '''secondary adapter'''
 
* Select a '''secondary adapter'''
 
* Click '''Create'''
 
* Click '''Create'''
 
  
 
[[Image:Create_TCAP_Stack_1.png]]
 
[[Image:Create_TCAP_Stack_1.png]]
Line 28: Line 32:
  
 
3- Verify that the '''"TcapStack was successfully created"''' message appears
 
3- Verify that the '''"TcapStack was successfully created"''' message appears
 
  
 
[[Image:Create_TCAP_Stack_2.png]]
 
[[Image:Create_TCAP_Stack_2.png]]

Latest revision as of 13:36, 9 December 2020

This article applies to: Product Version
Tmedia 2.9, 2.10, 3.0, 3.2

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, and these users may be located in a SS7 network or in another network supporting TCAP protocol.

To create a TCAP stack:

1- Click TCAP from the navigation panel

Create TCAP Stack 0.png


2- Configure the new TCAP stack:

  • Enter a name for the TCAP stack
  • Select a primary adapter
  • Select a secondary adapter
  • Click Create

Create TCAP Stack 1.png


3- Verify that the "TcapStack was successfully created" message appears

Create TCAP Stack 2.png


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

Personal tools