mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
[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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user