Skip to content

Set driver roles as dedicated RX and TX #8

@kschepps

Description

@kschepps

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions