From 12eb9b7bd965f4e35da7ae7868fb9579fabc7a0f Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 30 Sep 2010 18:53:47 +0800 Subject: gsm_04_80: Require libosmocore for creating USSD messages Use the libosmocore to create USSD messages, increase the minimum version of libosmocore, add header files, remove the code. --- openbsc/include/openbsc/gsm_04_80.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'openbsc/include/openbsc') diff --git a/openbsc/include/openbsc/gsm_04_80.h b/openbsc/include/openbsc/gsm_04_80.h index bbf15ef79..c860b280d 100644 --- a/openbsc/include/openbsc/gsm_04_80.h +++ b/openbsc/include/openbsc/gsm_04_80.h @@ -23,12 +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); -struct msgb *gsm0480_create_unstructuredSS_Notify(int alertLevel, 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, int level, const char *text); int gsm0480_send_releaseComplete(struct gsm_subscriber_connection *conn); -- cgit v1.2.3