SRSUE: Avoid sf_worker return without calling worker_end

This commit is contained in:
Xavier Arteaga 2019-12-17 16:20:35 +01:00 committed by Xavier Arteaga
parent 447ede327c
commit d2c6dda025
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ void sf_worker::work_imp()
{
std::lock_guard<std::mutex> lock(mutex);
if (!cell_initiated) {
return;
phy->worker_end(this, false, nullptr, nullptr, tx_time);
}
/***** Downlink Processing *******/