Skip to content

Commit

Permalink
And of course, call p25_process_frame() from dsd_frame.c so that lite…
Browse files Browse the repository at this point in the history
…rally the entirety of p25p1.c isn't dead code. :P
  • Loading branch information
Peter Barfuss committed Jan 15, 2015
1 parent 909128e commit 4260fc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dsd_frame.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ processFrame (dsd_opts * opts, dsd_state * state)
} else {
unsigned char duid = get_p25_nac_and_duid(opts, state);
printf("p25 NAC: 0x%03x, DUID: 0x%x\n", state->nac, duid);
process_p25_frame (opts, state, duid);
return;
}
}
Expand Down

0 comments on commit 4260fc7

Please sign in to comment.