aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-06 21:32:02 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-06 21:32:02 +0800
commit6be75737c4fa47cf0b270a2ca06d500b5f96fe26 (patch)
tree8552012f0d4ca55a5b84188c5d5fad16d9254b73 /openbsc
parent290a11d0ad7f01564182834d53b2c1073d754c2a (diff)
Revert "bsc_init: Set the paging config like in the trace..."
I added this to have the patch in the history, I don't think that we need to include this but it is good to have it cherry pickable in the history. This reverts commit 290a11d0ad7f01564182834d53b2c1073d754c2a.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/bsc_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/bsc_init.c b/openbsc/src/bsc_init.c
index 1c82c06fc..9e3665cc8 100644
--- a/openbsc/src/bsc_init.c
+++ b/openbsc/src/bsc_init.c
@@ -331,7 +331,6 @@ 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,
};