[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.
This commit is contained in:
Holger Hans Peter Freyther
2010-04-09 22:55:55 +02:00
parent c50b836540
commit 1469600b0d

View File

@@ -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,