aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcommon-cs/common_cs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcommon-cs/common_cs.c')
-rw-r--r--src/libcommon-cs/common_cs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libcommon-cs/common_cs.c b/src/libcommon-cs/common_cs.c
index b410b1764..39df45e7d 100644
--- a/src/libcommon-cs/common_cs.c
+++ b/src/libcommon-cs/common_cs.c
@@ -58,12 +58,8 @@ struct gsm_network *gsm_network_init(void *ctx,
net->bsc_subscribers = talloc_zero(net, struct llist_head);
INIT_LLIST_HEAD(net->bsc_subscribers);
- net->active_calls = osmo_counter_alloc("msc.active_calls");
-
net->dyn_ts_allow_tch_f = true;
- INIT_LLIST_HEAD(&net->a.bscs);
-
return net;
}