P25 Fully Qualified TGID & SGID Values Should Not Use FQID When Local Address Is Unassigned · Issue #1974 · DSheirer/sdrtrunk · GitHub
More Web Proxy on the site http://driver.im/
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
Radio systems can transmit P25 Fully Qualified Talkgroup and Subcriber Radio values that haven't yet been fully assigned a local ID or address, instead transmitting a value of zero temporarily until the local ID/address is assigned.
sdrtrunk is detecting this 'unassigned state' and inadvertently using the fully qualified ID value as the locally assigned value instead of using a value of zero. This is causing incorrect aliasing with the latest change in PR #1966.
Correct the FullyQualifiedTalkgroupIdentifier and FullyQualifiedRadioIdentifier classes to use the local ID/address, even if the value is zero.
The text was updated successfully, but these errors were encountered:
…cal ID/address, when the value is zero, with the fully qualified ID, which causes incorrect aliasing. (#1975)
Co-authored-by: Dennis Sheirer <dsheirer@github.com>
Radio systems can transmit P25 Fully Qualified Talkgroup and Subcriber Radio values that haven't yet been fully assigned a local ID or address, instead transmitting a value of zero temporarily until the local ID/address is assigned.
sdrtrunk is detecting this 'unassigned state' and inadvertently using the fully qualified ID value as the locally assigned value instead of using a value of zero. This is causing incorrect aliasing with the latest change in PR #1966.
Correct the FullyQualifiedTalkgroupIdentifier and FullyQualifiedRadioIdentifier classes to use the local ID/address, even if the value is zero.
The text was updated successfully, but these errors were encountered: