From f04e7702c48f1c57568f1c6c21a093e71513b2c2 Mon Sep 17 00:00:00 2001 From: AndersBroman Date: Tue, 21 Feb 2017 15:21:20 +0100 Subject: [PATCH] [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 --- epan/dissectors/packet-gsm_a_bssmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },