summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/test
diff options
context:
space:
mode:
authorMilenko Jelisavcic2010-09-01 16:16:16 +0200
committerMilenko Jelisavcic2010-09-06 11:15:27 +0200
commitd56e1977cb09bea9de625426e8759aa56d97ff87 (patch)
treea6de2acc3652f6eae1c9d6a0df8b8dc0616930db /cesar/ce/rx/test
parentb0c71f371f875b7fa4c16452d1948f4b0f3d8dcd (diff)
cesar/mac/pbproc: add a parameter to fetch channel data on data, closes #1715
Disable channel data on data in CE. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7271 017c9cb6-072f-447c-8318-d5b54f68fe89 Conflicts: cesar/mac/pbproc/inc/context.h cesar/mac/pbproc/src/fsm_rx_data.c
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")
{