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
..
srsran 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
CMakeLists.txt rename srsLTE to srsRAN 4 years ago