5G-MAG / rt-mbms-modem

MBMS - Modem
https://www.5g-mag.com/5gbroadcast
GNU Affero General Public License v3.0
15 stars 12 forks source link

Support for MIMO / dual RX streams from BladeRF #26

Closed kuehnhammer closed 2 years ago

kuehnhammer commented 2 years ago

This is based on the srsran-rebase branch, and should be merged after https://github.com/5G-MAG/rt-mbms-modem/pull/25

There seems to be an issue in bladeRF when using dual RX through SoapyBladeRF (reported here: https://github.com/Nuand/bladeRF/issues/855 )

To successfully read from two channels, for now it is required to do a workaround in the BladeRF module for SoapySDR. The necessary change is available here: https://github.com/kuehnhammer/SoapyBladeRF/tree/2chrx-workaround