Skip to content
Snippets Groups Projects
Commit 794348e0 authored by cig's avatar cig
Browse files

Removed unnecessary return in gnb phytest scheduler (was followed by assert on same condition)

parent 9c79e7e3
No related branches found
No related tags found
No related merge requests found
......@@ -528,8 +528,6 @@ void nr_schedule_uss_dlsch_phytest(module_id_t module_idP,
UE_id,
0); // m
if (CCEIndex == -1) return;
AssertFatal(CCEIndex>0,"CCEIndex is negative\n");
int CCEIndices[2];
CCEIndices[0] = CCEIndex;
......
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