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
 
(3 intermediate revisions by the same user not shown)
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"
|-
|-
! Decimal !! Binary !! Description
! Decimal !! Description
|-
| 0 || 00 || International
|-
| 1 || 01 || International Reserved
|-
|-
| 2 || 10 || National
| 0 || International
|-
|-
| 3 || 11 || National Reserved
| 1 || National
|}
|}
----
[[File:Sccp_net_indicator.png|Sccp net indicator]]
'''Wireshark does not decode this field yet.'''

Latest revision as of 11:41, 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 Description
0 International
1 National

Sccp net indicator

Wireshark does not decode this field yet.