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 0fdcea2924 rlc_am: count every segment retx as a full retx for this SN
previously we were only counting retx if we retx the start of a segment.
this could lead to unwanted behaviour, i.e., not counting retx
correctly and thus not triggering the maxretx attempt, if the receive
always sends NACKs with a SO_start.

The RLC spec is not clear on how this should be handled correctly but
IMHO using an integer number of retx is reasonable, even for segments
that might be retransmitted more often.

The alternative of using a fractional retx counter that may be increamented
proportional to the segment size that is retx is another alternative
but considered too complex to implement (and test correctly).
4 years ago
..
examples rename srsLTE to srsRAN 4 years ago
include use mutex or atomic in running flag to signal the interruption of a thread 4 years ago
src rlc_am: count every segment retx as a full retx for this SN 4 years ago
test Initial NR-DCI refactor 4 years ago
CMakeLists.txt rename srsLTE to srsRAN 4 years ago