Commit 1ce6167c authored by francescomani's avatar francescomani

free message after receiving it at MAC from RRC

parent 6d9c2c35
......@@ -149,6 +149,7 @@ void process_msg_rcc_to_mac(MessageDef *msg)
default:
LOG_E(NR_MAC, "Unexpected msg from RRC: %d\n", ITTI_MSG_ID(msg));
}
itti_free(ITTI_MSG_ORIGIN_ID(msg), msg);
}
void nr_mac_rrc_inactivity_timer_ind(const module_id_t mod_id)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment