summaryrefslogtreecommitdiff
path: root/cesar/mac/sar/test/unit_test/ecos/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/mac/sar/test/unit_test/ecos/tests.h')
-rw-r--r--cesar/mac/sar/test/unit_test/ecos/tests.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cesar/mac/sar/test/unit_test/ecos/tests.h b/cesar/mac/sar/test/unit_test/ecos/tests.h
index 983faa856a..a4646dc766 100644
--- a/cesar/mac/sar/test/unit_test/ecos/tests.h
+++ b/cesar/mac/sar/test/unit_test/ecos/tests.h
@@ -14,6 +14,7 @@
*/
#include "mac/sar/inc/sar_context.h"
#include "lib/bitstream.h"
+#include "ce/rx/rx.h"
struct sar_test_bitstream_change_data_t
{
@@ -55,6 +56,8 @@ struct sar_test_t
mac_config_t mac_config;
/* Phy pointer. */
void *phy;
+ /* Ce context. */
+ ce_rx_t *ce;
/* Segmentation done context. */
struct sar_test_segmentation_complete_t seg_done;
/* Reassembly done context. */