Attention is currently required from: neels, pespin.
Patch set 1:Code-Review +1
2 comments:
File src/libosmo-mgcp/mgcp_network.c:
Patch Set #1, Line 873: osmo_sockaddr_to_str(addr), osmo_sockaddr_ntop(&conn->end.addr.u.sa, ipbuf));
I used osmo_sockaddr_ntop on purpose since we are only interested about the wrong IP address there, […]
Done
Patch Set #1, Line 885: osmo_sockaddr_to_str(addr), osmo_sockaddr_port(&conn->end.addr.u.sa),
It's printing the port of *another* address. See the check between "got" and "expected" there. […]
Done
To view, visit change 35175. To unsubscribe, or for help writing mail filters, visit settings.