diff --git a/op25/gr-op25_repeater/lib/p25p2_tdma.cc b/op25/gr-op25_repeater/lib/p25p2_tdma.cc index 0d2b3eb..18c04e6 100644 --- a/op25/gr-op25_repeater/lib/p25p2_tdma.cc +++ b/op25/gr-op25_repeater/lib/p25p2_tdma.cc @@ -386,6 +386,15 @@ int p25p2_tdma::handle_frame(void) return rc; } +static inline bool null_codeword(const uint8_t*bp) { + static const int l = 36; // dibits per voice frame + for (int i=0; i