srsLTE/lib/test/upper
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
2020-12-12 15:58:32 +01:00
..
CMakeLists.txt changed to a label filtering approach for ctest 2020-07-02 15:56:59 +01:00
pdcp_base_test.h pdcp,rlc: refactor SDU queueing policy 2020-07-13 17:05:28 +02:00
pdcp_lte_test.h pdcp,rlc: refactor SDU queueing policy 2020-07-13 17:05:28 +02:00
pdcp_lte_test_rx.cc pdcp: adding basic test to check if control PDUs are handled correctly 2020-09-29 15:29:04 +02:00
pdcp_nr_test.h pdcp,rlc: refactor SDU queueing policy 2020-07-13 17:05:28 +02:00
pdcp_nr_test_discard_sdu.cc pdcp,rlc: refactor SDU queueing policy 2020-07-13 17:05:28 +02:00
pdcp_nr_test_rx.cc created task scheduler class to deal with timers, thread pool, multiqueue, internal tasks 2020-07-13 11:19:25 +01:00
pdcp_nr_test_tx.cc pdcp,rlc: refactor SDU queueing policy 2020-07-13 17:05:28 +02:00
rlc_am_control_test.cc rlc_am: refactor control test 2020-07-08 10:09:06 +02:00
rlc_am_data_test.cc Updated copyright 2020-03-16 11:26:06 +01:00
rlc_am_nr_pdu_test.cc corrected mac_nr_pdu includes 2020-05-26 10:02:08 +01:00
rlc_am_test.cc rlc: fix stopping of poll retx timer (#2006) 2020-12-12 15:58:32 +01:00
rlc_common_test.cc - Fixed a leak in the MME class not releasing the static byte buffer pool. 2020-09-22 18:00:50 +02:00
rlc_stress_test.cc - Fixed a leak in the MME class not releasing the static byte buffer pool. 2020-09-22 18:00:50 +02:00
rlc_test_common.h Updated copyright 2020-03-16 11:26:06 +01:00
rlc_um_data_test.cc Updated copyright 2020-03-16 11:26:06 +01:00
rlc_um_nr_pdu_test.cc corrected mac_nr_pdu includes 2020-05-26 10:02:08 +01:00
rlc_um_nr_test.cc corrected mac_nr_pdu includes 2020-05-26 10:02:08 +01:00
rlc_um_test.cc rlc_um: add dedicated unit test for the PDU packing bug 2020-06-26 17:58:36 +02:00