Attention is currently required from: osmith.
pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/39397?usp=email )
Change subject: Pass ownership of Rx xua_msg up the stack [2/2] ......................................................................
Patch Set 2:
(6 comments)
File src/ipa.c:
https://gerrit.osmocom.org/c/libosmo-sigtran/+/39397/comment/5c3ed8de_79da6b... : PS2, Line 304: ownsership
Done
File src/m3ua.c:
https://gerrit.osmocom.org/c/libosmo-sigtran/+/39397/comment/75c4fd44_9fbb00... : PS2, Line 627: ownsership
Done
https://gerrit.osmocom.org/c/libosmo-sigtran/+/39397/comment/face901f_936e4d... : PS2, Line 784: goto out;
missing `xua_msg_free(xua);` since it doesn't go through any `m3ua_rx_*`?
Done
https://gerrit.osmocom.org/c/libosmo-sigtran/+/39397/comment/ca94c065_7591f5... : PS2, Line 815: err = m3ua_gen_error_msg(M3UA_ERR_UNSUPP_MSG_CLASS, msg);
missing `xua_msg_free(xua);` since it doesn't go through any `m3ua_rx_*`?
Done
https://gerrit.osmocom.org/c/libosmo-sigtran/+/39397/comment/cc0dcb96_2711fa... : PS2, Line 1015: return M3UA_ERR_UNSUPP_MSG_TYPE;
Done
https://gerrit.osmocom.org/c/libosmo-sigtran/+/39397/comment/ebc82a1d_e61f3d... : PS2, Line 1019: return M3UA_ERR_UNSUPP_MSG_TYPE;
Done