osmo-mgw/src
Philipp Maier 9dd80ca1f8 mgcp_codec: refactor payload type converstion
in mgcp_codec.c we have a function mgcp_codec_pt_translate that is used
to find the equivalent payload type number on an opposite connection.
This is quite specific and the resulting payload type number may still
belong to a codec that might require some form of conversion.

Lets refactor this so that the function just finds a convertible codec
for a given connection. This also opens up other usecases. The payload
type conversion like we did it before can then be done with a few lines
in mgcp_network.c

Related: OS#5461
Change-Id: I085260a2ca8cfecdb58656b7a046c536189e238d
2023-03-27 17:50:18 +02:00
..
libosmo-mgcp mgcp_codec: refactor payload type converstion 2023-03-27 17:50:18 +02:00
libosmo-mgcp-client mgcp-client: Call osmo_fd_unregister() before closing and changing bfd->fd 2023-03-14 11:48:27 +01:00
osmo-mgw Transition to use of 'telnet_init_default' 2023-02-25 17:48:58 +01:00
Makefile.am */Makefile.am: libraries shall not be in AM_LDFLAGS 2023-03-11 04:46:12 +07:00