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.
Robert Falkenberg a11291eb08 lib,rlc_am_nr: fix handling of NACK ranges with SO reaching SDU edge
This changes the handling of NACK ranges with segment offset (SO),
where either so_start or so_end reach the edge of a full SDU.
That SDU is then NACK'ed as a whole, rather than as a segment
from 0 to 0xFFFF.
Otherwise, the search for segments will fail if said SDU was
initially sent as a whole (without segmentation).
2 years ago
..
CMakeLists.txt lib,rlc_am_nr: re-enable rlc am nr stress tests 3 years ago
rlc_am_control_test.cc Moved lib PDCP to its own folder 3 years ago
rlc_am_data_test.cc Moved lib PDCP to its own folder 3 years ago
rlc_am_lte_test.cc lib,rlc_am_lte: added unit test for t-pollRetransmssion re-arming when ACK/NACK is received. 3 years ago
rlc_am_nr_pdu_test.cc lib,rlc_am_nr: unit tests for NACK merging 3 years ago
rlc_am_nr_test.cc lib,rlc_am_nr: fix handling of NACK ranges with SO reaching SDU edge 2 years ago
rlc_common_test.cc Moved lib PDCP to its own folder 3 years ago
rlc_stress_test.cc lib,rlc_am_nr: fix assert triggered by receiving duplicate segments 3 years ago
rlc_stress_test.h lib,rlc_am_nr: make sure that we RETX the segments if we get a NACK for an SDU that was already segmented 3 years ago
rlc_test_common.h Adding RLC AM NR unit tests 3 years ago
rlc_um_data_test.cc Moved lib PDCP to its own folder 3 years ago
rlc_um_nr_pdu_test.cc Moved lib PDCP to its own folder 3 years ago
rlc_um_nr_test.cc rlc_um_nr_test: add extra check to verify reassembly timer isn't running 3 years ago
rlc_um_test.cc Moved lib PDCP to its own folder 3 years ago