From bad5a50d7d12bddc02b3a5fd583396c437631985 Mon Sep 17 00:00:00 2001 From: Silvano Seva Date: Sun, 29 Aug 2021 16:55:32 +0200 Subject: [PATCH] Updated code puncturing pattern for M17 link setup frame to follow new specifications --- openrtx/include/protocols/M17/M17CodePuncturing.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/openrtx/include/protocols/M17/M17CodePuncturing.h b/openrtx/include/protocols/M17/M17CodePuncturing.h index 8c4153e9..c109c760 100644 --- a/openrtx/include/protocols/M17/M17CodePuncturing.h +++ b/openrtx/include/protocols/M17/M17CodePuncturing.h @@ -36,15 +36,11 @@ */ static constexpr auto LSF_puncture = std::experimental::make_array< uint8_t > ( - 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, - 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, - 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, - 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, - 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, - 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1 + 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, + 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, + 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1 ); - /** * Puncture matrix for audio frames. */