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

[libbladeRF] API call to reset timestamps #397

Closed
jynik opened this issue Jun 22, 2015 · 2 comments
Closed

[libbladeRF] API call to reset timestamps #397

jynik opened this issue Jun 22, 2015 · 2 comments
Labels
Resolve: Won't Fix Reported issue is valid, but won't be fixed

Comments

@jynik
Copy link
Contributor

jynik commented Jun 22, 2015

Add an API call that resets the RX and TX timestamps to 0.

This allows the RX and TX modules' time tamers to be synchronized.

@jynik jynik added the Issue: Enhancement Missing functionality, or a new feature request label Jun 22, 2015
@jynik
Copy link
Contributor Author

jynik commented Jun 30, 2015

Pending further discussion - this may not be needed.

@jynik jynik added Resolve: Won't Fix Reported issue is valid, but won't be fixed and removed Issue: Enhancement Missing functionality, or a new feature request labels Jul 22, 2015
@jynik
Copy link
Contributor Author

jynik commented Jul 22, 2015

If both the RX and TX module are enabled, the first call to bladeRF_sync_config() will enable timestamps. The RX and TX counters should be synchronized, perhaps with a 1 cycle delta.

To reset timestamps, one can call bladerf_enable_module(dev, module, false) for both modules, and then perform the bladerf_sync_config() and bladerf_enable_module() again for them.

@jynik jynik closed this as completed Jul 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolve: Won't Fix Reported issue is valid, but won't be fixed
Projects
None yet
Development

No branches or pull requests

1 participant