Commit 12a73382 authored by IvanG's avatar IvanG

Fixed little mistake in adjust_sync

parent fbbf51d9
......@@ -777,7 +777,7 @@ int computeSamplesShift(PHY_VARS_NR_UE *UE) {
return -1 ;
if ( UE->rx_offset > UE->frame_parms.samples_per_frame/2 &&
UE->rx_offset < UE->frame_parms.samples_per_frame/2 )
UE->rx_offset < UE->frame_parms.samples_per_frame )
return 1;
return 0;
......
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