srsLTE/lib/include/srslte/upper
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
..
byte_buffer_queue.h change license header to agnostic version with hint to root LICENSE file 2020-12-12 15:59:25 +01:00
gtpu.h - Upgrade the gtpu class in lib dir to srslog. 2021-02-11 14:37:27 +01:00
ipv6.h Refactor NR RA files and fix header includes all over library (#2162) 2021-01-20 15:46:46 +01:00
pdcp.h move ue phy interfaces to separate interfaces header file 2021-02-26 16:44:57 +01:00
pdcp_entity_base.h RLC failure to deliver notifications and discard timer limits to 1500ms (#2368) 2021-02-22 10:36:14 +00:00
pdcp_entity_lte.h limit allocation of PDCP SDU+Timer buffer to DRB+RLC AM cases 2021-03-02 11:25:38 +01:00
pdcp_entity_nr.h move ue rlc interfaces to separate interfaces header file 2021-02-26 16:44:57 +01:00
pdcp_metrics.h Starting to add metrics to lib/upper/pdcp.cc 2021-02-17 18:40:12 +00:00
rlc.h move ue phy interfaces to separate interfaces header file 2021-02-26 16:44:57 +01:00
rlc_am_base.h fix gcc compilation issue 2021-02-26 16:44:57 +01:00
rlc_am_lte.h rlc_am_lte: fix handling of maxretx 2021-03-06 20:55:08 +01:00
rlc_am_nr.h move ue phy interfaces to separate interfaces header file 2021-02-26 16:44:57 +01:00
rlc_common.h move ue phy interfaces to separate interfaces header file 2021-02-26 16:44:57 +01:00
rlc_metrics.h rlc_metrics: add sdu rx latency and buffered bytes 2020-12-17 17:46:55 +01:00
rlc_tm.h move ue phy interfaces to separate interfaces header file 2021-02-26 16:44:57 +01:00
rlc_um_base.h move ue phy interfaces to separate interfaces header file 2021-02-26 16:44:57 +01:00
rlc_um_lte.h move ue phy interfaces to separate interfaces header file 2021-02-26 16:44:57 +01:00
rlc_um_nr.h Ported the RLC classes to srslog in the lib dir. 2021-02-11 14:37:27 +01:00