diff mbox

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

Message ID 1448449439-10546-2-git-send-email-Sergey.Kostanbaev@moex.com
State Superseded
Headers show

Commit Message

Sergey Kostanbaev Nov. 25, 2015, 11:03 a.m. UTC
From: Sergey Kostanbaev <Sergey.Kostanbaev@fairwaves.co>

This message type is used for all USSD MAP-like messages over SUP

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

Patch

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,