From 0071fce5c077e5d6a913aba6f93c7a44075929d0 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Sun, 5 Sep 2021 16:19:05 +0100 Subject: [PATCH] Fix the calculation of the Link Setup BER. --- M17Convolution.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/M17Convolution.cpp b/M17Convolution.cpp index aa9226c..56e689d 100644 --- a/M17Convolution.cpp +++ b/M17Convolution.cpp @@ -23,7 +23,7 @@ #include #include -const unsigned int PUNCTURE_LIST_LINK_SETUP_COUNT = 61U; +const unsigned int PUNCTURE_LIST_LINK_SETUP_COUNT = 60U; const unsigned int PUNCTURE_LIST_LINK_SETUP[] = { 2U, 6U, 10U, 14U, 18U, 22U, 26U, 30U, 34U, 38U, 42U, 46U, 50U, 54U, 58U, 63U, 67U, 71U, 75U, 79U, 83U,