aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-01-10 18:03:09 +0600
committerHarald Welte <laforge@gnumonks.org>2018-01-12 14:06:56 +0000
commit6b103e14ba8895cd58968c1eee90f43e0f4b85c9 (patch)
treeac60c51cba2f7a0481b7c550d8cdfc9c1fee1918 /include
parentd783a7574f7d94499bb6ba6a903da24969b0cfca (diff)
bsc/gsm_04_80.h: clean up useless declarations
This change removes a few USSD specific declarations, which are not actually used now, and probably accidentally migrated from legacy OpenBSC. Change-Id: I060223349971a7fce169a018bf16eb91f0e20342
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/gsm_04_80.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/osmocom/bsc/gsm_04_80.h b/include/osmocom/bsc/gsm_04_80.h
index dd699f23d..649ffe19f 100644
--- a/include/osmocom/bsc/gsm_04_80.h
+++ b/include/osmocom/bsc/gsm_04_80.h
@@ -1,22 +1,7 @@
#pragma once
-#include <osmocom/core/msgb.h>
-#include <osmocom/gsm/protocol/gsm_04_80.h>
-#include <osmocom/gsm/gsm0480.h>
-
struct gsm_subscriber_connection;
-int gsm0480_send_ussd_response(struct gsm_subscriber_connection *conn,
- const struct msgb *in_msg, const char* response_text,
- const struct ss_request *req);
-int gsm0480_send_ussd_reject(struct gsm_subscriber_connection *conn,
- const struct msgb *msg,
- const struct ss_request *request);
-
-int msc_send_ussd_notify(struct gsm_subscriber_connection *conn, int level,
- const char *text);
-int msc_send_ussd_release_complete(struct gsm_subscriber_connection *conn);
-
int bsc_send_ussd_notify(struct gsm_subscriber_connection *conn, int level,
const char *text);
int bsc_send_ussd_release_complete(struct gsm_subscriber_connection *conn);