Set CFO from initial cell search

This commit is contained in:
Ismael Gomez 2020-04-08 13:18:05 +02:00
parent 40da4495ce
commit 309c10b0c6
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ phy_interface_rrc_lte::cell_search_ret_t sync::cell_search(phy_interface_rrc_lte
if (found_cell) {
found_cell->earfcn = current_earfcn;
found_cell->pci = cell.id;
found_cell->cfo_hz = search_p.get_last_cfo();
}
ret.found = phy_interface_rrc_lte::cell_search_ret_t::CELL_FOUND;
break;