aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/ussd.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/ussd.h')
-rw-r--r--openbsc/include/openbsc/ussd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/ussd.h b/openbsc/include/openbsc/ussd.h
index a84f51fbd..eee0b9a0c 100644
--- a/openbsc/include/openbsc/ussd.h
+++ b/openbsc/include/openbsc/ussd.h
@@ -5,6 +5,9 @@
#include <osmocom/core/msgb.h>
+#define USSD_MO 1
+#define USSD_MT 0
+
int handle_rcv_ussd(struct gsm_subscriber_connection *conn, struct msgb *msg);