Attention is currently required from: dexter.
Patch set 1:Code-Review -1
2 comments:
File src/libosmo-mgcp/mgcp_network.c:
Patch Set #1, 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.
Patch Set #1, Line 1537: if (proto == MGCP_PROTO_RTP && amr_oa_bwe_convert_indicated(conn_src->end.codec)) {
mc = OSMO_RTP_MSG_CTX(msg);
mc->proto == GCP_PROTO_RTP
To view, visit change 27606. To unsubscribe, or for help writing mail filters, visit settings.