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
..
test rename srsLTE to srsRAN 4 years ago
CMakeLists.txt srsran_rf: support dynamic loading of RF plugins 3 years ago
cell_search.c Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. 3 years ago
cell_search_nbiot.c Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. 3 years ago
npdsch_enodeb.c ch_awgn: Improve API 3 years ago
npdsch_ue.c Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. 3 years ago
npdsch_ue_helper.cc rename srsLTE to srsRAN 4 years ago
npdsch_ue_helper.h rename srsLTE to srsRAN 4 years ago
pdsch_enodeb.c Crest Factor Reduction feature for the phy layer (#3720) 3 years ago
pdsch_ue.c Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. 3 years ago
pssch_ue.c Batch of LGTM fixes. 3 years ago
synch_file.c Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. 3 years ago
usrp_capture.c Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. 3 years ago
usrp_capture_sync.c Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. 3 years ago
usrp_capture_sync_nbiot.c Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. 3 years ago
usrp_txrx.c rename srsLTE to srsRAN 4 years ago
zmq_remote_rx.c Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. 3 years ago