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.
Francisco ff3fc0826b asn1 fixes and improvements
- use const char* instead of std::string in enumerated<>::to_string() to avoid mallocs.
- Remove the use of "typedef", and use "using" keyword instead.
- Fix rrc_nr::setup_release_c<>::to_string() broken linkage.
4 years ago
..
adt Remove two mallocs in the stack: 4 years ago
asn1 asn1 fixes and improvements 4 years ago
common fix overwrite of timer timeout when it matches previous time wheel position 4 years ago
interfaces SRSUE: refactor carrier setting for accepting a dynamic carrier configuration 4 years ago
mac Fix append NR to loggers for NR components 4 years ago
phy SRSUE: refactor carrier setting for accepting a dynamic carrier configuration 4 years ago
radio rename srsLTE to srsRAN 4 years ago
rrc rename srsLTE to srsRAN 4 years ago
srslog SRSLOG: Avoid calling unordered_map::emplace if element already exists since it will allocate even if the insertion is not going to take place. 4 years ago
system - Renamed log to logger. 4 years ago
test implementation of time wheel-based timer handler, using a circular array and intrusive list 4 years ago
upper Add rrc_nr to rlc init function 4 years ago
CMakeLists.txt rename srsLTE to srsRAN 4 years ago
build_info.h.in rename srsLTE to srsRAN 4 years ago
config.h rename srsLTE to srsRAN 4 years ago
srsran.h rename srsLTE to srsRAN 4 years ago
version.h.in rename srsLTE to srsRAN 4 years ago