Revert "PHCH Receive is reset, the current EARFCN becomes the first one in the list."

This reverts commit f3c04949b7.
This commit is contained in:
Ismael Gomez 2018-03-15 11:31:39 +01:00
parent 5772f61aaf
commit df0dcb27e7
1 changed files with 1 additions and 5 deletions

View File

@ -132,11 +132,7 @@ void phch_recv::reset()
next_offset = 0;
cell_is_set = false;
srate_mode = SRATE_NONE;
if (!earfcn.empty()) {
current_earfcn = earfcn[0];
} else {
current_earfcn = 0;
}
current_earfcn = 0;
sfn_p.reset();
measure_p.reset();
search_p.reset();