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
..
adt integrated new observer pattern into phy controller fsm 4 years ago
asn1 update nr asn1 files, and asn1 tests 4 years ago
common fsm refactor. 4 years ago
mac pdu: refactor MAC PDU class 4 years ago
phy phy_dl_test: fix uninit var 4 years ago
srslog Import latest srslog version (#1796) 4 years ago
upper rlc: fix stopping of poll retx timer (#2006) 4 years ago
CMakeLists.txt creation of a scope exit standalone file. Created a new folder ADT. Added test for scope exit. 4 years ago