aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libxsc/xsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/libxsc/xsc.c')
-rw-r--r--openbsc/src/libxsc/xsc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/src/libxsc/xsc.c b/openbsc/src/libxsc/xsc.c
index 3692a3a3b..5729ec4c5 100644
--- a/openbsc/src/libxsc/xsc.c
+++ b/openbsc/src/libxsc/xsc.c
@@ -66,6 +66,9 @@ struct gsm_network *gsm_network_init(void *ctx,
net->country_code = country_code;
net->network_code = network_code;
+ /* Use 30 min periodic update interval as sane default */
+ net->t3212 = 5;
+
INIT_LLIST_HEAD(&net->trans_list);
INIT_LLIST_HEAD(&net->upqueue);
INIT_LLIST_HEAD(&net->subscr_conns);