Skip to content
Snippets Groups Projects
Commit 0c1c2edd authored by Sakthivel Velumani's avatar Sakthivel Velumani
Browse files

small fix

parent 0a3941fd
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ void handle_nr_ul_harq(uint16_t slot, NR_UE_sched_ctrl_t *sched_ctrl, nfapi_nr_c
}
return;
} else
AssertFatal(1,"Incorrect UL HARQ process %d or invalid state %d\n",hrq_id,cur_harq->state);
AssertFatal(0,"Incorrect UL HARQ process %d or invalid state %d\n",hrq_id,cur_harq->state);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment