sched: Document a possible race condition

This commit is contained in:
Holger Hans Peter Freyther 2013-12-25 18:55:58 +01:00
parent fdcdde2756
commit 6f791d049a
1 changed files with 6 additions and 0 deletions

6
TODO
View File

@ -10,3 +10,9 @@
* On global free/reset... also flush the timing advance..
* tbf/llc window code appears to be duplicated and nested in other
methods. This needs to be cleaned.
* Possible race condition:
When scheduling a Downlink Assignment on the UL-TBF we need to make
sure that the assignment is sent _before_ the final ack. With my fairness
changes it gets more likely that this event is trigerred.