aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_04_80.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-25 18:08:53 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-26 03:55:57 +0800
commit680833e2ba26b4e996046cee6de3cbb37d350083 (patch)
tree2a47755457a69eada5bc64ee4d8eacc81cbbd976 /openbsc/include/openbsc/gsm_04_80.h
parentfa530cd6d8bfadf4809188a4acc768e1f26d53be (diff)
gsm0480: Attempt to encode a NotifySS-Arg with a username..
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 b56f3f498..85b6a4990 100644
--- a/openbsc/include/openbsc/gsm_04_80.h
+++ b/openbsc/include/openbsc/gsm_04_80.h
@@ -23,4 +23,6 @@ int gsm0480_send_ussd_reject(struct gsm_subscriber_connection *conn,
const struct msgb *msg,
const struct ussd_request *request);
+struct msgb * gsm0480_create_notifySS(const char *text);
+
#endif