aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/src/libbsc/gsm_04_08_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libbsc/gsm_04_08_utils.c b/openbsc/src/libbsc/gsm_04_08_utils.c
index 78d504ddf..0226b8367 100644
--- a/openbsc/src/libbsc/gsm_04_08_utils.c
+++ b/openbsc/src/libbsc/gsm_04_08_utils.c
@@ -80,7 +80,7 @@ static const struct chreq chreq_type_neci1[] = {
{ 0x78, 0xfc, CHREQ_T_PDCH_ONE_PHASE },
{ 0x79, 0xfa, CHREQ_T_PDCH_ONE_PHASE },
{ 0x7a, 0xf9, CHREQ_T_PDCH_ONE_PHASE },
- { 0x7f, 0xf, CHREQ_T_RESERVED_IGNORE },
+ { 0x7f, 0xff, CHREQ_T_RESERVED_IGNORE },
};
/* If SYSTEM INFORMATION TYPE 4 NECI bit == 0 */