aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
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-29 04:13:11 +0800
commit1c5d12009e15d1790b363de0dfb05f4260249caa (patch)
treeb442a1d81c86557eb4f0449e4032cd4534d34503 /openbsc/include/openbsc
parentb6dd348df2837f71a3c482b028e69995937d2693 (diff)
gsm0480: Attempt to encode a NotifySS-Arg with a username..
Diffstat (limited to 'openbsc/include/openbsc')
-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 b5ab1c6ea..2842d8d39 100644
--- a/openbsc/include/openbsc/gsm_04_80.h
+++ b/openbsc/include/openbsc/gsm_04_80.h
@@ -19,4 +19,6 @@ int gsm0480_send_ussd_response(const struct msgb *in_msg, const char* response_t
int gsm0480_send_ussd_reject(const struct msgb *msg,
const struct ussd_request *request);
+struct msgb * gsm0480_create_notifySS(const char *text);
+
#endif