aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/utils/meas_pcap2db.c
AgeCommit message (Collapse)AuthorFilesLines
2015-01-05meas_pcap2db.c: Fix build without CDKHarald Welte1-2/+0
Spotted by Jacob Erlbeck.
2015-01-01meas_feed: Add tool to read meas_feed PCAP and write it to sqlite3Harald Welte1-0/+141
In fact, the DB write code has been split out so we could later also have a binary that would listen to realtime meas_feed packets and stuff them into a database without any intermediate PCAP step. The database schema contains a couple of convenience wrapper views, most notably the "overview" view.