From c96032cb5932166507f4fcb120ec6b21203bd215 Mon Sep 17 00:00:00 2001 From: pbarfuss Date: Mon, 4 Jan 2016 19:08:38 -0500 Subject: [PATCH] Temporarily disabling X2-TDMA support due to a lack of test samples --- dsd_frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsd_frame.c b/dsd_frame.c index c981e1d..22448bd 100644 --- a/dsd_frame.c +++ b/dsd_frame.c @@ -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,