Actions

Toolpack:Creating an SCCP LSAP C: Difference between revisions

(Added northbound data)
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9''''' ===
{{DISPLAYTITLE:Creating an SCCP LSAP}}
{{DISPLAYTITLE:Creating an SCCP LSAP}}
{| class="wikitable"
|-
|rowspan="3"|This article applies to:
|'''Product'''
|'''Version'''
|-
|Tmedia
|3.0, 3.2, 3.3
|}
After you create an [[SCCP]] network, you must create a new SCCP lower service access point ([[LSAP]]).
After you create an [[SCCP]] network, you must create a new SCCP lower service access point ([[LSAP]]).



Latest revision as of 14:15, 24 June 2024

This article applies to: Product Version
Tmedia 3.0, 3.2, 3.3

After you create an SCCP network, you must create a new SCCP lower service access point (LSAP).

Creating an LSAP tells the SCCP protocol layer about a collection of SS7 nodes that are accessible through MTP3.

To Create an SCCP LSAP:

1- Select SCCP from the navigation panel



2- Select an SCCP Network



3- Click Create New SCCP LSAP in the SCCP network configuration window



4- Configure the new SCCP LSAP:

  • Enter a Name for the LSAP
  • Click Create


5- Verify that the "SccpLsap was successfully created" message appears



Path

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_networks/@[sccp_network]/sccp_lsaps/@[sccp_lsap]

Parameters (text)

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_networks/@[sccp_network]/sccp_lsaps/@[sccp_lsap]
max_msg_len = 272
name        = "@[sccp_lsap]"

Parameters (json)

{
  "max_msg_len" : 272,
  "name" : "@[sccp_lsap]",
}


List of Parameters

Advanced Parameters