BladeRF support #222
-
|
Dear all, I see that the ZeroMQ drivers are already implemented, has anyone successfully used a BladeRF through ZMQ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 28 replies
-
|
There is currently no native support for anything else than OFH, UHD devices and ZMQ. However, there is a Soapy Wrapper for UHD. So any device that is available through Soapy can be used with UHD. With this you could try the BladeRF. I am not sure how usable this is though. |
Beta Was this translation helpful? Give feedback.
-
|
Update:
Versions used:
Update 2: we also coded a reset of the device in the destructor of Plus we changed the gain setting function in the SoapyBladeRF library: in |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I got my bladeRF xA4 to work with srsRAN using the tips mentioned in this thread. |
Beta Was this translation helpful? Give feedback.
-
|
(too long comment sorry for this) Could anyone help me figuring out why i cannot see any devices: changed the tx&rx values as following: i executed the following commands in order and the o/p in the pic: I always get as shown above: the gnb_rf_b200_tdd_n78_20mhz.yml file: tail -f /var/log/open5gs/amf.log |
Beta Was this translation helpful? Give feedback.









Update:
we were able to run srsRAN using a BladeRF xA9 via the SoapySDR API and COTS UEs could connect to it. The main things we had to do were
time_sourceinlib/radio/uhd/radio_uhd_device.h:254TRANSMIT_TIMEOUT_S) to 0 insrsRAN_Project/lib/radio/uhd/radio_uhd_tx_stream.h:44RECEIVE_TIMEOUT_S) to 0 insrsRAN_Project/lib/radio/uhd/radio_uhd_rx_stream.h:40Versions used:
0.15.02.4.02.5.04.5.0.00.8.1-1Update 2:
In order to avoid the following error: