SRSUE: Fix set intra-frequency cell during cell search

This commit is contained in:
Xavier Arteaga 2019-12-09 15:19:59 +01:00 committed by Xavier Arteaga
parent 8ad69b0c4d
commit b9492bbd73
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ phy_interface_rrc_lte::cell_search_ret_t sync::cell_search(phy_interface_rrc_lte
case search::CELL_FOUND:
// If a cell is found, configure it, synchronize and measure it
if (set_cell()) {
intra_freq_meas.set_primay_cell(current_earfcn, cell);
Info("Cell Search: Setting sampling rate and synchronizing SFN...\n");
set_sampling_rate();