|
|
@ -614,14 +614,14 @@ void rrc::radio_link_failure_process()
|
|
|
|
|
|
|
|
|
|
|
|
if (state == RRC_STATE_CONNECTED) {
|
|
|
|
if (state == RRC_STATE_CONNECTED) {
|
|
|
|
if (security_is_activated) {
|
|
|
|
if (security_is_activated) {
|
|
|
|
rrc_log->warning("Detected Radio-Link Failure with active AS security. Starting ConnectionReestablishment...\n");
|
|
|
|
rrc_log->info("Detected Radio-Link Failure with active AS security. Starting ConnectionReestablishment...\n");
|
|
|
|
start_con_restablishment(reest_cause_e::other_fail);
|
|
|
|
start_con_restablishment(reest_cause_e::other_fail);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
rrc_log->warning("Detected Radio-Link Failure with AS security deactivated. Going to IDLE...\n");
|
|
|
|
rrc_log->info("Detected Radio-Link Failure with AS security deactivated. Going to IDLE...\n");
|
|
|
|
start_go_idle();
|
|
|
|
start_go_idle();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
rrc_log->warning("Detected Radio-Link Failure while RRC_IDLE. Ignoring it.\n");
|
|
|
|
rrc_log->info("Detected Radio-Link Failure while RRC_IDLE. Ignoring it.\n");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|