osmo-mgw/src/libosmo-mgcp-client
Harald Welte 28fd236044 migrate mgcp_client from osmo_wqueue to osmo_io
The new osmo_io framework means that we can [optionally] make use
of the io_uring backend, which greatly reduces the syscall load
compared to the legacy osmo_wqueue + osmo_select_main + read/write.

We only use features already present in the intiial osmo_io support
of libosmocore 1.9.0, so no entry in TODO-RELEASE is needed.

Closes: OS#5754
Related: OS#5755
Change-Id: I766224da4691695c023d4d08d042a4bbeba05e47
2024-03-07 19:44:59 +01:00
..
Makefile.am Bump version: 1.12.0.3-58d5b → 1.12.1 2023-09-28 15:58:57 +02:00
mgcp_client.c migrate mgcp_client from osmo_wqueue to osmo_io 2024-03-07 19:44:59 +01:00
mgcp_client_endpoint_fsm.c tweak DEBUG log 2024-02-06 03:17:50 +01:00
mgcp_client_fsm.c client: collapse codecs[] and ptmap[]; allow codec variants 2024-01-05 02:44:58 +01:00
mgcp_client_pool.c mgcp_client: pool: Only pick clients with an MGCP link considered to be UP 2023-06-15 16:46:50 +02:00
mgcp_client_vty.c migrate mgcp_client from osmo_wqueue to osmo_io 2024-03-07 19:44:59 +01:00