Commit 16f9d497 authored by khadraou's avatar khadraou

bugfix

parent e289be95
......@@ -1445,6 +1445,7 @@ static void* ru_thread_control( void* param ) {
LOG_I(PHY,"Starting IF interface for RU %d\n",ru->idx);
AssertFatal(ru->start_if(ru,NULL) == 0, "Could not start the IF device\n");
}
wait_eNBs();
LOG_I(PHY, "Signaling main thread that RU %d is ready\n",ru->idx);
......
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