Increase PCUIF wqueue size

The default of 10 messages introduced recently is too small, specially
when using osmo-bts-trx, where clock drifting and CPU scheduling can
cause skewing and hence generation of 2-3 FNs (* up to 8 TS) at once,
hence filling the PCUIF queue with more than 10 messages in a given
moment.

Fixes: c938a95e25
Change-Id: I7ababfc6cdf20196889fb542a8040128b3c118b5
This commit is contained in:
Pau Espin 2023-07-04 12:16:07 +02:00
parent c938a95e25
commit e5c2bc346b
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ struct bsc_oml_host {
char *addr;
};
#define BTS_PCU_SOCK_WQUEUE_LEN_DEFAULT 10
#define BTS_PCU_SOCK_WQUEUE_LEN_DEFAULT 100
/* One BTS */
struct gsm_bts {