Fix forced interpolation in TDD

This commit is contained in:
Ismael Gomez 2019-05-04 22:14:05 +02:00
parent bcc2e29038
commit 060a0908ca
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}