Skip to content

Commit

Permalink
Fix the calculation of the Link Setup BER.
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Sep 5, 2021
1 parent a173c88 commit 0071fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M17Convolution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <cstring>
#include <cstdlib>

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,
Expand Down

0 comments on commit 0071fce

Please sign in to comment.