Commit 0665ba71 authored by cig's avatar cig

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

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