Skip to content

Conversation

crsawyer
Copy link
Contributor

P25 Phase 2 MBE recorder would never record Timeslot 2.

The switch statement had cases for 0 and 1, but the timeslots come in as either 1 or 2.

  • Fixed switch statement for 1 based timeslots
  • Renamed variables to better reflect 1 and 2 as opposed to 0 and 1
  • Changed TimeslotCallSequenceProcessor constructor for 1 based timeslots
    • This has the effect of changing the saved filenames to include TS1 and TS2 instead of TS0 and TS1 Note that TS0 files would never have been created

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.

1 participant