aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/utils/meas_udp2db.c
AgeCommit message (Collapse)AuthorFilesLines
2016-10-13msgb talloc ctx: initialize in all main() scopesNeels Hofmeyr1-0/+2
Add msgb_talloc_ctx_init() call to many main() functions still lacking a msgb talloc context. Change-Id: Ib0d6751260659cabf18a7ce80680ba2fb4228ea1
2015-11-05Fix Warning: openbsc implicit-pointer-decl meas_udp2db.c:50Martin Hauke1-0/+1
2015-01-01meas_feed: add osmo-meas-udp2db for realtime feed into databaseHarald Welte1-0/+123
This tool can save the meas_feed messages from UDP port 8888 directly to a sqlite3 database for further analysis.