rrc_mobility: change log to info when receiving non-EUTRA meas report

This commit is contained in:
Andre Puschmann 2021-07-14 09:42:47 +02:00
parent 48e42f13a3
commit b3ab661261
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ void rrc::ue::rrc_mobility::handle_ue_meas_report(const meas_report_s& msg, srsr
}
if (meas_res.meas_result_neigh_cells.type().value !=
meas_results_s::meas_result_neigh_cells_c_::types::meas_result_list_eutra) {
Error("MeasReports regarding non-EUTRA are not supported!");
Info("Skipping MeasReport for non-EUTRA neighbor.");
return;
}
const meas_id_list& measid_list = rrc_ue->current_ue_cfg.meas_cfg.meas_id_to_add_mod_list;