Commit e87f1238 authored by Robert Schmidt's avatar Robert Schmidt

Fix indentation to remove warning

parent 194e61cf
......@@ -906,7 +906,7 @@ void release_UE_in_freeList(module_id_t mod_id) {
rnti_t rnti = eNB_MAC->UE_free_ctrl[ue_num].rnti;
if (rnti == 0)
continue;
protocol_ctxt_t ctxt;
protocol_ctxt_t ctxt;
PROTOCOL_CTXT_SET_BY_MODULE_ID(&ctxt, mod_id, ENB_FLAG_YES, rnti, 0, 0, mod_id);
for (int CC_id = 0; CC_id < MAX_NUM_CCs; CC_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