removal of unecessary ho_ra_complete(false) in mac. In case of HO failure, the rrc should let the t304 expire

This commit is contained in:
Francisco Paisana 2020-08-28 15:44:38 +01:00
parent aed9120458
commit 46e1e101d3
2 changed files with 1 additions and 6 deletions

View File

@ -505,9 +505,6 @@ void ra_proc::response_error()
rError("Maximum number of transmissions reached (%d)\n", rach_cfg.preambleTransMax);
rrc->ra_problem();
state = IDLE;
if (ra_is_ho) {
rrc->ho_ra_completed(false);
}
} else {
backoff_interval_start = -1;
if (backoff_param_ms) {

View File

@ -585,9 +585,7 @@ void rrc::release_pucch_srs()
void rrc::ra_problem()
{
if (not t304.is_running()) {
radio_link_failure();
}
rrc_log->warning("MAC indicated RA problem\n");
}
void rrc::max_retx_attempted()