Actions
Feature #6170
openUse osmo_io in meas_feed
Start date:
09/08/2023
Due date:
% Done:
0%
Spec Reference:
Description
In large setups the UDP measurement feed can experience quite a bit of load, recently the write queue length was made tunable. It also seems quite simple to port to osmo_io, replace osmo_wqueue with an osmo_io_fd and use osmo_sock_init() instead of osmo_sock_init_ofd() to setup the fd.
The code is pretty self-contained in src/osmo-bsc/meas_feed.c
No data to display
Actions