summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/bitloading/test/src/test_fsm.c
diff options
context:
space:
mode:
authorJalil Chemseddine2012-05-23 17:50:32 +0200
committerJalil Chemseddine2012-06-20 13:37:57 +0200
commitfd43428ce1580b21eae6f33a70fffb73db375b5b (patch)
tree89673eb2632497f592b725fb380a2e945f9e193c /cesar/ce/rx/bitloading/test/src/test_fsm.c
parent650b912ca9c80aa395a7f172c60fe61a9626bbd7 (diff)
cesar/ce/rx/bl: no restart of CE TX when CE RX restarts, closes #2754
Diffstat (limited to 'cesar/ce/rx/bitloading/test/src/test_fsm.c')
-rw-r--r--cesar/ce/rx/bitloading/test/src/test_fsm.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/cesar/ce/rx/bitloading/test/src/test_fsm.c b/cesar/ce/rx/bitloading/test/src/test_fsm.c
index 1565b0cd6d..55f199b6fb 100644
--- a/cesar/ce/rx/bitloading/test/src/test_fsm.c
+++ b/cesar/ce/rx/bitloading/test/src/test_fsm.c
@@ -573,9 +573,6 @@ test_ce_rx_bl_fsm_base (test_t t)
/* Reset CE in RX. */
SCENARIO_EVENT (tonemaps_reset,
.tms = sta.rx_tonemaps),
- /* Dirty hack, reset CE in TX. */
- SCENARIO_EVENT (tonemaps_reset,
- .tms = sta.tx_tonemaps),
SCENARIO_END,
};
for (i = 0; i < COUNT (sub_sc_ce_restart); i++)
@@ -683,10 +680,6 @@ test_ce_rx_bl_fsm_base (test_t t)
scenario_test[pos++] = (scenario_entry_t)
SCENARIO_EVENT (tonemaps_reset,
.tms = sta.rx_tonemaps);
- /* Dirty hack, reset CE in TX. */
- scenario_test[pos++] = (scenario_entry_t)
- SCENARIO_EVENT (tonemaps_reset,
- .tms = sta.tx_tonemaps);
scenario_test[pos++] = (scenario_entry_t)
SCENARIO_END;
stats_pb += measure.total_pb_count;
@@ -790,10 +783,6 @@ test_ce_rx_bl_fsm_base (test_t t)
scenario_test[pos++] = (scenario_entry_t)
SCENARIO_EVENT (tonemaps_reset,
.tms = sta.rx_tonemaps);
- /* Dirty hack, reset CE in TX. */
- scenario_test[pos++] = (scenario_entry_t)
- SCENARIO_EVENT (tonemaps_reset,
- .tms = sta.tx_tonemaps);
scenario_test[pos++] = (scenario_entry_t)
SCENARIO_END;