Commit 3b915b37 authored by Raphael Defosseux's avatar Raphael Defosseux

Downgrading log message to DEBUG for better RT

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 77f28796
......@@ -1554,8 +1554,8 @@ static void* ru_thread_tx( void* param ) {
if (oai_exit) break;
LOG_I(PHY,"ru_thread_tx: Waiting for TX processing\n");
// wait until eNBs are finished subframe RX n and TX n+4
LOG_D(PHY,"ru_thread_tx: Waiting for TX processing\n");
// wait until eNBs are finished subframe RX n and TX n+4
wait_on_condition(&proc->mutex_eNBs,&proc->cond_eNBs,&proc->instance_cnt_eNBs,"ru_thread_tx");
if (oai_exit) break;
......
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