pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/40496?usp=email )
Change subject: meas_feed: Increase default txqueue len to 1024 ......................................................................
meas_feed: Increase default txqueue len to 1024
Increase it to a higher number, which may be needed when BSC is serving lots of lchans. This also follows the default osmo_io txqueue len which was increased recently to 1024.
Related: SYS#7508 Change-Id: Ib4382adc05cf6776952801ad7edad230db1ec454 --- M include/osmocom/bsc/meas_feed.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/96/40496/1
diff --git a/include/osmocom/bsc/meas_feed.h b/include/osmocom/bsc/meas_feed.h index 447eab8..5aa4606 100644 --- a/include/osmocom/bsc/meas_feed.h +++ b/include/osmocom/bsc/meas_feed.h @@ -35,7 +35,7 @@ };
#define MEAS_FEED_VERSION 1 -#define MEAS_FEED_TXQUEUE_MAX_LEN_DEFAULT 100 +#define MEAS_FEED_TXQUEUE_MAX_LEN_DEFAULT 1024
int meas_feed_cfg_set(const char *dst_host, uint16_t dst_port); void meas_feed_scenario_set(const char *name);