srsLTE/srsenb/hdr
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
..
phy Removed set RNTI from API 2021-03-01 15:30:33 +01:00
stack rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 2021-03-09 21:56:33 +01:00
cfg_parser.h change license header to agnostic version with hint to root LICENSE file 2020-12-12 15:59:25 +01:00
enb.h [metrics] Added system metrics to the enb's stdout 2021-03-02 22:17:13 +01:00
metrics_csv.h change license header to agnostic version with hint to root LICENSE file 2020-12-12 15:59:25 +01:00
metrics_json.h Backport some changes from FAPI branch (#2124) 2020-12-16 13:48:48 +01:00
metrics_stdout.h change license header to agnostic version with hint to root LICENSE file 2020-12-12 15:59:25 +01:00
parser.h use of fmt lib in asn1 utils 2020-12-15 15:56:59 +01:00