Commit f0b8dbd7 authored by Sakthivel Velumani's avatar Sakthivel Velumani

small update in fep

parent 29a725fe
......@@ -117,7 +117,7 @@ int nr_slot_fep(PHY_VARS_NR_UE *ue,
return(-1);
}*/
if (Ns<0 || Ns>=(frame_parms->slots_per_frame-1)) {
if (Ns<0 || Ns>(frame_parms->slots_per_frame-1)) {
printf("slot_fep: Ns must be between 0 and %d\n",frame_parms->slots_per_frame-1);
return(-1);
}
......
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