From becc89a98e98003bcdbebd40db2ce0e73ab4c5a1 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 23 Sep 2012 08:14:51 +0200 Subject: Fix: T3192 and T3193 must be similar In order to keep mobile at PACCH as long as possible the timer T3192 is set to 1500ms. This reduces the probablity of long lasting assignment process on CCCH for subsequent downlink TBFs. --- openbsc/src/libbsc/system_information.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/libbsc/system_information.c') diff --git a/openbsc/src/libbsc/system_information.c b/openbsc/src/libbsc/system_information.c index 1c16ec081..0bfaaba92 100644 --- a/openbsc/src/libbsc/system_information.c +++ b/openbsc/src/libbsc/system_information.c @@ -619,7 +619,7 @@ static struct gsm48_si13_info si13_default = { .cell_opts = { .nmo = GPRS_NMO_II, .t3168 = 2000, - .t3192 = 200, + .t3192 = 1500, .drx_timer_max = 3, .bs_cv_max = 15, .ext_info_present = 0, -- cgit v1.2.3