osmo-mgw/include/osmocom/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 libosmo-mgcp-client: extend the mgcp_client for MGW pooling 2021-08-16 16:22:31 +02:00
defs.h mgcp_client: Introduce mgcp_client_conf_alloc(), deprecate mgcp_client_conf_init() 2023-06-14 10:59:50 +02:00
mgcp_client.h Revert "drop (now) unused code" 2024-01-11 19:40:27 +00:00
mgcp_client_endpoint_fsm.h mgcp-client: Introduce API osmo_mgcpc_ep_local_name() 2023-09-26 12:44:11 +02:00
mgcp_client_fsm.h client: collapse codecs[] and ptmap[]; allow codec variants 2024-01-05 02:44:58 +01:00
mgcp_client_internal.h migrate mgcp_client from osmo_wqueue to osmo_io 2024-03-07 19:44:59 +01:00
mgcp_client_pool.h mgcp-client: Fix missing include in mgcp_client_pool.h 2023-09-22 18:03:02 +02:00
mgcp_client_pool_internal.h mgcp-client: Introduce APIs to manually select mgcp_client from pool 2022-10-13 18:47:07 +02:00