From 2ee08e9c249cee513e5c788d43f566793bd69e52 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 4 Jan 2022 15:35:48 -0500 Subject: [PATCH] for xor area cleared at incorrect time --- op25/gr-op25_repeater/lib/p25p2_tdma.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/op25/gr-op25_repeater/lib/p25p2_tdma.cc b/op25/gr-op25_repeater/lib/p25p2_tdma.cc index b9211c9..88aff51 100644 --- a/op25/gr-op25_repeater/lib/p25p2_tdma.cc +++ b/op25/gr-op25_repeater/lib/p25p2_tdma.cc @@ -105,7 +105,6 @@ bool p25p2_tdma::rx_sym(uint8_t sym) void p25p2_tdma::set_slotid(int slotid) { - memset(tdma_xormask, 0, SUPERFRAME_SIZE); assert (slotid == 0 || slotid == 1); d_slotid = slotid; }