aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/gsup.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/gsm/gsup.h')
-rw-r--r--include/osmocom/gsm/gsup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsup.h b/include/osmocom/gsm/gsup.h
index e2912a64..0030d5a2 100644
--- a/include/osmocom/gsm/gsup.h
+++ b/include/osmocom/gsm/gsup.h
@@ -64,6 +64,10 @@ enum osmo_gsup_iei {
/*! GSUP message type */
enum osmo_gsup_message_type {
+ OSMO_GSUP_MSGT_MAP = 0b01111111,
+ OSMO_GSUP_MSGT_SMS = 0b01111110,
+ OSMO_GSUP_MSGT_USSD_MAP = 0b01111101,
+
OSMO_GSUP_MSGT_UPDATE_LOCATION_REQUEST = 0b00000100,
OSMO_GSUP_MSGT_UPDATE_LOCATION_ERROR = 0b00000101,
OSMO_GSUP_MSGT_UPDATE_LOCATION_RESULT = 0b00000110,