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 16de8668e0 rlc_am_lte: convert mutexes to std::mutex
replace all pthread_mutex with std::mutex and use lock_guard and unique_lock (where needed)
4 years ago
..
byte_buffer_queue.h documentation,bugfix - added documentation to new blocking queues, changed class names, and removed blocking pushes from the critical path 4 years ago
gtpu.h optimization - minimization of number of std::string allocations for logging 4 years ago
ipv6.h Refactor NR RA files and fix header includes all over library (#2162) 4 years ago
pdcp.h rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 4 years ago
pdcp_entity_base.h rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 4 years ago
pdcp_entity_lte.h rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 4 years ago
pdcp_entity_nr.h rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 4 years ago
pdcp_metrics.h Starting to add metrics to lib/upper/pdcp.cc 4 years ago
rlc.h move ue phy interfaces to separate interfaces header file 4 years ago
rlc_am_base.h fix gcc compilation issue 4 years ago
rlc_am_lte.h rlc_am_lte: convert mutexes to std::mutex 4 years ago
rlc_am_nr.h move ue phy interfaces to separate interfaces header file 4 years ago
rlc_common.h rlc_am_lte: refactor PDCP/RLC interface to use fix sized data structure 4 years ago
rlc_metrics.h rlc_metrics: add sdu rx latency and buffered bytes 4 years ago
rlc_tm.h move ue phy interfaces to separate interfaces header file 4 years ago
rlc_um_base.h move ue phy interfaces to separate interfaces header file 4 years ago
rlc_um_lte.h move ue phy interfaces to separate interfaces header file 4 years ago
rlc_um_nr.h Ported the RLC classes to srslog in the lib dir. 4 years ago