aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2017-03-02 17:25:37 +0100
committerMax <msuraev@sysmocom.de>2017-09-19 18:27:25 +0200
commit3c26112c4b6c9679915be1c89bceaa7e288a55ad (patch)
treeb1ad4434e85f3b26c1deeac6bafc760078919f2b
parent0d8472fd67ef148fea03f7aa6502bead2a5dc36e (diff)
osmo-bsc_nat: Remove unused MSC elements in struct bsc_nat
Change-Id: Ied1bdead94ba2737293fb1ac2411771a8b8ffd68 Ticket: SYS#3208 Sponsored-by: On-Waves ehf.
-rw-r--r--openbsc/include/openbsc/bsc_nat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index 406509330..08a2a931e 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -271,12 +271,6 @@ struct bsc_nat {
int mgcp_ipa;
int sdp_ensure_amr_mode_set;
- /* msc things */
- struct llist_head dests;
- struct bsc_msc_dest *main_dest;
- struct bsc_msc_connection *msc_con;
- char *token;
-
/* MSC connections */
struct llist_head msc_configs;
unsigned num_msc;