Parameter: SCCP Net Indicator Bit
From TBwiki
(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 ...") |
|||
(3 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
=SCCP Network Indicator Bit= | =SCCP Network Indicator Bit= | ||
− | The Network Indicator is | + | 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. | |
− | + | ||
− | + | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! Decimal | + | ! Decimal !! Description |
|- | |- | ||
− | + | | 0 || International | |
|- | |- | ||
− | | 1 | + | | 1 || National |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|} | |} | ||
+ | ---- | ||
+ | [[File:Sccp_net_indicator.png|Sccp net indicator]] | ||
+ | |||
+ | '''Wireshark does not decode this field yet.''' |
Latest revision as of 10: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 |
Wireshark does not decode this field yet.