From 290a11d0ad7f01564182834d53b2c1073d754c2a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 6 Jun 2010 21:28:06 +0800 Subject: 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... --- openbsc/src/bsc_init.c | 1 + 1 file changed, 1 insertion(+) 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, }; -- cgit v1.2.3