aboutsummaryrefslogtreecommitdiffstats
path: root/src/bsc.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-15 20:01:47 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 19:34:27 +0100
commit84ec8714b21a766471129282b98a8bcbfef799f0 (patch)
tree685957259921822b00a661bad164e8e5e1e35a3e /src/bsc.c
parentf7ce2c6417b2cda3b0672d84f1ac9085c6f86f3a (diff)
msc: Move the MSC Connection into a new header file
This is in preparation of splitting the MSC part and the nat logic for the upcoming config rewriting.
Diffstat (limited to 'src/bsc.c')
-rw-r--r--src/bsc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bsc.c b/src/bsc.c
index 081774d..af2c1c7 100644
--- a/src/bsc.c
+++ b/src/bsc.c
@@ -36,6 +36,8 @@ struct bsc_data *bsc_data_create()
}
INIT_LLIST_HEAD(&bsc->linksets);
+ INIT_LLIST_HEAD(&bsc->mscs);
+
bsc->dpc = 1;
bsc->opc = 0;
bsc->sccp_opc = -1;