From 680833e2ba26b4e996046cee6de3cbb37d350083 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 25 Jul 2010 18:08:53 +0800 Subject: gsm0480: Attempt to encode a NotifySS-Arg with a username.. --- openbsc/include/openbsc/gsm_04_80.h | 2 ++ 1 file changed, 2 insertions(+) (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 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 -- cgit v1.2.3