summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/test
diff options
context:
space:
mode:
authorNicolas Schodet2012-02-20 13:29:45 +0100
committerNicolas Schodet2012-02-20 14:04:16 +0100
commit8933da8a9b6cd290646a8d240f5a954fa3ae0be9 (patch)
tree14d507e10ee18e0719a84621122e7d90be8a3c28 /cesar/ce/rx/test
parentbe898607e78804977603e8967cd48d969c5e525b (diff)
parent1353d3215782b997fdec3f9182cbda547d92d7e9 (diff)
Merge branch 'new_ipmbox' into eoc-new_ipmbox
Diffstat (limited to 'cesar/ce/rx/test')
-rw-r--r--cesar/ce/rx/test/src/test_rx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cesar/ce/rx/test/src/test_rx.c b/cesar/ce/rx/test/src/test_rx.c
index f01deb8e65..159b106ed5 100644
--- a/cesar/ce/rx/test/src/test_rx.c
+++ b/cesar/ce/rx/test/src/test_rx.c
@@ -124,7 +124,7 @@ void
test_rx_ce_suite (test_t t)
{
mac_store_t *mac_store = mac_store_init ();
- sar_t *sar = sar_init (mac_store, NULL, NULL, 0x1);
+ sar_t *sar = sar_init (mac_store, NULL, NULL, NULL, 0x1);
pbproc_t *pbproc = (pbproc_t *) t;
mac_config_t mac_config;
@@ -147,7 +147,7 @@ test_ce_rx_measure_suite (test_t t)
rx_params.preamble_ntb = 0;
rx_params.beacon_period_start_ntb = 42;
mac_store_t *mac_store = mac_store_init ();
- sar_t *sar = sar_init (mac_store, NULL, NULL, 0x1);
+ sar_t *sar = sar_init (mac_store, NULL, NULL, NULL, 0x1);
pbproc_t *pbproc = (pbproc_t *) t;
mac_config_t mac_config;
@@ -302,7 +302,7 @@ test_ce_rx_get_snr (test_t t)
{
const uint tei = 1;
mac_store_t *mac_store = mac_store_init ();
- sar_t *sar = sar_init (mac_store, NULL, NULL, 0x1);
+ sar_t *sar = sar_init (mac_store, NULL, NULL, NULL, 0x1);
pbproc_t *pbproc = (pbproc_t *) t;
mac_config_t mac_config;
u16 ber = 0x42;