lib,rlc_am_nr: stop status prohibit timer when a polling bit is received.

This commit is contained in:
Pedro Alvarez 2021-11-26 14:22:05 +00:00 committed by Francisco Paisana
parent a038c74cc0
commit 194fb4fabf
1 changed files with 1 additions and 0 deletions

View File

@ -502,6 +502,7 @@ void rlc_am_nr_rx::handle_data_pdu(uint8_t* payload, uint32_t nof_bytes)
if (header.p) {
logger->info("%s Status packet requested through polling bit", parent->rb_name);
do_status = true;
status_prohibit_timer.stop();
}
debug_state();