Commit 493c3c35 authored by Haruki NAOI's avatar Haruki NAOI

Fix: prescd_thread deadlock when thread busy happens.

parent 86dc0d18
......@@ -1620,7 +1620,6 @@ int wakeup_prescd(RU_t* ru, int frame , int subframe){
}else{
LOG_E( PHY, "[eNB] frame %d subframe %d rxtx busy instance_pre_scd %d\n",
frame,subframe,ru->proc.instance_pre_scd );
return -1;
}
if (pthread_mutex_unlock(&ru->proc.mutex_pre_scd)!= 0) {
......
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