ue,rrc: improve error message when cell selection fails due to missing SIBs

master
Andre Puschmann 5 years ago
parent 3c2e3dbdbf
commit c71d6b9204

@ -1264,7 +1264,7 @@ proc_outcome_t rrc::connection_reest_proc::step_cell_configuration()
return cell_criteria();
} else {
// Required SIBs are not available
Error("Failed to configure serving cell\n");
Error("Failed to configure serving cell. Couldn't acquire SIBs.\n");
return proc_outcome_t::error;
}
} else {

Loading…
Cancel
Save