srsLTE/lib/include/srsran/phy
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
..
agc rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
cfr Crest Factor Reduction feature for the phy layer (#3720) 2022-02-04 10:35:35 +01:00
ch_estimation Batch of LGTM fixes. 2021-10-26 21:49:17 +02:00
channel Use copyright as file header 2022-01-19 11:13:28 +01:00
common rrc,gnb: move non-phy fields out of phy_cell_nr_t 2022-02-08 18:21:07 +01:00
dft Crest Factor Reduction feature for the phy layer (#3720) 2022-02-04 10:35:35 +01:00
enb Crest Factor Reduction feature for the phy layer (#3720) 2022-02-04 10:35:35 +01:00
fec Fix successful related typos 2022-01-12 16:37:37 +01:00
gnb Added PUSCH DMRS minimum SNR 2021-10-19 23:05:16 +02:00
io Initial real-time Tx gain setting (#2976) 2021-10-25 10:54:17 +02:00
mimo Fix some warnings in PHY due to array parameter mismatch for a few functions 2021-05-26 22:16:22 +02:00
modem Revert "Review soft demodulator zero check" 2021-04-19 15:15:55 +02:00
phch Fix minor bug 2022-01-28 08:15:36 +01:00
resampling Fix resampler and improved unit test 2021-05-12 17:13:09 +02:00
rf srsran_rf: support dynamic loading of RF plugins 2022-02-18 15:11:23 +01:00
scrambling rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
sync rrc,gnb: move non-phy fields out of phy_cell_nr_t 2022-02-08 18:21:07 +01:00
ue More cell search development 2022-01-12 10:27:33 +01:00
utils Crest Factor Reduction feature for the phy layer (#3720) 2022-02-04 10:35:35 +01:00