Trigger RA after SR failed directly (don't wait for next BSR trigger)

This commit is contained in:
Ismael Gomez 2020-07-26 17:34:39 +02:00 committed by Xavier Arteaga
parent b3d24ba420
commit c02e920b6b
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@ void sr_proc::step(uint32_t tti)
sr_cfg.dsr_transmax);
log_h->console("Scheduling request failed: releasing RRC connection...\n");
rrc->release_pucch_srs();
is_pending_sr = false;
ra->start_mac_order();
reset();
}
}
} else {