SRSUE: Added end of burst when a out-of-sync is detected in PSS/SSS sync

master
Xavier Arteaga 5 years ago committed by Xavier Arteaga
parent a9dae4c29c
commit 743cce5503

@ -561,6 +561,7 @@ void sync::run_thread()
Warning("SYNC: Out-of-sync detected in PSS/SSS\n");
out_of_sync();
worker->release();
is_end_of_burst = true;
// Force decoding MIB, for making sure that the TTI will be right
if (!force_camping_sfn_sync) {

Loading…
Cancel
Save