blob: 5ddd1b52a1371a27b9b7cac565ed4910a9e6485a [file] [log] [blame]
Holger Hans Peter Freytherde6262a2011-06-03 20:25:56 +02001== Todolist for the osmo-pcap system ==
2
3* Have a shared secret between client/server, send the RAND
4 as part of the link type change... use it to decrypt on the
5 server.
6
7* Integrate with logrotate, skip the daily rotate in the client,
8 handle SIGHUP by closing all files... this would be send as
9 a post rotate command.
10
11* Add the end/quit macros to the configure code to the VTY
12 configure commands, this is in OpenBSC but deserve to move
13 to libosmocore or such...
14
15* Add statistics to both the client and the server and make it
16 available through the VTY code.
17
Holger Hans Peter Freytherc2715e92016-05-08 11:24:04 +020018* Transport pcaps using TLS and have a non-blocking server.
19
Holger Hans Peter Freytherde6262a2011-06-03 20:25:56 +020020* Make the max size and rotate file configurable
Holger Hans Peter Freytherbdcbe0a2016-08-11 11:01:59 +020021
22* Collect BPF statistics and export them using StatsD, make the
23 StatsD support available in osmo-pcap.