Skip to content

Commit

Permalink
Temporarily disabling X2-TDMA support due to a lack of test samples
Browse files Browse the repository at this point in the history
  • Loading branch information
pbarfuss committed Jan 5, 2016
1 parent 045054f commit c96032c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsd_frame.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ processFrame (dsd_opts * opts, dsd_state * state)
} else if (synctype == 6) {
total_errs = processDMRvoice (opts, state);
} else if (synctype == 7) {
total_errs = processX2TDMAvoice (opts, state);
//total_errs = processX2TDMAvoice (opts, state);
}
printf ("Sync: %c%s mod: %s, offs: %4u, inlvl: %2i%% %s %s VOICE e: %u\n",
((state->synctype & 1) ? '-' : '+'), state->ftype, ((state->rf_mod == 2) ? "GFSK" : "QPSK"), state->offset, level,
Expand Down

0 comments on commit c96032c

Please sign in to comment.