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;