Attention is currently required from: falconia, neels, pespin.
Patch set 2:Code-Review +1
4 comments:
File src/libosmo-mgcp/mgcp_network.c:
Patch Set #2, Line 691: * consider the full RTP chain of a single call:
The comment by @laforge@osmocom. […]
Done
Patch Set #2, Line 698: will always be RFC 5993
> On AoIP, there is no discussion. […]
Done
Patch Set #2, Line 1660: strcmp(conn_src->end.cset.codec->subtype_name, "GSM-HR-08") == 0 && conn_src->end.rfc5993_hr_convert) {
I originally had it split, but the overzealous linter forced me to join into this longer line! See t […]
Done
Patch Set #2, Line 1661: int rc = examine_rtp_rx_gsmhr(msg, conn_src);
It is called for every received packet. […]
Done
To view, visit change 39869. To unsubscribe, or for help writing mail filters, visit settings.