Commit 3c199afa authored by Robert Schmidt's avatar Robert Schmidt

squash a1d59bde: slots is a Qt reserved word; this file is used in nrqtscope

parent 4d3db482
......@@ -954,7 +954,7 @@ static void fill_split7_config(split7_config_t *split7, const nfapi_nr_config_re
split7->n_tdd_period = slots_per_frame / nb_periods_per_frame;
for (int slot = 0; slot < split7->n_tdd_period; ++slot) {
for (int sym = 0; sym < 14; ++sym) {
split7->slots[slot].sym_dir[sym] = tdd_table->max_tdd_periodicity_list[slot].max_num_of_symbol_per_slot_list[sym].slot_config.value;
split7->slot_dirs[slot].sym_dir[sym] = tdd_table->max_tdd_periodicity_list[slot].max_num_of_symbol_per_slot_list[sym].slot_config.value;
}
}
}
......
......@@ -194,7 +194,7 @@ typedef struct split7_config {
/*! TDD frame structure, if TDD indicated */
struct {
symbol_direction_t sym_dir[14];
} slots[160];
} slot_dirs[160];
} split7_config_t;
/*! \brief RF frontend parameters set by application */
......
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