Commit 9b493829 authored by Eurecom's avatar Eurecom

Set RU 0 to master and others to slave. Testing the synch

parent f161b406
......@@ -2200,6 +2200,7 @@ void init_RU(char *rf_config_file) {
ru->idx = ru_id;
ru->ts_offset = 0;
ru->is_slave = (ru_id == 0) ? 0 : 1;
ru->in_synch = (ru->is_slave == 1) ? 0 : 1;
// use eNB_list[0] as a reference for RU frame parameters
// NOTE: multiple CC_id are not handled here yet!
......
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