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

master
Ismael Gomez 4 years ago committed by Xavier Arteaga
parent b3d24ba420
commit c02e920b6b

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

Loading…
Cancel
Save