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.
faluco 0465f6badd Implement a pool in FMT to avoid allocating heap memory when passing a char* to the backend, usually when formatting a %s argument.
Previously since a char* can have any length, this was managed by FMT by converting it into a std::string.
Now we store it into a configurable size node that can store a fixed size string, otherwise it falls back to std::string.
4 years ago
..
examples rename srsLTE to srsRAN 4 years ago
include Implement a pool in FMT to avoid allocating heap memory when passing a char* to the backend, usually when formatting a %s argument. 4 years ago
src Implement a pool in FMT to avoid allocating heap memory when passing a char* to the backend, usually when formatting a %s argument. 4 years ago
test mac_nr: add error handling when unpacking SCH MAC PDU 4 years ago
CMakeLists.txt rename srsLTE to srsRAN 4 years ago