From fdd565e1959081d41ea7f36b6df968d9ada6d441 Mon Sep 17 00:00:00 2001 From: Cyril Jourdan Date: Thu, 30 May 2013 16:05:22 +0200 Subject: 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. --- cesar/ce/rx/test/src/test_rx.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cesar/ce/rx/test') 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; -- cgit v1.2.3