From 0ec49f00f7fe3934e050217fb1a411c04914b0a6 Mon Sep 17 00:00:00 2001 From: Xavier Arteaga Date: Thu, 5 Dec 2019 11:25:54 +0100 Subject: [PATCH] SRSUE: Reset measurements during cell search in PHY --- srsue/src/phy/sync.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/srsue/src/phy/sync.cc b/srsue/src/phy/sync.cc index 57e671a0b..913feb1f8 100644 --- a/srsue/src/phy/sync.cc +++ b/srsue/src/phy/sync.cc @@ -200,6 +200,7 @@ phy_interface_rrc_lte::cell_search_ret_t sync::cell_search(phy_interface_rrc_lte // Move state to IDLE Info("Cell Search: Start EARFCN index=%u/%zd\n", cellsearch_earfcn_index, earfcn.size()); phy_state.go_idle(); + worker_com->reset(); try { if (current_earfcn != (int)earfcn.at(cellsearch_earfcn_index)) {