aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/gsm_04_80.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-01-10 18:08:10 +0600
committerVadim Yanitskiy <axilirator@gmail.com>2018-01-10 18:09:16 +0600
commit7c93591b2c6d914ecb650b968abddd3177c64012 (patch)
treea33f649d2b33a4b536bf9ab18971166d67b6146c /include/osmocom/msc/gsm_04_80.h
parent563e1dbef21600fdac24e9091b8b78e08279ffab (diff)
msc/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: Id57a24b92790d3ce0f9c7343d060f511e2b979c7
Diffstat (limited to 'include/osmocom/msc/gsm_04_80.h')
-rw-r--r--include/osmocom/msc/gsm_04_80.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/osmocom/msc/gsm_04_80.h b/include/osmocom/msc/gsm_04_80.h
index d65f640bc..40ecfba49 100644
--- a/include/osmocom/msc/gsm_04_80.h
+++ b/include/osmocom/msc/gsm_04_80.h
@@ -18,8 +18,4 @@ 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);
-
#endif