aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-04-02 12:27:04 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-04-02 23:59:50 +0200
commit80d1101153b97a031b6eeed317016c7fdce72ae0 (patch)
treea90a1f5300a2e4a1b7afc9463f1fefec5d7c915e /include
parent08b3828995d4fcfb32dbba6a92836bf38945d03a (diff)
drop some dead definitions (gsm_data.h, gsup_client.c)
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/gsm_data.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osmocom/msc/gsm_data.h b/include/osmocom/msc/gsm_data.h
index f61a6cf81..1e5d56760 100644
--- a/include/osmocom/msc/gsm_data.h
+++ b/include/osmocom/msc/gsm_data.h
@@ -359,9 +359,6 @@ struct gsm_sms {
char text[SMS_TEXT_SIZE];
};
-extern void *tall_bsc_ctx;
-extern int ipacc_rtp_direct;
-
struct gsm_subscriber_connection *msc_subscr_con_allocate(struct gsm_network *network);
void msc_subscr_con_free(struct gsm_subscriber_connection *conn);