aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-06 21:28:06 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-06 21:29:07 +0800
commit290a11d0ad7f01564182834d53b2c1073d754c2a (patch)
treee8273dd003cf15c5eb2305bd5e6521847aaa470c
parent67505f46b713ac0038242ccf66ef084049e3b83c (diff)
bsc_init: Set the paging config like in the trace...
The value of this config is not known.... the paging load needs to be tested again with these parameters...
-rw-r--r--openbsc/src/bsc_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/bsc_init.c b/openbsc/src/bsc_init.c
index 9e3665cc8..1c82c06fc 100644
--- a/openbsc/src/bsc_init.c
+++ b/openbsc/src/bsc_init.c
@@ -331,6 +331,7 @@ static unsigned char nanobts_attr_bts[] = {
NM_ATT_NY1, 10, /* 10 retransmissions of physical config */
NM_ATT_BCCH_ARFCN, HARDCODED_ARFCN >> 8, HARDCODED_ARFCN & 0xff,
NM_ATT_BSIC, HARDCODED_BSIC,
+ NM_ATT_IPACC_PAGING_CFG, 0x00, 0x00,
NM_ATT_IPACC_CGI, 0, 7, 0x00, 0xf1, 0x10, 0x00, 0x01, 0x00, 0x00,
};