srsLTE/lib/examples
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
..
test rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
CMakeLists.txt srsran_rf: support dynamic loading of RF plugins 2022-02-18 15:11:23 +01:00
cell_search.c Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. 2021-10-26 16:56:11 +02:00
cell_search_nbiot.c Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. 2021-10-26 16:56:11 +02:00
npdsch_enodeb.c ch_awgn: Improve API 2022-01-19 11:13:28 +01:00
npdsch_ue.c Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. 2021-10-26 16:56:11 +02:00
npdsch_ue_helper.cc rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
npdsch_ue_helper.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
pdsch_enodeb.c Crest Factor Reduction feature for the phy layer (#3720) 2022-02-04 10:35:35 +01:00
pdsch_ue.c Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. 2021-10-26 16:56:11 +02:00
pssch_ue.c Batch of LGTM fixes. 2021-10-26 21:49:17 +02:00
synch_file.c Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. 2021-10-26 16:56:11 +02:00
usrp_capture.c Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. 2021-10-26 16:56:11 +02:00
usrp_capture_sync.c Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. 2021-10-26 16:56:11 +02:00
usrp_capture_sync_nbiot.c Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. 2021-10-26 16:56:11 +02:00
usrp_txrx.c rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
zmq_remote_rx.c Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. 2021-10-26 16:56:11 +02:00