srsLTE/lib/include/srsran/phy/rf
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.
2022-02-18 15:11:23 +01:00
..
rf.h srsran_rf: support dynamic loading of RF plugins 2022-02-18 15:11:23 +01:00
rf_utils.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00