summaryrefslogtreecommitdiff
path: root/cesar/ce
diff options
context:
space:
mode:
authordufour2009-09-15 14:32:19 +0000
committerdufour2009-09-15 14:32:19 +0000
commit40c750ec8bfcd3c2ba7d1a9736890deb709b8052 (patch)
tree1e58f43e3a6407099efafd5d2459587cb197e586 /cesar/ce
parentad1df658084260844ffc12bc3e35ad48a6815add (diff)
* ce/rx, mac/common (see #471):
- add a sound frame counter to the tone maps structure, - reset it value during allocation (and place a todo in the FSM when we go back to idle). git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5554 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/ce')
-rw-r--r--cesar/ce/rx/bitloading/fsm/src/fsm/bl.fsm1
1 files changed, 1 insertions, 0 deletions
diff --git a/cesar/ce/rx/bitloading/fsm/src/fsm/bl.fsm b/cesar/ce/rx/bitloading/fsm/src/fsm/bl.fsm
index 847a2eb86a..395e40bc45 100644
--- a/cesar/ce/rx/bitloading/fsm/src/fsm/bl.fsm
+++ b/cesar/ce/rx/bitloading/fsm/src/fsm/bl.fsm
@@ -52,3 +52,4 @@ TRACKING:
no_communication_timer -> IDLE [ce_rx_bl__TODO]
Reset everything, we will restart from scratch when new communication with
the station will be done.
+ If sound frame, reset sound frame counter to receive sound frames.