Actions

Parameter: SCCP Net Indicator Bit: Difference between revisions

(Created page with "=SCCP Network Indicator Bit= The Network Indicator is two bits wide. The msb tells if the network is National or International. The lsb tells if the network is Reserved ...")
 
No edit summary
Line 1: Line 1:
=SCCP Network Indicator Bit=
=SCCP Network Indicator Bit=
The Network Indicator is two bits wide.
The SCCP Network Indicator is one bit wide.
It is the Most significant bit of the Address Indicator.


The msb tells if the network is National or International. 
It should always be set to international
 
The lsb tells if the network is Reserved or not.


{| class="wikitable"
{| class="wikitable"
Line 10: Line 9:
! Decimal !! Binary !! Description
! Decimal !! Binary !! Description
|-
|-
| 0 || 00 || International
| 0 || International
|-
| 1 || 01 || International Reserved
|-
| 2 || 10 || National
|-
|-
| 3 || 11 || National Reserved
| 1 || National
|}
|}

Revision as of 11:36, 13 August 2012

SCCP Network Indicator Bit

The SCCP Network Indicator is one bit wide. It is the Most significant bit of the Address Indicator.

It should always be set to international

Decimal Binary Description
0 International
1 National