mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-08-14 19:03:55 +00:00
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:
parent
6edb20c605
commit
d2b84104f8
1 changed files with 4 additions and 4 deletions
|
|
@ -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 ===== */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue