Commit 0dcc9e82 authored by khadraou's avatar khadraou

bugfix

parent a83218a0
...@@ -1450,11 +1450,13 @@ static void* ru_thread_control( void* param ) { ...@@ -1450,11 +1450,13 @@ static void* ru_thread_control( void* param ) {
ru->state = RU_IDLE; ru->state = RU_IDLE;
LOG_I(PHY,"Control channel ON for RU %d\n", ru->idx); LOG_I(PHY,"Control channel ON for RU %d\n", ru->idx);
send_tick(ru);
while (!oai_exit) // Change the cond while (!oai_exit) // Change the cond
{ {
msg_len = sizeof(RRU_CONFIG_msg_t); // TODO : check what should be the msg len msg_len = sizeof(RRU_CONFIG_msg_t); // TODO : check what should be the msg len
if ((len = ru->ifdevice.trx_ctlrecv_func(&ru->ifdevice, if ((len = ru->ifdevice.trx_ctlrecv_func(&ru->ifdevice,
&rru_config_msg, &rru_config_msg,
msg_len))<0) { msg_len))<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