Attention is currently required from: pespin.
2 comments:
File src/common/l1sap.c:
Patch Set #2, Line 1963: if (OSMO_UNLIKELY(rfc5993 && !ts101318 && rtp_pl_len == GSM_HR_BYTES_RTP_TS101318)) {
I'd really appreciate a more "step by step logic procedure" here, as in how one would thing about it […]
Done
Patch Set #2, Line 1970: } else if (OSMO_UNLIKELY(ts101318 && !rfc5993 && rtp_pl_len == GSM_HR_BYTES_RTP_RFC5993)) {
else not needed due to break immediatelly above.
Done
To view, visit change 32630. To unsubscribe, or for help writing mail filters, visit settings.