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

Motorola opcode 0x05 0x09 fix #992

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Conversation

taclane
Copy link
Contributor

@taclane taclane commented Jan 6, 2025

TSBK opcode 0x05 is used by Motorola systems to broadcast channel status information. This is incorrectly interpreted by Trunk Recorder as a "Unit To Unit Answer Request", and erroneously decodes and forwards the message as such. As this Motorola status message occurs several times a second, it has a significant impact on any plugin or downstream attempt to analyze system metadata.

TSBK opcode 0x09 is presently unused by Trunk Recorder, but also has a frequent Motorola-specific variant that should be logged separately. Known values are decoded as per Unitrunker display.

This PR breaks out these two Motorola opcodes to prevent them from being decoded as a standard P25 message.

@robotastic
Copy link
Owner

oh interesting! this makes sense to me

@robotastic robotastic merged commit 4697446 into robotastic:master Jan 10, 2025
1 check failed
@taclane taclane deleted the mot05-09-fix branch January 10, 2025 01:58
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.

2 participants