Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 Rx with srsue USRP B210 #1356

Open
manudwd opened this issue Jul 6, 2024 · 0 comments
Open

2 Rx with srsue USRP B210 #1356

manudwd opened this issue Jul 6, 2024 · 0 comments

Comments

@manudwd
Copy link

manudwd commented Jul 6, 2024

Issue Description

Attempting to receive IQ on 2 channels with usrp b210.

Setup Details

srsue Version 23.4.0
usrp: B210
ubuntu 20.04
Setting in ue.conf
nof_antennas = 2
device_args = num_recv_frames=64,num_send_frames=64,rx_subdev_spec=A:B A:A

Expected Behavior

Receive on both RX2A and RX2B

Actual Behavior

Only received on RX2B, if providing rx_subdev_spec=A:A A:B, then receive on RX2A only, both of the antenna channels are recognized. Since the only options for rx_subdev_spec are A:A or A:B I have exhaustively used all combinations. I not providing the rx_subdev_spec argument, then only receiving on the RX2A by default.

Individual behavior is as expected by setting
nof_antennas = 1 and
rx_subdev_spec=A:B for RX2B
rx_subdev_spec=A:A for RX2A

Steps to reproduce the problem

sudo add-apt-repository ppa:srslte/releases
sudo apt-get update
sudo apt-get install srsue

Use attached ue.conf (attached as .txt instead
ue_2rx.txt
), change earfcn to any feasible TDD or FDD band. Only USRP B210, add antenna element on RX2A and RX2B.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant