Skip to content

Commit

Permalink
Unfuck p25 decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Barfuss committed Mar 1, 2015
1 parent 735470c commit beddd31
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 54 deletions.
4 changes: 2 additions & 2 deletions dsd_frame.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ processFrame (dsd_opts * opts, dsd_state * state)
printf ("Sync: %s mod: %s offs: %u inlvl: %2i%% p25 NAC: 0x%03x, DUID: 0x%x -> %s\n",
state->ftype, ((state->rf_mod == 2) ? "GFSK" : "QPSK"), state->offset, level,
state->nac, state->duid, p25frametypes[state->duid]);
if (ret) {
//if (ret) {
process_p25_frame (opts, state);
}
//}
return;
}

Expand Down
Loading

0 comments on commit beddd31

Please sign in to comment.