Commit a04cdd6d authored by hsum's avatar hsum Committed by Robert Schmidt

Revert "nr_slot_select(): ignore frame%2 -> nFAPI wrong slot pattern?"

This reverts commit 71e2546c.
parent 89bfa079
......@@ -303,7 +303,7 @@ int nr_slot_select(nfapi_nr_config_request_scf_t *cfg, int nr_frame, int nr_slot
return (NR_UPLINK_SLOT | NR_DOWNLINK_SLOT );
}
if (1) {
if (nr_frame%2 == 0) {
for(int symbol_count=0; symbol_count<NR_NUMBER_OF_SYMBOLS_PER_SLOT; symbol_count++) {
if (cfg->tdd_table.max_tdd_periodicity_list[nr_slot].max_num_of_symbol_per_slot_list[symbol_count].slot_config.value==1) {
check_slot++;
......
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