Commit 4c596703 authored by Eurecom's avatar Eurecom

slave in configfile

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