SRSUE: Avoid sf_worker return without calling worker_end

master
Xavier Arteaga 5 years ago committed by Xavier Arteaga
parent 447ede327c
commit d2c6dda025

@ -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 *******/

Loading…
Cancel
Save