From 974c428ec94f4ca6f4a6355914d04fdeaccdc39c Mon Sep 17 00:00:00 2001 From: "christian.rowlands" Date: Wed, 4 Aug 2021 10:54:50 +0200 Subject: [PATCH] Added a comment about Wireshark for the SACCH/8 channel subtype --- .../com/craxiom/networksurveyplus/messages/QcdmGsmParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/craxiom/networksurveyplus/messages/QcdmGsmParser.java b/app/src/main/java/com/craxiom/networksurveyplus/messages/QcdmGsmParser.java index caa41bf..1dfaf44 100644 --- a/app/src/main/java/com/craxiom/networksurveyplus/messages/QcdmGsmParser.java +++ b/app/src/main/java/com/craxiom/networksurveyplus/messages/QcdmGsmParser.java @@ -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;