Commit 57f02ec1 authored by Younes's avatar Younes

bugfix

parent 7c4e75d0
...@@ -1897,7 +1897,7 @@ void *ru_thread_synch(void *arg) { ...@@ -1897,7 +1897,7 @@ void *ru_thread_synch(void *arg) {
ru->in_synch = 1; ru->in_synch = 1;
ru->state = RU_RUN; ru->state = RU_RUN;
// Send RRU_sync_ok // Send RRU_sync_ok
rru_config_msg.type = RRU_start; rru_config_msg.type = RRU_sync_ok;
rru_config_msg.len = sizeof(RRU_CONFIG_msg_t); // TODO: set to correct msg len rru_config_msg.len = sizeof(RRU_CONFIG_msg_t); // TODO: set to correct msg len
LOG_I(PHY,"Sending RRU_sync_ok to RAU\n", ru->idx); LOG_I(PHY,"Sending RRU_sync_ok to RAU\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