aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-06 21:25:33 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-06 21:25:33 +0800
commit67505f46b713ac0038242ccf66ef084049e3b83c (patch)
tree8552012f0d4ca55a5b84188c5d5fad16d9254b73
parent8b4898360a718432c0c7e8ad61403ad2652191e1 (diff)
bsc_init: Use configuration settings from a trace... as default
Use the values but the paging configuration from a trace...
-rw-r--r--openbsc/src/bsc_init.c14
1 files 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 */