You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Puschmann f155b7a5d5 rlc: fix stopping of poll retx timer (#2006)
* rlc_am: add TC for pollRetx timer handling

* rlc_am: fix stopping of pollRetx timer

stopping the pollRetx timer when receiving a status PDU
without checking the acknowledged PDUs is wrong.

if an ACK for another PDU, for which the polling bit has been set,
is still pending, it won't be rescheduled until another
PDU is transmitted that again starts the pollRetx timer.

this fixes the issue with missing RLC AM segment retx in #1992,
and #2003
4 years ago
..
CMakeLists.txt changed to a label filtering approach for ctest 4 years ago
pdcp_base_test.h pdcp,rlc: refactor SDU queueing policy 4 years ago
pdcp_lte_test.h pdcp,rlc: refactor SDU queueing policy 4 years ago
pdcp_lte_test_rx.cc pdcp: adding basic test to check if control PDUs are handled correctly 4 years ago
pdcp_nr_test.h pdcp,rlc: refactor SDU queueing policy 4 years ago
pdcp_nr_test_discard_sdu.cc pdcp,rlc: refactor SDU queueing policy 4 years ago
pdcp_nr_test_rx.cc created task scheduler class to deal with timers, thread pool, multiqueue, internal tasks 4 years ago
pdcp_nr_test_tx.cc pdcp,rlc: refactor SDU queueing policy 4 years ago
rlc_am_control_test.cc rlc_am: refactor control test 4 years ago
rlc_am_data_test.cc Updated copyright 5 years ago
rlc_am_nr_pdu_test.cc corrected mac_nr_pdu includes 5 years ago
rlc_am_test.cc rlc: fix stopping of poll retx timer (#2006) 4 years ago
rlc_common_test.cc - Fixed a leak in the MME class not releasing the static byte buffer pool. 4 years ago
rlc_stress_test.cc - Fixed a leak in the MME class not releasing the static byte buffer pool. 4 years ago
rlc_test_common.h Updated copyright 5 years ago
rlc_um_data_test.cc Updated copyright 5 years ago
rlc_um_nr_pdu_test.cc corrected mac_nr_pdu includes 5 years ago
rlc_um_nr_test.cc corrected mac_nr_pdu includes 5 years ago
rlc_um_test.cc rlc_um: add dedicated unit test for the PDU packing bug 4 years ago