[PATCH 2/9] libmsc: Add USSD MAP constant in gsup_message_type

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:31 UTC 2016


From: Sergey Kostanbaev <Sergey.Kostanbaev at fairwaves.co>

---
 openbsc/include/openbsc/gprs_gsup_messages.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/openbsc/include/openbsc/gprs_gsup_messages.h b/openbsc/include/openbsc/gprs_gsup_messages.h
index 8cbc809..fb9c66e 100644
--- a/openbsc/include/openbsc/gprs_gsup_messages.h
+++ b/openbsc/include/openbsc/gprs_gsup_messages.h
@@ -53,6 +53,8 @@ enum gprs_gsup_iei {
 };
 
 enum gprs_gsup_message_type {
+	GPRS_GSUP_MSGT_USSD_MAP                 = 0b01111111,
+
 	GPRS_GSUP_MSGT_UPDATE_LOCATION_REQUEST	= 0b00000100,
 	GPRS_GSUP_MSGT_UPDATE_LOCATION_ERROR	= 0b00000101,
 	GPRS_GSUP_MSGT_UPDATE_LOCATION_RESULT	= 0b00000110,
-- 
1.9.1




More information about the OpenBSC mailing list