osmo-msc/openbsc/src/libmgcp
Jacob Erlbeck 452c183c5e mgcp: Set net_end audio params in recvonly mode
Currently, if there is no SDP data in the MGCP message received from
the net, the fields containing audio encoding information are not set
in net_end. So in recvonly mode transcoding would not be set up
correctly.

This patch changes the implementation of the code handling CRCX and
MDCX to use the codec signalled in the MGCP local connection options
(field 'a:') if there isn't any SDP data. This is only halfway
negotiation, because the codec is used blindly and not matched
against the supported ones.

Sponsored-by: On-Waves ehf
2014-06-05 14:09:52 +02:00
..
Makefile.am mgcp: Move transcoding to libmgcp 2014-06-05 14:08:53 +02:00
g711common.h mgcp: Move transcoding to libmgcp 2014-06-05 14:08:53 +02:00
mgcp_network.c mgcp: Add packet size (ptime) conversion 2014-06-05 14:08:45 +02:00
mgcp_protocol.c mgcp: Set net_end audio params in recvonly mode 2014-06-05 14:09:52 +02:00
mgcp_transcode.c mgcp: Move transcoding to libmgcp 2014-06-05 14:08:53 +02:00
mgcp_vty.c mgcp: Add packet size (ptime) conversion 2014-06-05 14:08:45 +02:00
osmux.c osmux: Fix potential memory leak in the msgb handling 2014-05-22 16:46:11 +02:00