osmo-mgw/include/osmocom/mgcp_client
Neels Hofmeyr 18717f5247 client: move some items to internal header
There is an upcoming modification of structs mgcp_msg and mgcp_response.
When it is public API, it needs to be kept backwards compatible.

But no libosmo-mgcp-client caller (in the osmocom-cni world) has used
these structs in years and years. Everyone should use the higher level
osmo_mgcpc_* API only.

Move this legacy API to a private header, so we no longer need to worry
about compatibility there.

Related: OS#6171
Related: I798e02c6663376d3d52f4a74fc4b32411ce95bed
Change-Id: I6d8bdda5c2ffa236e94a0b6111de4dbfac923187
2023-12-08 07:02:55 +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 client: move some items to internal header 2023-12-08 07:02:55 +01: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 libosmo-mgcp-client: extend the mgcp_client for MGW pooling 2021-08-16 16:22:31 +02:00
mgcp_client_internal.h client: move some items to internal header 2023-12-08 07:02:55 +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