srsLTE/lib/test
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
..
adt sched,optimization,refactor - use of custom formatter that avoids mallocs for getting bitmasks strings in hex and binary formats 2021-03-09 16:23:08 +00:00
asn1 Deleted all HAVE_5GNR in CC and h files 2021-02-22 21:16:04 +01:00
common implemented circular buffer-based queue 2021-03-08 14:49:14 +01:00
mac mac,bugfix - fixed formatting of MAC and scheduler user-defined types 2021-03-09 16:23:08 +00:00
phy Removed set RNTI from API 2021-03-01 15:30:33 +01:00
srslog Port enb specific classes to use srslog (#2155) 2021-01-28 12:17:18 +01:00
upper rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 2021-03-09 21:56:33 +01:00
CMakeLists.txt