Fix HO when doing ping due to reseting of the PDCP counters in reestablishment. Fixes #618

master
Ismael Gomez 5 years ago
parent 22f2781f28
commit 575499c95b

@ -82,12 +82,6 @@ void pdcp_entity_lte::reestablish()
rx_count = 0;
rx_hfn = 0;
next_pdcp_rx_sn = 0;
} else {
tx_count = 0;
rx_count = 0;
rx_hfn = 0;
next_pdcp_rx_sn = 0;
last_submitted_pdcp_rx_sn = maximum_pdcp_sn;
}
}
}

Loading…
Cancel
Save