1. a045d43 Add missing _CFLAGS and _LIBS by Alexander Huemer · 7 years ago
  2. 274b384 src: use osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  3. 24ca918 Make pcap dependency optional by Max · 7 years ago
  4. 2c7690a Fix MS TO measurement representation by Max · 7 years ago
  5. 48d8640 meas_json: fix NEIGH: missing array braces by Keith · 7 years ago
  6. b36e885 utils: 'meas_json' utility to convert measurement feed into a JSON feed. by Alexander Chemeris · 9 years ago
  7. 5644c2b cosmetic: use osmo_strlcpy() everywhere by Neels Hofmeyr · 7 years ago
  8. a60c3d1 move to libcommon-cs: net init 3: actual move by Neels Hofmeyr · 8 years ago
  9. b46b0a6 move to libcommon-cs: net init 2: move bsc_network_init decl to new .h by Neels Hofmeyr · 8 years ago
  10. 5494c27 move to libcommon-cs: net init 1: rename to bsc_network_init by Neels Hofmeyr · 8 years ago
  11. a766849 bs11_config: remove compiler waring about unused variable by Harald Welte · 8 years ago
  12. 20215f1 msgb talloc ctx: initialize in all main() scopes by Neels Hofmeyr · 8 years ago
  13. 44eafdf meas_pcap2db.c: remove unused include of msgb.h by Neels Hofmeyr · 8 years ago
  14. 01a1ced bs11_config: initialize bs11 tall ctx, use instead of bsc ctx by Neels Hofmeyr · 8 years ago
  15. c1c4dc1 mscsplit: gsm_network_init(): add explicit root talloc ctx by Neels Hofmeyr · 8 years ago
  16. 60b354d utils/Makefile.am: remove unused LIBOSMOVTY_CFLAGS by Neels Hofmeyr · 8 years ago
  17. 7477d71 Consistenly format variables in */Makefile.am files by Alexander Huemer · 8 years ago
  18. d02a631 bs11_config: add brackets to fix warning in argument parsing by Alexander Couzens · 8 years ago
  19. a353b96 rm dup: use channel type names from libosmocore by Neels Hofmeyr · 8 years ago
  20. 9d29545 meas: Do not retry to close the database by Holger Hans Peter Freyther · 8 years ago
  21. b67632b db: evaluate return value of sqlite3_finalize(), tweak log output. by Neels Hofmeyr · 8 years ago
  22. b3bf6d1 check return value of sqlite3_close(), retry up to three times. by Neels Hofmeyr · 8 years ago
  23. 1fee93c use sqlite3_close() instead of sqlite3_close_v2() by Neels Hofmeyr · 8 years ago
  24. 97deca3 Patch to make openbsc find libsmpp34 by Ruben Undheim · 8 years ago
  25. 7bb55f3 Fix TSC/BSIC handling bug and remove bts->tsc by Harald Welte · 9 years ago
  26. 687d6b4 meas_db.c: fix compiler warnings by Harald Welte · 9 years ago
  27. e9914e6 Fix Warning: openbsc implicit-pointer-decl meas_udp2db.c:50 by Martin Hauke · 9 years ago
  28. e107c11 Fix no-return-in-nonvoid-function meas_vis.c by Martin Hauke · 9 years ago
  29. 7f1e13a write_queue: Check the result of osmo_wqueue_enqueue and free by Holger Hans Peter Freyther · 9 years ago
  30. c914585 meas: Unbreak the build once more by Holger Hans Peter Freyther · 9 years ago
  31. c14a7c1 meas_pcap2db.c: Fix build without CDK by Harald Welte · 10 years ago
  32. b9fa49a meas_feed: add osmo-meas-udp2db for realtime feed into database by Harald Welte · 12 years ago
  33. b3487b1 meas_feed: Add tool to read meas_feed PCAP and write it to sqlite3 by Harald Welte · 12 years ago
  34. ec83de5 build meas_vis only if libcdk is available by Harald Welte · 12 years ago
  35. aa2e660 meas_vis: Add header and print TA + TO values by Harald Welte · 12 years ago
  36. 55217cb meas_vis: assign bar colors depending on level, display RxQual by Harald Welte · 12 years ago
  37. d597317 Initial support for export + curses-visualization of measurements by Harald Welte · 12 years ago
  38. bad8ffc Fix most compiler warnings with gcc-4.9.2 by Harald Welte · 10 years ago
  39. 699ecdf bsc: Move gsm_subscriber_base.c to libcommon by Jacob Erlbeck · 10 years ago
  40. e3a73ab smpp_mirror: Initialize rc when cmd_id is not DELIVER_SM by Holger Hans Peter Freyther · 11 years ago
  41. 1b39a8f misc: Fix compilation warnings by Holger Hans Peter Freyther · 11 years ago
  42. eb0842d isdnsync: Remove a double close of the isdn device by Holger Hans Peter Freyther · 11 years ago
  43. 9200844 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  44. fde4916 SMPP: add small utility program 'smpp_mirror' by Harald Welte · 12 years ago
  45. 3da47d0 misc: Linking fixes for Ubuntu 11.10 Compiler by Holger Hans Peter Freyther · 13 years ago
  46. 42e41df src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago
  47. 88c9bba src: use new msg->dst pointer instead of deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  48. 0d5bd63 bs11_config: fix array bounds problem by using value_string by Harald Welte · 13 years ago
  49. c788128 split gsm_data.c in gsm_data_shared.c and gsm_data.c by Harald Welte · 13 years ago
  50. 2d59cc6 misc: Use the osmo_init code for signals and logging by Holger Hans Peter Freyther · 13 years ago
  51. b1d5a69 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  52. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  53. 04d24cd src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  54. 840ccf6 src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  55. 30c060b misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  56. 7eb8a9a misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  57. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  58. 3d1aaac prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago
  59. 4f272cc re-structure the OpenBSC directory layout by Harald Welte · 13 years ago