summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/test
diff options
context:
space:
mode:
authorCyril Jourdan2013-05-30 16:05:22 +0200
committerCyril Jourdan2013-06-14 15:47:15 +0200
commitfdd565e1959081d41ea7f36b6df968d9ada6d441 (patch)
tree5ff893b7500aba0e5abd15615f7b9e5e6e210159 /cesar/ce/rx/test
parentf51447d76cb61f2632e0ec1eff1bcf63164d00e5 (diff)
cesar/mac/pbproc: remove unused field in rx params, closes #4018
Beacon period start date is not used anymore by the CE, now that PBProc is in charge of the matching of the received frames on intervals.
Diffstat (limited to 'cesar/ce/rx/test')
-rw-r--r--cesar/ce/rx/test/src/test_rx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cesar/ce/rx/test/src/test_rx.c b/cesar/ce/rx/test/src/test_rx.c
index d6102538a4..8285f0e40a 100644
--- a/cesar/ce/rx/test/src/test_rx.c
+++ b/cesar/ce/rx/test/src/test_rx.c
@@ -199,7 +199,6 @@ test_ce_rx_measure_suite (test_t t)
rx_params.tei = 1;
rx_params.multi_net_bcast = false;
rx_params.preamble_ntb = 0;
- rx_params.beacon_period_start_ntb = 42;
rx_params.fl_tck = 1664;
test_ce_rx_t tcr;