Commit fc298b77 authored by Robert Schmidt's avatar Robert Schmidt

Don't stop nr-softmodem on FEP thread exit cond

parent 76f399cd
...@@ -617,8 +617,7 @@ void nr_fep_full_2thread(RU_t *ru, int slot) { ...@@ -617,8 +617,7 @@ void nr_fep_full_2thread(RU_t *ru, int slot) {
} }
if (proc->instance_cnt_fep==0) { if (proc->instance_cnt_fep==0) {
printf("[RU] FEP thread busy\n"); LOG_E(PHY, "RU FEP thread busy, exiting %s\n", __func__);
exit_fun("FEP thread busy");
pthread_mutex_unlock( &proc->mutex_fep ); pthread_mutex_unlock( &proc->mutex_fep );
return; return;
} }
......
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