aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/utils
AgeCommit message (Expand)AuthorFilesLines
2017-08-09utils: smpp_mirror: bounce Delivery Receipts as Delivery AcknowledgmentsPablo Neira Ayuso1-9/+8
2017-08-09utils: smpp_mirror: reflect message reference TLVPablo Neira Ayuso1-1/+23
2017-08-09utils: smpp_mirror: temporarily munch SMPP delivery receiptsPablo Neira Ayuso1-0/+8
2017-08-09utils: smpp_mirror: set registered_delivery field in SMPP SUBMIT_SMPablo Neira Ayuso1-0/+1
2017-05-20Add missing _CFLAGS and _LIBSAlexander Huemer1-0/+3
2017-05-10src: use osmo_timer_setup()Pablo Neira Ayuso1-1/+1
2017-05-02Make pcap dependency optionalMax1-1/+5
2017-04-26Fix MS TO measurement representationMax2-3/+2
2017-03-01meas_json: fix NEIGH: missing array bracesKeith1-1/+2
2017-02-25utils: 'meas_json' utility to convert measurement feed into a JSON feed.Alexander Chemeris2-0/+206
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr1-2/+2
2016-11-24move to libcommon-cs: net init 3: actual moveNeels Hofmeyr1-0/+1
2016-11-24move to libcommon-cs: net init 2: move bsc_network_init decl to new .hNeels Hofmeyr1-1/+1
2016-11-24move to libcommon-cs: net init 1: rename to bsc_network_initNeels Hofmeyr1-1/+1
2016-11-11bs11_config: remove compiler waring about unused variableHarald Welte1-2/+2
2016-10-13msgb talloc ctx: initialize in all main() scopesNeels Hofmeyr4-0/+7
2016-10-13meas_pcap2db.c: remove unused include of msgb.hNeels Hofmeyr1-1/+0
2016-10-13bs11_config: initialize bs11 tall ctx, use instead of bsc ctxNeels Hofmeyr1-0/+2
2016-09-26mscsplit: gsm_network_init(): add explicit root talloc ctxNeels Hofmeyr1-1/+1
2016-09-18utils/Makefile.am: remove unused LIBOSMOVTY_CFLAGSNeels Hofmeyr1-1/+0
2016-09-15Consistenly format variables in */Makefile.am filesAlexander Huemer1-27/+108
2016-07-25bs11_config: add brackets to fix warning in argument parsingAlexander Couzens1-1/+2
2016-06-18rm dup: use channel type names from libosmocoreNeels Hofmeyr1-1/+1
2016-03-15meas: Do not retry to close the databaseHolger Hans Peter Freyther1-11/+2
2016-03-01db: evaluate return value of sqlite3_finalize(), tweak log output.Neels Hofmeyr1-4/+10
2016-02-29check return value of sqlite3_close(), retry up to three times.Neels Hofmeyr1-1/+11
2016-02-29use sqlite3_close() instead of sqlite3_close_v2()Neels Hofmeyr1-1/+1
2016-02-18Patch to make openbsc find libsmpp34Ruben Undheim1-1/+2
2015-11-20Fix TSC/BSIC handling bug and remove bts->tscHarald Welte1-1/+1
2015-11-20meas_db.c: fix compiler warningsHarald Welte1-0/+1
2015-11-05Fix Warning: openbsc implicit-pointer-decl meas_udp2db.c:50Martin Hauke1-0/+1
2015-11-05Fix no-return-in-nonvoid-function meas_vis.cMartin Hauke1-0/+2
2015-03-28write_queue: Check the result of osmo_wqueue_enqueue and freeHolger Hans Peter Freyther1-1/+7
2015-01-10meas: Unbreak the build once moreHolger Hans Peter Freyther1-6/+8
2015-01-05meas_pcap2db.c: Fix build without CDKHarald Welte1-2/+0
2015-01-01meas_feed: add osmo-meas-udp2db for realtime feed into databaseHarald Welte2-2/+129
2015-01-01meas_feed: Add tool to read meas_feed PCAP and write it to sqlite3Harald Welte4-2/+489
2015-01-01build meas_vis only if libcdk is availableHarald Welte1-0/+4
2015-01-01meas_vis: Add header and print TA + TO valuesHarald Welte1-9/+23
2015-01-01meas_vis: assign bar colors depending on level, display RxQualHarald Welte1-4/+53
2015-01-01Initial support for export + curses-visualization of measurementsHarald Welte2-1/+248
2015-01-01Fix most compiler warnings with gcc-4.9.2Harald Welte1-2/+4
2014-11-11bsc: Move gsm_subscriber_base.c to libcommonJacob Erlbeck1-2/+2
2013-12-12smpp_mirror: Initialize rc when cmd_id is not DELIVER_SMHolger Hans Peter Freyther1-0/+2
2013-07-27misc: Fix compilation warningsHolger Hans Peter Freyther1-0/+1
2013-07-03isdnsync: Remove a double close of the isdn deviceHolger Hans Peter Freyther1-1/+0
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer1-1/+1
2012-11-24SMPP: add small utility program 'smpp_mirror'Harald Welte2-0/+324
2011-10-16misc: Linking fixes for Ubuntu 11.10 CompilerHolger Hans Peter Freyther1-2/+3
2011-08-19src: port openBSC over libosmo-abis0.9.15Pablo Neira Ayuso3-263/+53