Attention is currently required from: neels.
3 comments:
File include/osmocom/mgcp/mgcp_protocol.h:
Patch Set #3, Line 13: #define MGCP_PARSE_SDP_MAXPTIME_UNSET (-1)
duplicate -1
It's not duplicate, it's two different fields.
Patch Set #3, Line 14: #define MGCP_PARSE_SDP_RTP_PORT_UNSET (0)
(i prefer enums)
It's not a closed set of values, but a specific value in an int range, it's fine as a define.
File src/libosmo-mgcp/mgcp_protocol.c:
Patch Set #3, Line 1139: if (rc < 0) { /* See also RFC 3661: Protocol error */
(comments deserve their own separate line plz)
I'm actually fine with it the current way, but changing in to avoid discussions.
To view, visit change 39248. To unsubscribe, or for help writing mail filters, visit settings.