GSM: Correct GSMTAP channel types

GSMTAP channel types are not consistent with current Wireshark types,
which originate from libosmocore.

http://cgit.osmocom.org/cgit/libosmocore/tree/include/osmocom/core/gsmtap.h

The types may not have been supported in Wireshark at the previous time
of modification, however, they are now supported in mainline and popular
distributions.

Signed-off-by: Tom Tsou <tom@tsou.cc>
This commit is contained in:
Thomas Tsou
2015-01-20 17:22:44 -08:00
committed by Michael Iedema
parent 6edb20c605
commit d2b84104f8

View File

@@ -77,11 +77,11 @@
#define GSMTAP_CHANNEL_SDCCH8 0x08
#define GSMTAP_CHANNEL_TCH_F 0x09
#define GSMTAP_CHANNEL_TCH_H 0x0a
#define GSMTAP_CHANNEL_CBCH51 0x0b
#define GSMTAP_CHANNEL_PACCH 0x0b
#define GSMTAP_CHANNEL_CBCH52 0x0c
#define GSMTAP_CHANNEL_PDCH 0x0d // pats note: This one is not implemented in wireshark.
#define GSMTAP_CHANNEL_PTCCH 0x0e // pats note: and neither is this one.
#define GSMTAP_CHANNEL_PACCH 0x0f // pats note: This is the one that is implemented.
#define GSMTAP_CHANNEL_PDCH 0x0d
#define GSMTAP_CHANNEL_PTCCH 0x0e
#define GSMTAP_CHANNEL_CBCH51 0x0f
#define GSMTAP_CHANNEL_ACCH 0x80
/* ====== DO NOT MAKE UNAPPROVED MODIFICATIONS HERE ===== */