Toolpack:Creating an SCCP Stack C

From TBwiki
(Difference between revisions)
Jump to: navigation, search
m
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9, v2.10''''' ===
 
 
{{DISPLAYTITLE:Creating an SCCP Stack}}
 
{{DISPLAYTITLE:Creating an SCCP Stack}}
 +
{| class="wikitable"
 +
|-
 +
|rowspan="3"|This article applies to:
 +
|'''Product'''
 +
|'''Version'''
 +
|-
 +
|Tmedia
 +
|2.9, 2.10, 3.0, 3.2
 +
|}
 +
 
After the [[ISUP]] portion of your system is configured, you must create the [[SCCP]] layer. The first step in doing so is to create an SCCP stack.
 
After the [[ISUP]] portion of your system is configured, you must create the [[SCCP]] layer. The first step in doing so is to create an SCCP stack.
  

Latest revision as of 13:40, 9 December 2020

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

After the ISUP portion of your system is configured, you must create the SCCP layer. The first step in doing so is to create an SCCP stack.

The Signaling Connection Control Part (SCCP) layer provides connectionless network services and an address translation mechanism, called global title translation (GTT), capability above MTP3.

To create an SCCP stack:


1- Select SCCP from the navigation panel


Create SCCP Stack 0.png


2- Configure the new SCCP stack:


Create SCCP Stack 1.png


3- Verify that the "SCCP Stack was successfully created" message appears

Create SCCP Stack 2.png


Path

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]

Parameters (text)

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]
enabled             = true
ins_maps            = [  ]
isni_maps           = [  ]
name                = " @[sccp_stack]"
primary_unit        = "@[hardware_name]"
secondary_unit      = "NONE"

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/advanced_parameters
custom_msg_imp              = false
def_status_enq_timer        = 1000
msg_imp_ext_unit_data       = 4
msg_imp_ext_unit_data_serv  = 3
msg_imp_long_unit_data      = 4
msg_imp_long_unit_data_serv = 3
msg_imp_unit_data           = 4
msg_imp_unit_data_serv      = 3

Parameters (json)

{
  "advanced_parameters" : {
    "custom_msg_imp" : false,
    "def_status_enq_timer" : 1000,
    "msg_imp_ext_unit_data" : 4,
    "msg_imp_ext_unit_data_serv" : 3,
    "msg_imp_long_unit_data" : 4,
    "msg_imp_long_unit_data_serv" : 3,
    "msg_imp_unit_data" : 4,
    "msg_imp_unit_data_serv" : 3
  },
  "enabled" : true,
  "ins_maps" : [
  ],
  "isni_maps" : [
  ],
  "name" : " @[sccp_stack]",
  "primary_unit" : "@[hardware_name]",
  "secondary_unit" : "NONE
}


List of Parameters

Advanced Parameters

Personal tools