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

chan_usrp: Change queue overflow to debug message #454

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Conversation

KB4MDD
Copy link
Collaborator

@KB4MDD KB4MDD commented Jan 15, 2025

This changes chan_usrp to report the queue overflow message as a debug message instead of a warning. This message was not included in the original code. It was added to aid in debugging future problems.

We are getting a burst of packets from analog_bridge that overflows the queue. Analysis of this issue would require further knowledge of analog_bridge. These packets do not cause a problem with the operation of the channel driver.

I have made it a debug level 1 message should there be a need to see this in the future.

The overflow message was using the wrong value for the queue threshold. This is corrected with this change.

This closes #437 and closes #442

This changes chan_usrp to report the queue overflow message as a debug
message instead of a warning.  This message was not included in the original
code.  It was added to aid in debugging future problems.

We are getting a burst of packets from analog_bridge that overflows
the queue.  Analysis of this issue would require further knowledge
of analog_bridge.  These packets do not cause a problem with the
operation of the channel driver.

I have made it a debug level 1 message should there be a need to see
this in the future.

The overflow message was using the wrong value for the queue threshold.
This is corrected with this change.

This closes #437 and closes #442
@Allan-N Allan-N merged commit e6596b6 into master Jan 15, 2025
1 check passed
@KB4MDD KB4MDD deleted the chan_usrp_buffer branch February 17, 2025 15:47
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

Successfully merging this pull request may close these issues.

USRP driver WARNING reports wrong value? ASL3 Warning From chan_usrp.c
3 participants