From 67505f46b713ac0038242ccf66ef084049e3b83c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 6 Jun 2010 21:25:33 +0800 Subject: bsc_init: Use configuration settings from a trace... as default Use the values but the paging configuration from a trace... --- openbsc/src/bsc_init.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/openbsc/src/bsc_init.c b/openbsc/src/bsc_init.c index f31255188..9e3665cc8 100644 --- a/openbsc/src/bsc_init.c +++ b/openbsc/src/bsc_init.c @@ -317,14 +317,14 @@ static unsigned char bs11_attr_radio[] = static unsigned char nanobts_attr_bts[] = { NM_ATT_INTERF_BOUND, 0x55, 0x5b, 0x61, 0x67, 0x6d, 0x73, /* interference avg. period in numbers of SACCH multifr */ - NM_ATT_INTAVE_PARAM, 0x06, + NM_ATT_INTAVE_PARAM, 0x1f, /* conn fail based on SACCH error rate */ - NM_ATT_CONN_FAIL_CRIT, 0x00, 0x02, 0x01, 0x10, - NM_ATT_T200, 0x1e, 0x24, 0x24, 0xa8, 0x34, 0x21, 0xa8, - NM_ATT_MAX_TA, 0x3f, - NM_ATT_OVERL_PERIOD, 0x00, 0x01, 10, /* seconds */ - NM_ATT_CCCH_L_T, 10, /* percent */ - NM_ATT_CCCH_L_I_P, 1, /* seconds */ + NM_ATT_CONN_FAIL_CRIT, 0x00, 0x02, 0x01, 0x20, + NM_ATT_T200, 0x1e, 0x1e, 0x24, 0xa8, 0x34, 0x21, 0xa8, + NM_ATT_MAX_TA, 0x00, + NM_ATT_OVERL_PERIOD, 0x00, 0x01, 5, /* seconds */ + NM_ATT_CCCH_L_T, 32, /* percent */ + NM_ATT_CCCH_L_I_P, 5, /* seconds */ NM_ATT_RACH_B_THRESH, 10, /* busy threshold in - dBm */ NM_ATT_LDAVG_SLOTS, 0x03, 0xe8, /* rach load averaging 1000 slots */ NM_ATT_BTS_AIR_TIMER, 128, /* miliseconds */ -- cgit v1.2.3