[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>
This commit is contained in:
AndersBroman 2017-02-21 15:21:20 +01:00 committed by Anders Broman
parent 6814cf4fa7
commit f04e7702c4
1 changed files with 1 additions and 1 deletions

View File

@ -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" },