Signaling point code

Associated variants: ANSI 88, ETSI V2, ETSI V3, ITU Blue, ITU White, ITU 97

Identifies the signaling point at which a call failed in a release message.

typedef struct _sigPointCode  /* Signaling Point Code */
{
    ElmtHdr eh;               /* element header       */
    TknU32  sigPointCode;     /* signaling point code */
} SiSigPointCode;

The sigPointCode field is encoded as a 32-bit quantity of which the least significant 24 bits (ANSI 88) or the least significant 14 bits (ETSI and ITU) are used. For example, an ANSI point code represented by the decimal string 1.4.7 is encoded as the hexadecimal number 0x00010407.

Tokens

Token

ANSI 88

ETSI V2

ETSIV3

ITU Blue

ITU White

ITU 97

sigPointCode

*

*

 

*

*

*