Toolpack:Creating SS7 Point Codes D

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "=== '''''Applies to version(s): v2.9.''''' === {{DISPLAYTITLE:Creating SS7 Point Codes}} Point codes are used to define the adjacent and target networks so that calls are prop...")
 
(Added northbound interface data)
 
Line 34: Line 34:
 
'''Path'''
 
'''Path'''
 
<pre>
 
<pre>
 +
/configurations/@[configuration_name]/point_codes/@[point_code]
 
</pre>
 
</pre>
  
 
'''Parameters (text)'''
 
'''Parameters (text)'''
 
<pre>
 
<pre>
 +
/configurations/@[configuration_name]/point_codes/@[point_code]
 +
length    = "14bits format=3.8.3"
 +
name      = "@[point_code]"
 +
point_code = "1.7.2"
 +
type      = "OPC"
 
</pre>
 
</pre>
  
 
'''Parameters (json)'''
 
'''Parameters (json)'''
 
<pre>
 
<pre>
 +
{
 +
  "length" : "14bits format=3.8.3",
 +
  "name" : "@[point_code]",
 +
  "point_code" : "1.7.2",
 +
  "type" : "OPC"
 +
}
 
</pre>
 
</pre>
 
</div>
 
</div>

Latest revision as of 17:46, 4 January 2016

Applies to version(s): v2.9.

Point codes are used to define the adjacent and target networks so that calls are properly routed from one network to the next.

To create SS7 originating point codes (OPC) and destination point codes (DPC):

1- Click Point Codes in the navigation panel

PointCodes 0 A.png

2- Click Create New Point Code

PointCodes 1 A.png

3- Configure the new point code:

  • Enter a name for the point code
  • Select a point code type (select type-specific parameters)
  • Select a point code length (14, 16, 24 bits)
  • Enter a point code. Either as bits, decimal, or hexadecimal.
  • Click Create

In this example, an originating point code (OPC) is created.

PointCodes 2 A.png

4. Verify that the "PointCode was successfully created" message appears, and the new point code appears in the Point Codes list

PointCodes 3 A.png


Path

/configurations/@[configuration_name]/point_codes/@[point_code]

Parameters (text)

/configurations/@[configuration_name]/point_codes/@[point_code]
length     = "14bits format=3.8.3"
name       = "@[point_code]"
point_code = "1.7.2"
type       = "OPC"

Parameters (json)

{
  "length" : "14bits format=3.8.3",
  "name" : "@[point_code]",
  "point_code" : "1.7.2",
  "type" : "OPC"
}


List of parameters

Personal tools