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 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.
4 years ago
..
mac mac,bugfix - fixed formatting of MAC and scheduler user-defined types 4 years ago
rrc documentation,bugfix - added documentation to new blocking queues, changed class names, and removed blocking pushes from the critical path 4 years ago
upper rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 4 years ago
enb_stack_base.h Added pcap net feature to eNodeB 4 years ago
enb_stack_lte.h documentation,bugfix - added documentation to new blocking queues, changed class names, and removed blocking pushes from the critical path 4 years ago
gnb_stack_nr.h - Remove old loggers in ttcn3 and in NR. 4 years ago