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

Burst mode does not work for me #35

Open
oe1rsa opened this issue Sep 3, 2022 · 0 comments
Open

Burst mode does not work for me #35

oe1rsa opened this issue Sep 3, 2022 · 0 comments

Comments

@oe1rsa
Copy link

oe1rsa commented Sep 3, 2022

I am trying to use burst mode with hackrf and gnuradio. After having figured how to set the length tag of the soapy gnuradio driver I still cannot get the burst mode working.

I do see, that the burst mode related part of sink_impl.cc (GnuRadio) is getting called (because of an initial tPtG message), but the relevant flag SOAPY_SDR_END_BURST is not propagated to any place in the code of this repository where it could be used.

I see the flag put into the writeStream function, but the flag is only used within activate Stream. While activateStream is called from writeStream, the "flags" are not propagated since activateStream is only called indirectly via acquireWriteBuffer. The latter, however, has not parameter to propagate the flags.

Now I am asking where the error is: Is it in GnuRadios call sequence to SoapyHackRF or is it in the soapy driver?

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