aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-03-21 13:44:17 +0100
committerHarald Welte <laforge@gnumonks.org>2018-04-02 19:33:11 +0000
commitc74a5616bf1c77ac40ddd92f4927dca7a1b45bc8 (patch)
tree371943a51347f1de40b1a9627ff5f5d2758e14c6 /include
parente34161832d936959640d5e5735dfa1ca7bccae13 (diff)
cosmetic: remove dead code
There is a lot of dead code in osmo_bsc_msc.c that used to handle the IPA multiplexed SSCP lite A interface. - remove portions of the dead code - remove IPA Ping related VTY commands Change-Id: I5cf3fec31cc774c902f3cfe6d16fb85ef301694a
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/bsc_msc_data.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/osmocom/bsc/bsc_msc_data.h b/include/osmocom/bsc/bsc_msc_data.h
index a04e632ac..bedf41240 100644
--- a/include/osmocom/bsc/bsc_msc_data.h
+++ b/include/osmocom/bsc/bsc_msc_data.h
@@ -73,11 +73,6 @@ struct bsc_msc_data {
/* Connection data */
- int ping_timeout;
- int pong_timeout;
- struct osmo_timer_list ping_timer;
- struct osmo_timer_list pong_timer;
- int advanced_ping;
struct bsc_msc_connection *msc_con;
struct osmo_plmn_id core_plmn;
int core_lac;
@@ -158,8 +153,6 @@ struct osmo_bsc_data {
int osmo_bsc_msc_init(struct bsc_msc_data *msc);
int osmo_bsc_sccp_init(struct gsm_network *gsmnet);
-int msc_queue_write(struct bsc_msc_connection *conn, struct msgb *msg, int proto);
-int msc_queue_write_with_ping(struct bsc_msc_connection *, struct msgb *msg, int proto);
int osmo_bsc_audio_init(struct gsm_network *network);