SRSUE: Reset measurements during cell search in PHY

master
Xavier Arteaga 5 years ago committed by Xavier Arteaga
parent 39fcf25e0d
commit 0ec49f00f7

@ -200,6 +200,7 @@ phy_interface_rrc_lte::cell_search_ret_t sync::cell_search(phy_interface_rrc_lte
// Move state to IDLE // Move state to IDLE
Info("Cell Search: Start EARFCN index=%u/%zd\n", cellsearch_earfcn_index, earfcn.size()); Info("Cell Search: Start EARFCN index=%u/%zd\n", cellsearch_earfcn_index, earfcn.size());
phy_state.go_idle(); phy_state.go_idle();
worker_com->reset();
try { try {
if (current_earfcn != (int)earfcn.at(cellsearch_earfcn_index)) { if (current_earfcn != (int)earfcn.at(cellsearch_earfcn_index)) {

Loading…
Cancel
Save