From 8c2d79b3c744a77d5eab8585ab95885f82a457e5 Mon Sep 17 00:00:00 2001 From: "Sergey.Kostanbaev" Date: Thu, 11 Feb 2016 15:05:07 +0300 Subject: gsm0480: parse registerSS and eraseSS --- src/gsm/gsm0480.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gsm/gsm0480.c b/src/gsm/gsm0480.c index eb7f7be8..4d16bfbe 100644 --- a/src/gsm/gsm0480.c +++ b/src/gsm/gsm0480.c @@ -532,6 +532,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: -- cgit v1.2.3