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

Tolerate bit errors in the PCI value #316

Open
argilo opened this issue Jul 7, 2023 · 0 comments
Open

Tolerate bit errors in the PCI value #316

argilo opened this issue Jul 7, 2023 · 0 comments

Comments

@argilo
Copy link
Collaborator

argilo commented Jul 7, 2023

As noted in #312 (comment), the has_fixed function prevents data from being processed unless the PCI bits match one of the expected values exactly. When signal quality is poor, bits may be corrupted, disabling data decoding.

A couple possible solutions:

  • Use fuzzy matching to determine the most likely PCI value.
  • In the event of bit errors, assume that the PCI value is equal to the value seen in previous L2 PDUs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant