drop obsolete fixme comment

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

Change-Id: If35f4cedf6f37be797dcd48e816461d3b1d9db54
This commit is contained in:
Neels Hofmeyr 2023-02-20 17:24:22 +01:00
parent 9ffebe784d
commit f05d15e160
1 changed files with 0 additions and 2 deletions

View File

@ -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)