Point Code
(Updated Configuration, Category) |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | A | + | A Point Code (PC) is an address in the SS7 network. It can reference a [[SP|SSP]], STP or SCP. |
Depending on the [[Parameter:_Protocol_Type|SS7 variants]], point code may have different [[Parameter:_DPC_Length|Length]]. | Depending on the [[Parameter:_Protocol_Type|SS7 variants]], point code may have different [[Parameter:_DPC_Length|Length]]. | ||
− | The peer SS7 [[SP]] address is referred as Destination Point Code or [[DPC]]<br\> | + | The peer SS7 [[SP|SSP]] address is referred as Destination Point Code or [[DPC]].<br\> |
− | The local SS7 [[SP]] address is referred as Originating Point code or [[OPC]]<br\> | + | The local SS7 [[SP|SSP]] address is referred as Originating Point code or [[OPC]].<br\> |
+ | We also sometimes use the term Adjacent Point Code (APC) to identify an entity connected directly to the unit with SS7 links.<br\> | ||
− | <br\> | + | <br\>The Point codes can be represented in different formats, depending on the [[Parameter:_Protocol_Type|SS7 variants]]: |
+ | * For ITU variants, the [[Parameter:_DPC_Length|Point Code length]] is 14 bits, in a format 3.8.3 | ||
+ | * For Japanese variants, the [[Parameter:_DPC_Length|Point Code length]] is 16 bits, in a format 7.4.5 | ||
+ | * For ANSI and Chinese variants, the [[Parameter:_DPC_Length|Point Code length]] is 24 bits, in a format 8.8.8 | ||
+ | |||
+ | |||
+ | Some regions use different formats than the dotted notation. It can either be decimal or hexadecimal. | ||
+ | For example: | ||
+ | |||
+ | {| class="wikitable" style="text-align: center;" | ||
+ | |- | ||
+ | ! Variant !!Dotted Notation !! Decimal !! Hexadecimal | ||
+ | |- | ||
+ | | ITU || 2.14.1 || 4209 || 1071 | ||
+ | |- | ||
+ | | ITU || 7.250.7 || 16343 || 3FD7 | ||
+ | |- | ||
+ | | ANSI || 251.3.1 || 16450305 || FB0301 | ||
+ | |} | ||
+ | |||
+ | You can use the tool Point Code Converter (PCC), from LogMeTT, to convert between the different formats. | ||
+ | |||
+ | * [http://logmett.com/index.php?/download/point-code-converter-13.html LogMeTT.com] | ||
+ | ==Configuration== | ||
+ | To configure Point Codes: | ||
+ | * [[Toolpack:Creating_SS7_Point_Codes_C|Toolpack V2.8]] | ||
+ | * [[Toolpack:Creating_SS7_Point_Codes_B|Toolpack V2.7]] | ||
+ | * [[Toolpack:Creating_SS7_Point_Codes_A|Toolpack V2.6]] | ||
+ | |||
+ | [[Category:Parameters]] |
Latest revision as of 12:49, 1 October 2014
A Point Code (PC) is an address in the SS7 network. It can reference a SSP, STP or SCP. Depending on the SS7 variants, point code may have different Length.
The peer SS7 SSP address is referred as Destination Point Code or DPC.
The local SS7 SSP address is referred as Originating Point code or OPC.
We also sometimes use the term Adjacent Point Code (APC) to identify an entity connected directly to the unit with SS7 links.
The Point codes can be represented in different formats, depending on the SS7 variants:
- For ITU variants, the Point Code length is 14 bits, in a format 3.8.3
- For Japanese variants, the Point Code length is 16 bits, in a format 7.4.5
- For ANSI and Chinese variants, the Point Code length is 24 bits, in a format 8.8.8
Some regions use different formats than the dotted notation. It can either be decimal or hexadecimal.
For example:
Variant | Dotted Notation | Decimal | Hexadecimal |
---|---|---|---|
ITU | 2.14.1 | 4209 | 1071 |
ITU | 7.250.7 | 16343 | 3FD7 |
ANSI | 251.3.1 | 16450305 | FB0301 |
You can use the tool Point Code Converter (PCC), from LogMeTT, to convert between the different formats.
Configuration
To configure Point Codes: