Clear underlivered SDUs info map for SRBs on reestablishment

This commit is contained in:
Pedro Alvarez 2021-02-18 10:51:21 +00:00
parent d705fa2106
commit df501d1500
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ void pdcp_entity_lte::reestablish()
st.tx_hfn = 0;
st.rx_hfn = 0;
st.next_pdcp_rx_sn = 0;
undelivered_sdus_queue.clear();
} else if (rlc->rb_is_um(lcid)) {
// Only reset counter in RLC-UM
st.next_pdcp_tx_sn = 0;