Commit 34b16b00 authored by khadraou's avatar khadraou

bugfix

parent e4a3a539
......@@ -1455,7 +1455,7 @@ static void* ru_thread_control( void* param ) {
{
msg_len = sizeof(RRU_CONFIG_msg_t); // TODO : check what should be the msg len
if (ru->state == RU_IDLE)
if (ru->state == RU_IDLE && ru->if_south != LOCAL_RF)
send_tick(ru);
......
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