aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-06-03 20:25:56 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-06-03 20:25:56 +0200
commitde6262a97e66fbf8508cb74106130082501565b0 (patch)
treec84f617ed42d0058ae957363aac7e1ee7ac866c8
parent91eaae33eaa4083a37e6345ad25698e3b7e29789 (diff)
TODO: Add a todo list... with bite size chunks0.0.2
-rw-r--r--TODO20
1 files changed, 20 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..a77838d
--- /dev/null
+++ b/TODO
@@ -0,0 +1,20 @@
+== Todolist for the osmo-pcap system ==
+
+* Have a shared secret between client/server, send the RAND
+ as part of the link type change... use it to decrypt on the
+ server.
+
+* Integrate with logrotate, skip the daily rotate in the client,
+ handle SIGHUP by closing all files... this would be send as
+ a post rotate command.
+
+* Add the end/quit macros to the configure code to the VTY
+ configure commands, this is in OpenBSC but deserve to move
+ to libosmocore or such...
+
+* Add statistics to both the client and the server and make it
+ available through the VTY code.
+
+* Make the max size and rotate file configurable
+
+