-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels