From daf753477e52f744de428a64e68462e3f898f31c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 26 Jul 2010 20:01:07 +0800 Subject: gsm_04_80: Add untested code for USSD notification... One should be able to send a USSD Notification to a given subscriber if we has an active link... --- 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 e0a7c3623..8215ca736 100644 --- a/openbsc/include/openbsc/gsm_04_80.h +++ b/openbsc/include/openbsc/gsm_04_80.h @@ -29,4 +29,6 @@ struct msgb *gsm0480_create_unstructuredSS_Notify(const char *text); int gsm0480_wrap_invoke(struct msgb *msg, int op, int link_id); int gsm0480_wrap_facility(struct msgb *msg); +int gsm0480_send_ussdNotify(struct gsm_subscriber_connection *conn, const char *text); + #endif -- cgit v1.2.3