mirror of https://github.com/pvnis/srsRAN_4G.git
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.
3a73d84294
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 | |
---|---|---|
.. | ||
examples | 3 years ago | |
include | 3 years ago | |
src | 3 years ago | |
test | 3 years ago | |
CMakeLists.txt | 4 years ago |