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

Capture P25 RFSS and Site ID information. #846

Merged
merged 2 commits into from
Nov 11, 2023

Conversation

tadscottsmith
Copy link
Contributor

Store P25 RFSS and Site ID in the system object and display them on initial decode. This should help with optimizing deduplication and other future enhancements.

Copy link
Owner

@robotastic robotastic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - had a question on one of the checks

@@ -951,6 +951,14 @@ void current_system_status(TrunkMessage message, System *sys) {
}
}

void current_system_sysid(TrunkMessage message, System *sys) {
if ((sys->get_system_type() == "p25") || (sys->get_system_type() != "conventionalP25")) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be != "conventionalP25"? Since this is an OR, it seems like it would be true for every system type, except for "conventionalP25

@robotastic robotastic merged commit 606c2ed into robotastic:master Nov 11, 2023
1 check passed
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.

None yet

2 participants