aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-29 04:16:35 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-29 04:29:11 +0800
commit6d2d523e77ef46f2a19095cfa5c726e3681f739c (patch)
tree7018f50076b0dc3c264cbab640702430f721f9af /openbsc/include
parentdbd957c8725f8bc48109c6d2b12bc66c2a1d79aa (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... Conflicts: openbsc/src/vty_interface_layer3.c
Diffstat (limited to 'openbsc/include')
-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 7c58c56ef..63262ea18 100644
--- a/openbsc/include/openbsc/gsm_04_80.h
+++ b/openbsc/include/openbsc/gsm_04_80.h
@@ -25,4 +25,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_lchan *lchan, const char *text);
+
#endif