Attention is currently required from: neels.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/35205?usp=email )
Change subject: IuUP: always allow Initialization ......................................................................
Patch Set 1:
(1 comment)
File src/libosmo-mgcp/mgcp_network.c:
https://gerrit.osmocom.org/c/osmo-mgw/+/35205/comment/93eb84bb_d6ddad97 PS1, Line 843: return 0; we should only avoid the check if the conn addr is not set (see "osmo_sockaddr_is_any(&conn->end.addr) != 0" below).
Similarly, we should allow the same if port is yet unset (=0), as in my newly introduced check in https://gerrit.osmocom.org/c/osmo-mgw/+/35176/3/src/libosmo-mgcp/mgcp_networ...