GSM A RR: fix wrong cause value in gsm_a_rr_RR_cause_vals

Also, take a chance to correct the comment: section 6.11.0 does
not exit in 3GPP TS 44.018.  In version 15.4.0 Release 15 of
the referenced document it is 10.5.2.31 (table 10.5.2.31.1).


(cherry picked from commit 732591237b)
This commit is contained in:
Vadim Yanitskiy 2020-10-29 01:25:05 +00:00 committed by Pascal Quantin
parent 34b41729f9
commit 731f847342
1 changed files with 2 additions and 2 deletions

View File

@ -401,7 +401,7 @@ const value_string gsm_rr_rest_octets_elem_strings[] = {
};
/* RR cause value (octet 2) TS 44.018 6.11.0*/
/* RR cause value (octet 2) 3GPP TS 24.018, section 10.5.2.31 */
/* public symbol for packet-gsm_gsup.c */
const value_string gsm_a_rr_RR_cause_vals[] = {
{ 0, "Normal event"},
@ -414,7 +414,7 @@ const value_string gsm_a_rr_RR_cause_vals[] = {
{ 8, "Handover impossible, timing advance out of range"},
{ 9, "Channel mode unacceptable"},
{ 10, "Frequency not implemented"},
{ 13, "Originator or talker leaving group call area"},
{ 11, "Originator or talker leaving group call area"},
{ 12, "Lower layer failure"},
{ 0x41, "Call already cleared"},
{ 0x5f, "Semantically incorrect message"},