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

Include TDMA slot number in transmission_sink(). #835

Merged
merged 2 commits into from
Jul 12, 2023

Conversation

tadscottsmith
Copy link
Contributor

Addresses an issue where P25P2 TDMA transmissions may not be correctly recorded if the same talk group and frequency are being utilized on different TDMA slots in short intervals.

@robotastic
Copy link
Owner

It doesn't look like all the changes made it into the PR - I can take a look at this tonight and move the other parts in too. I might switch it around and just have Transmission sink pull the TDMA Slot from the Call that is passed.

@tadscottsmith
Copy link
Contributor Author

This was the the full change that a couple of people were using yesterday. Since you already had a transmission_sink::start_recording(Call *call, int slot) setup for DMR, it was just a matter of using the same function for the correct TDMA slot. It should also work to grab the slot within transmission sink and get rid of the overloaded star_recording() function.

@robotastic
Copy link
Owner

Ahhh!!! Genius. That is what I get for trying to look at it before coffee.

@robotastic robotastic merged commit 767455b into robotastic:master Jul 12, 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