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 19f30aa652 rlc_am_lte: fix handling of out-of-order status PDUs
before processing incoming status PDUs we should be checking
if the ACK_SN falls within our current Tx window. If not the PDU
will be dropped.

Without the check we were incorrectly processing the status PDU
and because the sequence number wrap around wasn't working
correctly if ACK_SN is smaller than vt_a we were corrupting
our Tx window.
4 years ago
..
examples fixing support for extended Cyclic Prefix 4 years ago
include Fix compilation 4 years ago
src rlc_am_lte: fix handling of out-of-order status PDUs 4 years ago
test rlc_am_test: add unit test for ACK_SN is outside rx window 4 years ago
CMakeLists.txt rename srsLTE to srsRAN 4 years ago