aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_bssmap.c
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2017-02-21 15:21:20 +0100
committerAnders Broman <a.broman58@gmail.com>2017-02-21 14:23:49 +0000
commitf04e7702c48f1c57568f1c6c21a093e71513b2c2 (patch)
treeee2b37d95ea85e6523a2886268bd2b74c4546f75 /epan/dissectors/packet-gsm_a_bssmap.c
parent6814cf4fa7c42a95417a52ddef4abedd554b300e (diff)
[GSM A BSSMAP] Correct a cause value according to TS 48.008 V13.2.0
Change-Id: Ie1983530ed7e3606aa7b21ea91fb1c0867c50759 Reviewed-on: https://code.wireshark.org/review/20228 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gsm_a_bssmap.c')
-rw-r--r--epan/dissectors/packet-gsm_a_bssmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_bssmap.c b/epan/dissectors/packet-gsm_a_bssmap.c
index 623dfae84a..beeeb5e393 100644
--- a/epan/dissectors/packet-gsm_a_bssmap.c
+++ b/epan/dissectors/packet-gsm_a_bssmap.c
@@ -980,7 +980,7 @@ static const range_string gsm_a_bssap_cause_rvals[] = {
{ 0x12, 0x12, "Relocation triggered" },
{ 0x14, 0x14, "Requested option not authorised" },
{ 0x15, 0x15, "Alternative channel configuration requested " },
- { 0x16, 0x16, "Call Identifier already allocated" },
+ { 0x16, 0x16, "Response to an INTERNAL HANDOVER ENQUIRY message" },
{ 0x17, 0x17, "INTERNAL HANDOVER ENQUIRY reject" },
{ 0x18, 0x18, "Redundancy Level not adequate" },
{ 0x19, 0x1f, "Reserved for national use" },