aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-12-25 18:55:58 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-01-15 10:33:28 +0100
commit6f791d049ae94b0e48efd02602f9f456c2d70984 (patch)
treea25068679847500e06fadeb48a4e2cc3447c854d
parentfdcdde2756cc7d0ed2d5dea441145e5add1eae32 (diff)
sched: Document a possible race condition
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8646243b..9f994ea0 100644
--- a/TODO
+++ b/TODO
@@ -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.