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

#1994 P25 Phase1 Missing Subsequent Calls Audio When Multiple Conversants On Same Traffic Channel #1995

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

DSheirer
Copy link
Owner

Closes #1994

P25 Phase1 missing subsequent calls audio when multiple conversations on the same traffic channel.

Fixed issue where sdrtrunk was not checking HDU and LDU2 encryption sequences as valid before assessing the encryption state of a call. Updated P25P1 audio module to check the valid flag for both the HDU and the LDU2 encryption segment before assigning encryption state. Now caches all LDU messages until encryption state is determined.

This was happening on at least Harris VHF systems due to what sdrtrunk was interpreting to be a partial/malformed Header Data Unit (HDU) being transmitted at the end of the first call audio, where the decoded HDU indicated an encrypted call.

…ations on the same traffic channel.

Fixed issue where sdrtrunk was not checking HDU and LDU2 encryption sequences as valid before assessing the encryption state of a call.  Updated P25P1 audio module to check the valid flag for both the HDU and the LDU2 encryption segment before assigning encryption state.  Now caches all LDU messages until encryption state is determined.
@DSheirer DSheirer added this to the Version 0.6.1 milestone Sep 29, 2024
@DSheirer DSheirer self-assigned this Sep 29, 2024
@DSheirer DSheirer merged commit 0ecdf4d into master Sep 29, 2024
3 checks passed
@DSheirer DSheirer deleted the 1994-p25p1-missing-subsequent-calls-audio branch September 29, 2024 11:56
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.

P25P1 Missing Subsequent/Followup Call Audio On Same Traffic Channel
1 participant