aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-04-08 11:08:34 +0200
committerlaforge <laforge@osmocom.org>2020-04-17 16:02:26 +0000
commita4e8c10a388763715849eb4bdf234395bd81d79f (patch)
treee6ea61f88fcf22d77bce97e8115780aa8ec25706
parent2e90a1f015f0148407a28794d0435b5cbe9899ac (diff)
TODO: remove those that have obviously been implemented 5+ years ago
The TODO file hasn't seen any updates sicne 2014, while the code has evolved. I'm not sure about some of the topics, but at least several can for sure be removed by now Change-Id: I56581c9b2a08edb1b6d4dc53ad9eb6fdd1800a0d
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index a449398c..028865ec 100644
--- a/TODO
+++ b/TODO
@@ -1,13 +1,5 @@
-* Make the TBF ul/dl list per BTS
-* Make the SBA per BTS
-* Make the tbf point to the BTS so we can kill plenty of parameters
-* Group more into in classes.. remove bts pointers.
* Change functions with 100 parameters to get a struct as param
* Move move into the TBF class
-* Replace trx/ts with pointers. E.g. a PDCH should know the trx
- it is on... then we can omit trx, ts and parameters and just pass
- the pdch.
-* 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.