From 17b0d83a1f1a153b21b198f101294c8ed9e172ac Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 19 Oct 2013 17:37:48 +0200 Subject: pdch: Move enable/disable into the PDCH code When a PDCH is disabled all resources should be freed. This is currently not possible as the PDCH does not know where it belongs to. On top of that the list (and other resources) should be properly initialized on construction so that disable() is idempotent and does not check if it was disabled. During the re-factoring I noticed that during a sysmobts re-start some resources are not freed. I left a warning in the code to resolve this issue later. --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index f004cdc..f2ed92d 100644 --- a/TODO +++ b/TODO @@ -4,4 +4,6 @@ * 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 +* 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. -- cgit v1.2.3