summaryrefslogtreecommitdiff
path: root/cesar/bsu
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu')
-rw-r--r--cesar/bsu/test/utest/src/schedules.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cesar/bsu/test/utest/src/schedules.c b/cesar/bsu/test/utest/src/schedules.c
index f31b7f5290..38dcaf382c 100644
--- a/cesar/bsu/test/utest/src/schedules.c
+++ b/cesar/bsu/test/utest/src/schedules.c
@@ -397,6 +397,7 @@ test_case_track_new_beacon (test_t t, bsu_test_t *ctx, bsu_beacon_t *beacon)
ctx->mac_config.tei = 0;
params_rx.bts = ctx->bsu->aclf->bpsd[0] + BSU_ACLF_BP_50HZ_TCK / 2;
params_rx.snid = 1;
+ pbbeacon->phy_pb.pb_rx.pb_measurement.crc_error = false;
bsu_beacon_t *bbeacon = bsu_beacon_process (ctx->bsu, pbbeacon, &params_rx);
blk_release_desc (&pbbeacon->blk);
/* Modify the ntb_offset_tck to have a real case. */