summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/test
diff options
context:
space:
mode:
authorIPMbox Team2012-02-03 14:32:28 +0100
committerNicolas Schodet2012-02-20 10:08:46 +0100
commit3ed571f9d933e5c5dadef650c07e20e8aad06213 (patch)
tree761bfe80d4660605e00f52afb8532d9a2ef847b6 /cesar/ce/rx/test
parent89328e8cc096f8c9f340a3eb8910d06748a3e572 (diff)
cesar, cleopatre, common: new ipmbox design, closes #848
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;