Attention is currently required from: dexter, neels, pespin.
Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/36363?usp=email )
Change subject: Convert RTP/RTCP/OSMUX I/O from osmo_fd to osmo_io ......................................................................
Patch Set 2:
(2 comments)
File src/libosmo-mgcp/mgcp_network.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-15268): https://gerrit.osmocom.org/c/osmo-mgw/+/36363/comment/f7c56fe8_9c236406 PS2, Line 1051: LOGP(DRTP, LOGL_DEBUG, "sending %i bytes length packet to %s ...\n", msgb_length(msg), Use %d instead of %i
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-15268): https://gerrit.osmocom.org/c/osmo-mgw/+/36363/comment/b868110d_ab313800 PS2, Line 1492: proto = (iofd == conn_src->end.rtp)? MGCP_PROTO_RTP : MGCP_PROTO_RTCP; spaces required around that '?' (ctx:VxW)