aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2017-09-19 18:07:41 +0200
committerMax <msuraev@sysmocom.de>2017-09-19 18:27:26 +0200
commit14d90026e733ed11a2022d8e06d13fa19f9ae446 (patch)
tree26b332b536b19514cd802bcf18090342a85f64db /openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
parentc439059783d6237d5599857714ea133214652dbd (diff)
libmgcp: Pass the pointer to the mgcp list on inituser/max/mscsplit
Adjusted by Max <msuraev@sysmocom.de> Ticket: SYS#3208 Sponsored-by: On-Waves ehf. Change-Id: I2d51589670bb602422ec98521eec620948752e36
Diffstat (limited to 'openbsc/src/osmo-bsc_nat/bsc_nat_utils.c')
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_nat_utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c b/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
index 7a43777aa..5bed6cda1 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
@@ -87,7 +87,6 @@ struct bsc_nat *bsc_nat_alloc(void)
INIT_LLIST_HEAD(&nat->tpdest_match);
INIT_LLIST_HEAD(&nat->sms_clear_tp_srr);
INIT_LLIST_HEAD(&nat->sms_num_rewr);
- INIT_LLIST_HEAD(&nat->mgcp_cfgs);
nat->stats.sccp.conn = osmo_counter_alloc("nat.sccp.conn");
nat->stats.sccp.calls = osmo_counter_alloc("nat.sccp.calls");