Attention is currently required from: pespin. dexter has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/27606 )
Change subject: mgcp_network: do not try to convert RTCP packets ......................................................................
Patch Set 2:
(2 comments)
File src/libosmo-mgcp/mgcp_network.c:
https://gerrit.osmocom.org/c/osmo-mgw/+/27606/comment/8c8f6a18_ff044230 PS1, Line 1514: rc = rx_rtp(msg, proto);
proto is already available in mc (which is contained in msg). No need to pass it as param.
Done
https://gerrit.osmocom.org/c/osmo-mgw/+/27606/comment/43e37214_7ad20195 PS1, Line 1537: if (proto == MGCP_PROTO_RTP && amr_oa_bwe_convert_indicated(conn_src->end.codec)) {
mc = OSMO_RTP_MSG_CTX(msg); […]
Done