1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-24 05:53:16 +00:00

Fix parameter in test for consistency

This commit is contained in:
Carles Fernandez 2021-04-07 14:00:41 +02:00
parent 09b4c8f7a3
commit df7200b4b0
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -79,7 +79,7 @@ TEST(ReedSolomonE1BTest, EncodeWithCustomMatrix)
const int nroots = 60;
const int minpoly = 29;
const int prim = 1;
const int fcr = 1;
const int fcr = 195;
const int pad = 0;
const int shortening = 137;
const std::vector<uint8_t> genpoly_coeff;