From 67161f27d1a6a46553ebe42e8c0459d75533a1d4 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 3 Jun 2012 13:01:47 +0200 Subject: Allow VTY-based configuration of T3105 This timer will only be forwarded to BS11 and Ericsson Abis so far, not to Nokia and ip.access BTS yet. --- openbsc/src/libcommon/gsm_data.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/src/libcommon') diff --git a/openbsc/src/libcommon/gsm_data.c b/openbsc/src/libcommon/gsm_data.c index 6eb39b067..a235c9d42 100644 --- a/openbsc/src/libcommon/gsm_data.c +++ b/openbsc/src/libcommon/gsm_data.c @@ -94,6 +94,7 @@ struct gsm_network *gsm_network_init(uint16_t country_code, uint16_t network_cod net->num_bts = 0; net->reject_cause = GSM48_REJECT_ROAMING_NOT_ALLOWED; net->T3101 = GSM_T3101_DEFAULT; + net->T3105 = GSM_T3105_DEFAULT; net->T3113 = GSM_T3113_DEFAULT; /* FIXME: initialize all other timers! */ -- cgit v1.2.3