From d56e1977cb09bea9de625426e8759aa56d97ff87 Mon Sep 17 00:00:00 2001 From: Milenko Jelisavcic Date: Wed, 1 Sep 2010 16:16:16 +0200 Subject: 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 --- cesar/ce/rx/test/src/pbproc_stub.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cesar/ce/rx/test') 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") { -- cgit v1.2.3