Skip to content

Commit

Permalink
Merge branch 'decrease_paging_timer' into 'master'
Browse files Browse the repository at this point in the history
Ускорен разбор очереди. Была скорость - 20 в секунду (1000000/50000=20), стало 100 (1000000/10000=100). Это стало необходимо, т.к мы увеличили число звонков и SDCCH каналов.

See merge request postuf/umbrella/bts!47
  • Loading branch information
Ririconj authored and Ririconj committed Jul 22, 2021
2 parents ec08e36 + 8bcd086 commit e2b16a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osmo-bsc/paging.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

void *tall_paging_ctx = NULL;

#define PAGING_TIMER 0, 50000
#define PAGING_TIMER 0, 10000

/*
* Kill one paging request update the internal list...
Expand Down

0 comments on commit e2b16a9

Please sign in to comment.