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
..
agc rename srsLTE to srsRAN 4 years ago
cfr Crest Factor Reduction feature for the phy layer (#3720) 3 years ago
ch_estimation Batch of LGTM fixes. 3 years ago
channel Use copyright as file header 3 years ago
common rrc,gnb: move non-phy fields out of phy_cell_nr_t 3 years ago
dft Crest Factor Reduction feature for the phy layer (#3720) 3 years ago
enb Crest Factor Reduction feature for the phy layer (#3720) 3 years ago
fec Fix successful related typos 3 years ago
gnb Added PUSCH DMRS minimum SNR 3 years ago
io Initial real-time Tx gain setting (#2976) 3 years ago
mimo Fix some warnings in PHY due to array parameter mismatch for a few functions 4 years ago
modem Revert "Review soft demodulator zero check" 4 years ago
phch Fix minor bug 3 years ago
resampling Fix resampler and improved unit test 4 years ago
rf srsran_rf: support dynamic loading of RF plugins 3 years ago
scrambling rename srsLTE to srsRAN 4 years ago
sync rrc,gnb: move non-phy fields out of phy_cell_nr_t 3 years ago
ue More cell search development 3 years ago
utils Crest Factor Reduction feature for the phy layer (#3720) 3 years ago