mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-05 23:10:34 +00:00
Fix parameter in test for consistency
This commit is contained in:
parent
09b4c8f7a3
commit
df7200b4b0
@ -79,7 +79,7 @@ TEST(ReedSolomonE1BTest, EncodeWithCustomMatrix)
|
|||||||
const int nroots = 60;
|
const int nroots = 60;
|
||||||
const int minpoly = 29;
|
const int minpoly = 29;
|
||||||
const int prim = 1;
|
const int prim = 1;
|
||||||
const int fcr = 1;
|
const int fcr = 195;
|
||||||
const int pad = 0;
|
const int pad = 0;
|
||||||
const int shortening = 137;
|
const int shortening = 137;
|
||||||
const std::vector<uint8_t> genpoly_coeff;
|
const std::vector<uint8_t> genpoly_coeff;
|
||||||
|
Loading…
Reference in New Issue
Block a user