You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: