summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/test
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/ce/rx/test')
-rw-r--r--cesar/ce/rx/test/src/pbproc_stub.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cesar/ce/rx/test/src/pbproc_stub.c b/cesar/ce/rx/test/src/pbproc_stub.c
index 6bebd2e9fe..7a15c7aa81 100644
--- a/cesar/ce/rx/test/src/pbproc_stub.c
+++ b/cesar/ce/rx/test/src/pbproc_stub.c
@@ -16,10 +16,12 @@
#include "lib/test.h"
void
-pbproc_set_chandata_conf (pbproc_t *ctx, phy_chandata_conf_t *conf, uint nb)
+pbproc_set_chandata_conf (pbproc_t *ctx, phy_chandata_conf_t *conf, uint nb,
+ bool data)
{
test_t *t = (test_t *) ctx;
dbg_assert (t);
+ dbg_assert (!data);
/* We need to check if we ask for the channel data (the NSR). */
test_begin (*t, "correct configuration of the PBProc for channel data")
{