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
CMakeLists.txt srsran_rf: support dynamic loading of RF plugins 2022-02-18 15:11:23 +01:00
cell_search.c
cell_search_nbiot.c
npdsch_enodeb.c ch_awgn: Improve API 2022-01-19 11:13:28 +01:00
npdsch_ue.c
npdsch_ue_helper.cc
npdsch_ue_helper.h
pdsch_enodeb.c Crest Factor Reduction feature for the phy layer (#3720) 2022-02-04 10:35:35 +01:00
pdsch_ue.c
pssch_ue.c Batch of LGTM fixes. 2021-10-26 21:49:17 +02:00
synch_file.c
usrp_capture.c
usrp_capture_sync.c
usrp_capture_sync_nbiot.c
usrp_txrx.c
zmq_remote_rx.c