You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set bladeRF as RX and HackRF as TX or visa versa for srsRAN. If I use this argument in my enb.conf file, Soapy loads the BladeRF as both RX and TX and ignores the HackRF completely.
I'm trying to set bladeRF as RX and HackRF as TX or visa versa for srsRAN. If I use this argument in my enb.conf file, Soapy loads the BladeRF as both RX and TX and ignores the HackRF completely.
device_name = soapy
device_args = driver=multi, driver[0]=bladerf,driver[1]=hackrf
If I set it the other way, it seems to set the HackRF as both RX and TX which doesn't work because it's half duplex.
device_name = soapy
device_args = driver=multi, driver[0]=hackrf,driver[1]=bladerf
The text was updated successfully, but these errors were encountered: