aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_data.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-03 13:12:18 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-03 13:56:26 +0100
commit4de1116356ae5ef23c5a4a8bc14dd1cc3258e54b (patch)
tree4ac9a06e1ce77cc1d727131752ec5f286bb828aa /openbsc/src/gsm_data.c
parent5b848f37cf32684b9b83055f13ee5ed50830b4b4 (diff)
bsc: Readd the core network code setting
This will instruct the BSC to patch messages and replace the old network code with the new one.
Diffstat (limited to 'openbsc/src/gsm_data.c')
-rw-r--r--openbsc/src/gsm_data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/gsm_data.c b/openbsc/src/gsm_data.c
index e26673acc..5a51ac679 100644
--- a/openbsc/src/gsm_data.c
+++ b/openbsc/src/gsm_data.c
@@ -317,6 +317,7 @@ struct gsm_network *gsm_network_init(u_int16_t country_code, u_int16_t network_c
net->msc_data->msc_port = 5000;
net->msc_data->ping_timeout = 20;
net->msc_data->pong_timeout = 5;
+ net->msc_data->core_ncc = -1;
gsm_net_update_ctype(net);