[PATCH 4/4] gsm0480: registerSS and eraseSS

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Sergey Kostanbaev sergey.kostanbaev at gmail.com
Fri Apr 22 12:41:15 UTC 2016


From: "Sergey.Kostanbaev" <Sergey.Kostanbaev at gmail.com>

---
 src/gsm/gsm0480.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gsm/gsm0480.c b/src/gsm/gsm0480.c
index e073602..f11bdfe 100644
--- a/src/gsm/gsm0480.c
+++ b/src/gsm/gsm0480.c
@@ -517,6 +517,8 @@ static int parse_ss_invoke(const uint8_t *invoke_data, uint16_t length,
 						   length - offset - 3,
 						   req);
 			break;
+		case GSM0480_OP_CODE_REGISTER_SS:
+		case GSM0480_OP_CODE_ERASE_SS:
 		case GSM0480_OP_CODE_ACTIVATE_SS:
 		case GSM0480_OP_CODE_DEACTIVATE_SS:
 		case GSM0480_OP_CODE_INTERROGATE_SS:
-- 
1.9.1




More information about the OpenBSC mailing list