aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2017-03-02 17:25:37 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2018-01-30 18:58:27 +0100
commite87b5a913e833d10afd1ee7775531d74d767740d (patch)
tree71cf0b2a67b8c5eb4407a172826bc5ca6be82756
parent0562d5acc0a843a7599ea3085cf36bc43d5050a6 (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 88d23f42a..5943d0945 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;
int num_msc;