From f795164f04e1eb4be5202a142bd637e80e8b1b58 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 9 Apr 2010 22:55:55 +0200 Subject: [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. --- openbsc/src/paging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3