srsLTE/srsenb
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
..
hdr rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 2021-03-09 21:56:33 +01:00
src rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 2021-03-09 21:56:33 +01:00
test mac,bugfix - fixed formatting of MAC and scheduler user-defined types 2021-03-09 16:23:08 +00:00
CMakeLists.txt change license header to agnostic version with hint to root LICENSE file 2020-12-12 15:59:25 +01:00
drb.conf.example Fix issue in getting PDCP discard timer from configs 2021-02-17 17:53:03 +00:00
enb.conf.example Added pcap net feature to eNodeB 2021-03-03 09:50:15 +01:00
rr.conf.example change default sib and rr conf PUCCH-specific default values to decrease the size of PUCCH 2021-03-05 14:59:44 +01:00
sib.conf.example change default sib and rr conf PUCCH-specific default values to decrease the size of PUCCH 2021-03-05 14:59:44 +01:00
sib.conf.mbsfn.example updating sib13 config for mbms, fixing small bug with metrics 2020-10-21 22:43:44 +01:00