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
..
common_enb.h change license header to agnostic version with hint to root LICENSE file 4 years ago
gtpu.h remove srslte.h includes from upper layers 4 years ago
pdcp.h rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 4 years ago
pdcp_nr.h rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 4 years ago
rlc.h rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 4 years ago
rlc_nr.h rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 4 years ago
s1ap.h Add the enb_cc_idx value to S1 events. 4 years ago
s1ap_metrics.h change license header to agnostic version with hint to root LICENSE file 4 years ago
sdap.h move ue gw interfaces to separate interfaces header file 4 years ago