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

Missing mimo channels for Bladerf #1388

Closed
alphafox02 opened this issue Aug 13, 2022 · 1 comment
Closed

Missing mimo channels for Bladerf #1388

alphafox02 opened this issue Aug 13, 2022 · 1 comment
Labels

Comments

@alphafox02
Copy link

Setup: 20.04 source builds and deb packages.

Expected Result: Using bladerf, selected Mimo source and then fine doa channel.

Actual Result: Using both the latest source and deb package installs, mimo channels are no longer listed.

Temp Fix: Reverting to the deb package that specifically mentioned the doa mimo channel does in fact present the option.

Not sure what gas changed recently or why the beam steer and other channels are missing.

@f4exb f4exb added the bug label Aug 13, 2022
@f4exb
Copy link
Owner

f4exb commented Aug 13, 2022

There is a stray comma here: https://github.com/f4exb/sdrangel/blob/master/CMakeLists.txt#L103 this was missed when fixing #1310

It should be:

option(ENABLE_CHANNELMIMO "Enable channelmimo plugins" ON)

This prevents the default "ON" option to be taken into account when ENABLE_CHANNELMIMO is not set on the cmake command line which is the case when building the Ubuntu 20.04 package.

Note: same issue when compiling from source (unless the option is specified) and for Docker builds.

@f4exb f4exb closed this as completed in 2309104 Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants