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
..
phy Removed set RNTI from API 4 years ago
stack rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 4 years ago
cfg_parser.h change license header to agnostic version with hint to root LICENSE file 4 years ago
enb.h [metrics] Added system metrics to the enb's stdout 4 years ago
metrics_csv.h change license header to agnostic version with hint to root LICENSE file 4 years ago
metrics_json.h Backport some changes from FAPI branch (#2124) 4 years ago
metrics_stdout.h change license header to agnostic version with hint to root LICENSE file 4 years ago
parser.h use of fmt lib in asn1 utils 4 years ago