aboutsummaryrefslogtreecommitdiffstats
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-09 23:20:11 +0200
commitf795164f04e1eb4be5202a142bd637e80e8b1b58 (patch)
treeda23619f118536b178c169caa20c47315d5842c8
parentb6c6d43daaa7dd5489ec2e50cbf779e7bcfa3c57 (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.
-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,