aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_04_80.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-26 20:01:07 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-26 20:01:07 +0800
commitdaf753477e52f744de428a64e68462e3f898f31c (patch)
treed43d3bec48a7fe24671f0171b5c3c74f20208106 /openbsc/include/openbsc/gsm_04_80.h
parent742fc700117d7c81c55b3df7a2486654067a8771 (diff)
gsm_04_80: Add untested code for USSD notification...
One should be able to send a USSD Notification to a given subscriber if we has an active link...
Diffstat (limited to 'openbsc/include/openbsc/gsm_04_80.h')
-rw-r--r--openbsc/include/openbsc/gsm_04_80.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_04_80.h b/openbsc/include/openbsc/gsm_04_80.h
index e0a7c3623..8215ca736 100644
--- a/openbsc/include/openbsc/gsm_04_80.h
+++ b/openbsc/include/openbsc/gsm_04_80.h
@@ -29,4 +29,6 @@ struct msgb *gsm0480_create_unstructuredSS_Notify(const char *text);
int gsm0480_wrap_invoke(struct msgb *msg, int op, int link_id);
int gsm0480_wrap_facility(struct msgb *msg);
+int gsm0480_send_ussdNotify(struct gsm_subscriber_connection *conn, const char *text);
+
#endif