Revert "fix issue when cell search doesn't set rx frequency because phy init takes too long"

This reverts commit 25ccd29646.
master
Ismael Gomez 7 years ago
parent 64cc34adb0
commit 5772f61aaf

@ -280,8 +280,10 @@ void phch_recv::cell_search_inc()
rrc->earfcn_end(); rrc->earfcn_end();
} else { } else {
Info("SYNC: Cell Search idx %d/%d\n", cur_earfcn_index, earfcn.size()); Info("SYNC: Cell Search idx %d/%d\n", cur_earfcn_index, earfcn.size());
if (current_earfcn != earfcn[cur_earfcn_index]) {
current_earfcn = earfcn[cur_earfcn_index]; current_earfcn = earfcn[cur_earfcn_index];
set_frequency(); set_frequency();
}
phy_state = CELL_SEARCH; phy_state = CELL_SEARCH;
} }
} }

Loading…
Cancel
Save