neels has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/31426 )
Change subject: drop obsolete fixme comment ......................................................................
drop obsolete fixme comment
msgb will be freed by osmo_stream_srv_send(), called via hnbgw_rua_tx().
Change-Id: If35f4cedf6f37be797dcd48e816461d3b1d9db54 --- M src/osmo-hnbgw/hnbgw_rua.c 1 file changed, 11 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved pespin: Looks good to me, approved
diff --git a/src/osmo-hnbgw/hnbgw_rua.c b/src/osmo-hnbgw/hnbgw_rua.c index 07b78b3..2160694 100644 --- a/src/osmo-hnbgw/hnbgw_rua.c +++ b/src/osmo-hnbgw/hnbgw_rua.c @@ -156,8 +156,6 @@ ies.ranaP_Message.size = len; }
- /* FIXME: msgb_free(msg)? ownership not yet clear */ - memset(&out, 0, sizeof(out)); rc = rua_encode_disconnecties(&out, &ies); if (rc < 0)