From 15ef17e70efc60190ed01609e3f1230d20e062bc Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 26 Jul 2010 18:34:27 +0800 Subject: gsm_04_80: Create a unstructuredSS-Notify message Create a unstructuredSS-Notify for a given type. --- openbsc/include/openbsc/gsm_04_80.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc/gsm_04_80.h') 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 -- cgit v1.2.3