diff --git a/srsue/src/stack/rrc/rrc_procedures.cc b/srsue/src/stack/rrc/rrc_procedures.cc index 86e2bbdab..5d1a6e897 100644 --- a/srsue/src/stack/rrc/rrc_procedures.cc +++ b/srsue/src/stack/rrc/rrc_procedures.cc @@ -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 {