Commit 794348e0 authored by cig's avatar cig

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

parent 9c79e7e3
......@@ -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;
......
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