summaryrefslogtreecommitdiff
path: root/cesar/mac/pbproc/test/pbproc_eoc/inc
diff options
context:
space:
mode:
authorMilenko Jelisavcic2010-01-12 09:52:24 +0100
committerMilenko Jelisavcic2010-01-12 09:52:24 +0100
commit09cb09861e02443d496c209bf0c03e0f3e9c2ac6 (patch)
tree77141d97726973bee093836f51280f617e2fcfe1 /cesar/mac/pbproc/test/pbproc_eoc/inc
parent608c5bc9478db40c9e06f01314621f1a83a080e8 (diff)
mac/pbproc/test/pbproc_eoc [eoc] fix unitary test, no refs
Diffstat (limited to 'cesar/mac/pbproc/test/pbproc_eoc/inc')
-rw-r--r--cesar/mac/pbproc/test/pbproc_eoc/inc/scenario_defs.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/cesar/mac/pbproc/test/pbproc_eoc/inc/scenario_defs.h b/cesar/mac/pbproc/test/pbproc_eoc/inc/scenario_defs.h
index 9a707a4f82..88834bd8cd 100644
--- a/cesar/mac/pbproc/test/pbproc_eoc/inc/scenario_defs.h
+++ b/cesar/mac/pbproc/test/pbproc_eoc/inc/scenario_defs.h
@@ -88,6 +88,7 @@ scenario_action_pbproc_activate_cb (scenario_globals_t *globals,
phy_set_tonemap, \
phy_tx_fc10, \
phy_tx_param, \
+ phy_tx_param_short, \
phy_tx_param_sound, \
phy_tx_frame, \
phy_tx_prepare, \
@@ -95,6 +96,7 @@ scenario_action_pbproc_activate_cb (scenario_globals_t *globals,
phy_rx_param, \
phy_rx_activate, \
phy_rx_prepare, \
+ phy_rx_prepare_short, \
phy_rx_prepare_sound, \
phy_pbdma_start, \
phy_pbdma_update, \
@@ -114,10 +116,7 @@ scenario_action_pbproc_activate_cb (scenario_globals_t *globals,
pbproc_rx_cb, \
pbproc_rx_beacon_cb
-typedef struct
-{
- uint tonemap_index;
-} scenario_event_phy_set_tonemap_t;
+typedef scenario_empty_t scenario_event_phy_set_tonemap_t;
typedef struct
{
@@ -128,17 +127,20 @@ typedef struct
typedef struct
{
phy_fc_mode_t fc_mode;
- bool short_ppdu;
phy_mod_t mod;
phy_fecrate_t fecrate;
phy_pb_size_t pb_size;
phy_gil_t gil;
- uint tonemap_index;
} scenario_event_phy_tx_param_t;
typedef struct
{
phy_fc_mode_t fc_mode;
+} scenario_event_phy_tx_param_short_t;
+
+typedef struct
+{
+ phy_fc_mode_t fc_mode;
uint nb_pb;
phy_mod_t mod;
phy_fecrate_t fecrate;
@@ -171,15 +173,15 @@ typedef struct
typedef struct
{
- bool short_ppdu;
phy_mod_t mod;
phy_fecrate_t fecrate;
phy_pb_size_t pb_size;
phy_gil_t gil;
- uint tonemap_index;
uint symbol_nb;
} scenario_event_phy_rx_prepare_t;
+typedef scenario_empty_t scenario_event_phy_rx_prepare_short_t;
+
typedef struct
{
uint nb_pb;