Commit 7c72d6ac authored by Florian Kaltenberger's avatar Florian Kaltenberger

small fixes

parent c6f1c2ce
......@@ -1243,9 +1243,9 @@ static void* eNB_thread_prach( void* param ) {
while (!oai_exit) {
if (oai_exit) break;
if (wait_on_condition(&proc->mutex_prach,&proc->cond_prach,&proc->instance_cnt_prach,"eNB_prach_thread") < 0) break;
if (oai_exit) break;
prach_procedures(eNB);
......
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