summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/bitloading/test/src/test_bl.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/ce/rx/bitloading/test/src/test_bl.c')
-rw-r--r--cesar/ce/rx/bitloading/test/src/test_bl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cesar/ce/rx/bitloading/test/src/test_bl.c b/cesar/ce/rx/bitloading/test/src/test_bl.c
index 9b207d4467..0b2961e18e 100644
--- a/cesar/ce/rx/bitloading/test/src/test_bl.c
+++ b/cesar/ce/rx/bitloading/test/src/test_bl.c
@@ -635,7 +635,7 @@ test_suite_ce_rx_bl_initial (test_t t)
#undef TONEMAP_READ_OPEN
#undef TONEMAP_READ_CLOSE
tonemap_free (tm);
- test_fail_if (tm->fecrate != PHY_FEC_RATE_16_21);
+ test_fail_if (tm->fecrate != PHY_FEC_RATE_1_2);
test_fail_if (bit_per_tone != bit_per_tone_vect);
test_fail_if (tone_diff > TONE_TOLERATED_ERROR, "%d computed "
"tone(s) differs from test vector", tone_diff);
@@ -693,7 +693,7 @@ test_suite_ce_rx_bl_initial (test_t t)
#undef TONEMAP_READ_OPEN
#undef TONEMAP_READ_CLOSE
tonemap_free (tm);
- test_fail_if (tm->fecrate != PHY_FEC_RATE_16_21);
+ test_fail_if (tm->fecrate != PHY_FEC_RATE_1_2);
test_fail_if (bit_per_tone != bit_per_tone_vect);
test_fail_if (tone_diff > TONE_TOLERATED_ERROR, "%d computed "
"tone(s) differs from test vector", tone_diff);
@@ -848,7 +848,7 @@ test_suite_ce_rx_bl_nsr_margin (test_t t)
s64 tonemap_initial_ber_margin_quant[BER_MARGIN_VECTOR_COUNT] =
{
0ll,
- 90071992547410ll,
+ 27021597764223ll,
};
/* A few preparations for the test. */