aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_04_80.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-30 18:53:47 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-30 18:56:07 +0800
commit12eb9b7bd965f4e35da7ae7868fb9579fabc7a0f (patch)
tree4541b9e15c9ee2b189de3546b38b5f21d6ace9bf /openbsc/include/openbsc/gsm_04_80.h
parent841c2000d334a207e8d972fed516c62674b72d02 (diff)
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.
Diffstat (limited to 'openbsc/include/openbsc/gsm_04_80.h')
-rw-r--r--openbsc/include/openbsc/gsm_04_80.h6
1 files changed, 0 insertions, 6 deletions
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);