aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/paging.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-09 22:55:55 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-10 00:01:03 +0200
commit1469600b0dcde77eaa4322b480b677fdf03e9cd0 (patch)
tree1575b32ca97846edfbfce4be5699a130df311da2 /openbsc/src/paging.c
parentc50b83654030732416dda8dc8053efcdc3a8480c (diff)
[paging] Start with a smaller paging limit...
The value 20 is just a random number and it really depends on the number of TRX on a bts to be a sane or insane limit.
Diffstat (limited to 'openbsc/src/paging.c')
-rw-r--r--openbsc/src/paging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/paging.c b/openbsc/src/paging.c
index e0cb5313d..9a4f3657b 100644
--- a/openbsc/src/paging.c
+++ b/openbsc/src/paging.c
@@ -167,7 +167,7 @@ void paging_init(struct gsm_bts *bts)
bts->paging.work_timer.data = &bts->paging;
/* Large number, until we get a proper message */
- bts->paging.available_slots = 100;
+ bts->paging.available_slots = 20;
}
static int paging_pending_request(struct gsm_bts_paging_state *bts,