From 1c5d12009e15d1790b363de0dfb05f4260249caa 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') 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 -- cgit v1.2.3