srsLTE/lib/test/upper
Andre Puschmann 20cbc48f90 rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure
this patch replaces the std::vector type used in the interface between
PDCP and RLC to signal delivery status between both layers. The new
data type is a configurable but fixed-size vector.
The RLC AM doesn't need to dynamically allocate the vector for every SN but
uses the tx_window for storage.
2021-03-09 21:56:33 +01:00
..
CMakeLists.txt rlc_um_nr_pdu_test: add 12bit SN unpack test 2021-02-24 20:23:54 +01:00
pdcp_base_test.h move ue rlc interfaces to separate interfaces header file 2021-02-26 16:44:57 +01:00
pdcp_lte_test.h Added statusReportRequired to the PDCP entity config. 2021-02-16 13:21:50 +00:00
pdcp_lte_test_discard_sdu.cc rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 2021-03-09 21:56:33 +01:00
pdcp_lte_test_rx.cc Added statusReportRequired to the PDCP entity config. 2021-02-16 13:21:50 +00:00
pdcp_lte_test_status_report.cc Fixup tests to consider wrap-around in status report 2021-03-04 11:22:53 +01:00
pdcp_nr_test.h Added statusReportRequired to the PDCP entity config. 2021-02-16 13:21:50 +00:00
pdcp_nr_test_discard_sdu.cc Added statusReportRequired to the PDCP entity config. 2021-02-16 13:21:50 +00:00
pdcp_nr_test_rx.cc Added statusReportRequired to the PDCP entity config. 2021-02-16 13:21:50 +00:00
pdcp_nr_test_tx.cc Added statusReportRequired to the PDCP entity config. 2021-02-16 13:21:50 +00:00
rlc_am_control_test.cc rlc_am_{control}_test: extend status PDU test 2021-03-05 19:46:00 +01:00
rlc_am_data_test.cc Ported the RLC classes to srslog in the lib dir. 2021-02-11 14:37:27 +01:00
rlc_am_nr_pdu_test.cc Ported the RLC classes to srslog in the lib dir. 2021-02-11 14:37:27 +01:00
rlc_am_test.cc rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 2021-03-09 21:56:33 +01:00
rlc_common_test.cc rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 2021-03-09 21:56:33 +01:00
rlc_stress_test.cc rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 2021-03-09 21:56:33 +01:00
rlc_test_common.h rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 2021-03-09 21:56:33 +01:00
rlc_um_data_test.cc Ported the RLC classes to srslog in the lib dir. 2021-02-11 14:37:27 +01:00
rlc_um_nr_pdu_test.cc Disable rat assignment in pcap class 2021-03-03 09:50:15 +01:00
rlc_um_nr_test.cc move ue phy interfaces to separate interfaces header file 2021-02-26 16:44:57 +01:00
rlc_um_test.cc Ported the RLC classes to srslog in the lib dir. 2021-02-11 14:37:27 +01:00