Skip to content

Commit

Permalink
Fix forced interpolation in TDD
Browse files Browse the repository at this point in the history
  • Loading branch information
ismagom committed May 4, 2019
1 parent bcc2e29 commit 060a090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srsue/src/phy/cc_worker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ bool cc_worker::set_cell(srslte_cell_t cell)
}

if (cell.frame_type == SRSLTE_TDD && !ue_dl_cfg.chest_cfg.interpolate_subframe) {
ue_dl_cfg.chest_cfg.interpolate_subframe = true;
chest_default_cfg.interpolate_subframe = true;
log_h->console("Enabling subframe interpolation for TDD cells (recommended setting)\n");
}

Expand Down

0 comments on commit 060a090

Please sign in to comment.