mirror of https://github.com/pvnis/srsRAN_4G.git
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).master
parent
c74661ae95
commit
0fdcea2924
Loading…
Reference in New Issue