summaryrefslogtreecommitdiff
path: root/cesar/mac/sar/test/functional/src/test_functions.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/mac/sar/test/functional/src/test_functions.c')
-rw-r--r--cesar/mac/sar/test/functional/src/test_functions.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cesar/mac/sar/test/functional/src/test_functions.c b/cesar/mac/sar/test/functional/src/test_functions.c
index 1ab3ea978d..bca4afb9cf 100644
--- a/cesar/mac/sar/test/functional/src/test_functions.c
+++ b/cesar/mac/sar/test/functional/src/test_functions.c
@@ -85,8 +85,7 @@ sar_test_init (sar_test_ctx_t *test_ctx)
test_ctx->sar = sar_init (test_ctx->mac_store, INVALID_PTR, INVALID_PTR,
(bufmgr_t *) &test_ctx->bufmgr, 2);
/* CE. */
- sar_init_measure_context (test_ctx->sar, INVALID_PTR);
- sar_init_measurement_cb (test_ctx->sar, ce_measurements);
+ sar_init_measurement_cb (test_ctx->sar, ce_measurements, NULL);
sar_init_reassembly_callbacks (test_ctx->sar,
sar_reassembly_done__do_nothing,
sar_reassembly_done__do_nothing,