From 3a3509fbf06d0061855650757cb9ee0aedd6d685 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 8 Aug 2021 14:23:03 -0400 Subject: [PATCH] p25p2_tdma.cc tdma cc --- op25/gr-op25_repeater/lib/p25p2_tdma.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op25/gr-op25_repeater/lib/p25p2_tdma.cc b/op25/gr-op25_repeater/lib/p25p2_tdma.cc index 1d83a14..2e05707 100644 --- a/op25/gr-op25_repeater/lib/p25p2_tdma.cc +++ b/op25/gr-op25_repeater/lib/p25p2_tdma.cc @@ -544,7 +544,7 @@ int p25p2_tdma::handle_packet(const uint8_t dibits[]) const uint8_t* burstp = &dibits[10]; uint8_t xored_burst[BURST_SIZE - 10]; int burst_type = duid.duid_lookup(duid.extract_duid(burstp)); - if (which_slot[sync.tdma_slotid()] != d_slotid) // active slot? + if (which_slot[sync.tdma_slotid()] != d_slotid && burst_type != 13) // ignore if on oppo. slot and not CC return -1; for (int i=0; i