srsLTE/lib
Andre Puschmann ceacf8508d rlc_am_lte: fix handling of maxretx
this patch fixes the actions/handling after RLC detected
maxRetx reached for a given SN.

According to the TS, RLC should only inform upper layers and
not try to recover from the event itself.

As a consequence, we won't manipulate the Tx or Rx window.
As a result of this, we might retransmit a SN more than
the specified amount of times.

It's the task of RRC to reestablish the bearer to recover
from that.
2021-03-06 20:55:08 +01:00
..
examples Removed set RNTI from API 2021-03-01 15:30:33 +01:00
include rlc_am_lte: fix handling of maxretx 2021-03-06 20:55:08 +01:00
src rlc_am_lte: fix handling of maxretx 2021-03-06 20:55:08 +01:00
test rlc_am_{control}_test: extend status PDU test 2021-03-05 19:46:00 +01:00
CMakeLists.txt add backward as backtrace pretty printer 2021-01-28 16:52:52 +01:00