Commit 30857e8d authored by Eurecom's avatar Eurecom

bugfix

parent 04230dca
...@@ -1874,7 +1874,7 @@ void *ru_thread_synch(void *arg) { ...@@ -1874,7 +1874,7 @@ void *ru_thread_synch(void *arg) {
} }
*/ */
ru->in_synch = 1; ru->in_synch = 1;
ru->state = RU_SYNC; ru->state = RU_RUN;
} // symc_pos > 0 } // symc_pos > 0
else { else {
write_output("ru_sync.m","sync",(void*)&sync_corr[0],fp->samples_per_tti*5,1,2); write_output("ru_sync.m","sync",(void*)&sync_corr[0],fp->samples_per_tti*5,1,2);
......
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