aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/utils/meas_pcap2db.c
AgeCommit message (Collapse)AuthorFilesLines
2019-01-24Remove meas_* utilsMax1-138/+0
The counterparts in OsmoBSC repo are actively maintained and (partially) packaged for .deb - let's drop old versions to minimize user confusion. Change-Id: Ia0cedaad4b717c8c5198842e2acd610f8e03f957
2016-10-13meas_pcap2db.c: remove unused include of msgb.hNeels Hofmeyr1-1/+0
Change-Id: I2197432c9482537bd5cf06a6c4fc912607ffab53
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.