Commit eea3a432 authored by Laurent's avatar Laurent Committed by frtabu

fix virtual sim data

parent cfff7850
......@@ -84,7 +84,7 @@ void lte_adjust_synch(LTE_DL_FRAME_PARMS *frame_parms,
if(subframe == 5)
{
diff = max_pos_fil ; // - (frame_parms->nb_prefix_samples>>3);
diff = max_pos_fil - (frame_parms->nb_prefix_samples>>3);
if ( abs(diff) < SYNCH_HYST )
ue->rx_offset = 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