proc_bsr_nr: cancel SR if UL grant is received

master
Andre Puschmann 4 years ago
parent d99402d3b3
commit ad320c273e

@ -256,6 +256,10 @@ void proc_bsr_nr::new_grant_ul(uint32_t grant_size)
// 3> start or restart retxBSR-Timer. // 3> start or restart retxBSR-Timer.
timer_retx.run(); timer_retx.run();
} }
// Cancel SR if an UL grant is received
logger.debug("BSR: Cancelling SR procedure due to UL grant");
sr->reset();
} }
// This function is called by MUX only if Regular BSR has not been triggered before // This function is called by MUX only if Regular BSR has not been triggered before

Loading…
Cancel
Save