aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsmtap.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-07-30 15:49:21 +0200
committerMichael Mann <mmann78@netscape.net>2017-07-30 23:54:57 +0000
commit990192872d30120e0e54cb6da7b150b7b883528b (patch)
tree9527b45a6c353b75ef53fa45816a13e7a76776bc /epan/dissectors/packet-gsmtap.h
parent64b5a38bd9ac83bfc36062eb0c4f7f384930176c (diff)
GSMTAP: Proper name for PDTCH (not PDCH)
PDCH is the physical channel name, while PDTCH is one of the logical channels (goether with PTCCH and PACCH) on the PDTCH. Let's call it by its proper name, rather than keeping the misnomer. Change-Id: I724fcfba595c9c861b64a30d5510468ec007424c Reviewed-on: https://code.wireshark.org/review/22860 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-gsmtap.h')
-rw-r--r--epan/dissectors/packet-gsmtap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsmtap.h b/epan/dissectors/packet-gsmtap.h
index 306a195fad..16143c9ceb 100644
--- a/epan/dissectors/packet-gsmtap.h
+++ b/epan/dissectors/packet-gsmtap.h
@@ -83,7 +83,7 @@
#define GSMTAP_CHANNEL_TCH_H 0x0a
#define GSMTAP_CHANNEL_PACCH 0x0b
#define GSMTAP_CHANNEL_CBCH52 0x0c
-#define GSMTAP_CHANNEL_PDCH 0x0d
+#define GSMTAP_CHANNEL_PDTCH 0x0d
#define GSMTAP_CHANNEL_PTCCH 0x0e
#define GSMTAP_CHANNEL_CBCH51 0x0f