aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/utils
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-19src: use new msg->dst pointer instead of deprecated msg->trxPablo Neira Ayuso1-1/+1
2011-07-16bs11_config: fix array bounds problem by using value_stringHarald Welte1-20/+18
2011-06-05split gsm_data.c in gsm_data_shared.c and gsm_data.cHarald Welte1-2/+2
2011-05-12misc: Use the osmo_init code for signals and loggingHolger Hans Peter Freyther1-7/+3
2011-05-07src: use namespace prefix osmo_* for misc utilsPablo Neira Ayuso2-3/+3
2011-05-06src: use namespace prefix osmo_counter*Pablo Neira Ayuso1-1/+1
2011-05-06src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso2-7/+7
2011-05-06src: use namespace prefix osmo_timer* for timer functionsPablo Neira Ayuso1-2/+2
2011-04-18misc: Remove sys/types.h includes from the filesHolger Hans Peter Freyther2-2/+0
2011-04-18misc: Move from u_int to uint types of stdint.hHolger Hans Peter Freyther2-22/+22
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso3-7/+7
2011-03-04prefix sub-directories containing libraries with 'lib'Harald Welte1-1/+3
2011-03-03re-structure the OpenBSC directory layoutHarald Welte4-0/+1367