aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-11-29 12:46:58 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2017-02-07 14:47:30 +0100
commit670481770e64063464c7d90a154b6351686e8501 (patch)
treee67ce4e0374395b9c260e39efaf3a602a5141b17
parent791fc000cc91cd3beff24a0b32e3bb56b149d79b (diff)
libbsc: fix wrong mask introduced by 95db69b7 in chreq
-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 */