[PATCH 1/4] core: RELEASE COMPLETE can be without any payload

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
Wed Nov 25 10:37:01 UTC 2015


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

This series of patches supposed to add support of USSD-menu style
message handling with language support.
---
 src/gsm/gsm0480.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/gsm/gsm0480.c b/src/gsm/gsm0480.c
index 952604b..9bd54fa 100644
--- a/src/gsm/gsm0480.c
+++ b/src/gsm/gsm0480.c
@@ -248,12 +248,6 @@ int gsm0480_decode_ss_request(const struct gsm48_hdr *hdr, uint16_t len,
 				struct ss_request *req)
 {
 	int rc = 0;
-
-	if (len < sizeof(*hdr) + 2) {
-		LOGP(0, LOGL_DEBUG, "SS Request is too short.\n");
-		return 0;
-	}
-
 	if ((hdr->proto_discr & 0x0f) == GSM48_PDISC_NC_SS) {
 		req->transaction_id = hdr->proto_discr & 0x70;
 		rc = parse_ss(hdr, len, req);
-- 
1.9.1




More information about the OpenBSC mailing list