Skip to content

Commit

Permalink
Added a comment about Wireshark for the SACCH/8 channel subtype
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Aug 4, 2021
1 parent bd7e9d5 commit 974c428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public static int getGsmtapGsmChannelType(int channelType)
case 3: // 0x03
return GsmSubtypes.GSMTAP_CHANNEL_CCCH.ordinal();
case 4: // 0x04
return 0x88; // Not sure why 4 maps to 0x88, but that is what SCAT and others do
return 0x88; // Not sure why 4 maps to 0x88, but that is what SCAT and others do. In wireshark this is SACCH/8

default:
return 0;
Expand Down

0 comments on commit 974c428

Please sign in to comment.