drop obsolete fixme comment

msgb will be freed by osmo_stream_srv_send(), called via hnbgw_rua_tx().

Change-Id: If35f4cedf6f37be797dcd48e816461d3b1d9db54
changes/26/31426/1
Neels Hofmeyr 3 months ago
parent 9ffebe784d
commit f05d15e160

@ -156,8 +156,6 @@ int rua_tx_disc(struct hnb_context *hnb, int is_ps, uint32_t context_id,
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)

Loading…
Cancel
Save