Skip to content
Snippets Groups Projects
Commit 92d0610c authored by Eurecom's avatar Eurecom
Browse files

bugfix

parent 0f020455
No related branches found
No related tags found
4 merge requests!650Release v1.1.0 Candidate,!617Develop: Integration 2019 Week 25,!588Develop nr merge,!576Multi-RU support and OTA Synch/Calibration for TDD
......@@ -1879,7 +1879,7 @@ void *ru_thread_synch(void *arg) {
else {
write_output("ru_sync.m","sync",(void*)&sync_corr[0],fp->samples_per_tti*5,1,2);
write_output("ru_rx.m","rxs",(void*)ru->common.rxdata[0],fp->samples_per_tti*10,1,1);
exit(1);
//exit(1);
}
} // ru->in_synch==0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment