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.
Robert Falkenberg 3a73d84294 srsran_rf: support dynamic loading of RF plugins
This adds flexible plugin-like loading of the individual RF
implementations (zmq, uhd, soapy,...) as per availability at runtime.
Unlike before, the binary application is not terminated if the
dependencies of individual RF interfaces are not installed on the
executing system.  To do this, the plugins are not linked by the linker
at compile time, but opened at runtime via dlopen() and dropped in case
of failure due to missing dependencies.
3 years ago
..
examples srsran_rf: support dynamic loading of RF plugins 3 years ago
include srsran_rf: support dynamic loading of RF plugins 3 years ago
src srsran_rf: support dynamic loading of RF plugins 3 years ago
test lib,rlc_am_nr: temporarily disable RLC AM NR stress test. 3 years ago
CMakeLists.txt rename srsLTE to srsRAN 4 years ago