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 18:34:27 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-26 18:34:27 +0800
commit15ef17e70efc60190ed01609e3f1230d20e062bc (patch)
tree0fc7b30a05cc52f5cd65d3c39e29ec466beb971b /openbsc/include/openbsc/gsm_04_80.h
parent80dfa75df2541a04cbb74960f4fa07410ad443ef (diff)
gsm_04_80: Create a unstructuredSS-Notify message
Create a unstructuredSS-Notify for a given type.
Diffstat (limited to 'openbsc/include/openbsc/gsm_04_80.h')
-rw-r--r--openbsc/include/openbsc/gsm_04_80.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_04_80.h b/openbsc/include/openbsc/gsm_04_80.h
index a019594f7..fbf9465d8 100644
--- a/openbsc/include/openbsc/gsm_04_80.h
+++ b/openbsc/include/openbsc/gsm_04_80.h
@@ -24,6 +24,7 @@ int gsm0480_send_ussd_reject(struct gsm_subscriber_connection *conn,
const struct ussd_request *request);
struct msgb *gsm0480_create_notifySS(const char *text);
+struct msgb *gsm0480_create_unstructuredSS_Notify(const char *text);
int gsm0480_wrap_invoke(struct msgb *msg, int op, int link_id);
#endif