1. abbdbfb msc: exit(2) on unsupported positional arguments on command line by Harald Welte · 4 years, 7 months ago
  2. e000050 check for osmo_ss7_init() error return value by Harald Welte · 4 years, 7 months ago
  3. 33f71a1 fsm: use deferred deallocation by Neels Hofmeyr · 4 years, 8 months ago
  4. 991bb42 Implement a global switch on the network to disable call waiting. by Keith Whyte · 4 years, 10 months ago
  5. 3e1e476 Remove undefined param passed to logging_vty_add_cmds by Pau Espin Pedrol · 4 years, 11 months ago
  6. a10d79e build osmo-msc: add "missing" LIBASN1C_LIBS by Neels Hofmeyr · 6 years ago
  7. b10ec6a remove msc specific db counters by Alexander Couzens · 5 years ago
  8. 979b057 add DSS logging category by Neels Hofmeyr · 5 years ago
  9. 4ac8009 rename bscconfig.h to config.h, cleanup by Neels Hofmeyr · 5 years ago
  10. c4628a3 large refactoring: support inter-BSC and inter-MSC Handover by Neels Hofmeyr · 6 years ago
  11. e4f7e71 enable osmo_fsm_term_safely(), apply logging changes by Neels Hofmeyr · 5 years ago
  12. 81635d3 libmsc: fix: properly initialize the SGs server by Vadim Yanitskiy · 5 years ago
  13. 0df904d Add SGs Interface by Harald Welte · 6 years ago
  14. b361ea7 use vty->type instead of local variable by Stefan Sperling · 5 years ago
  15. 88063dd log: by default start with all categories on LOGL_NOTICE by Neels Hofmeyr · 6 years ago
  16. 1051c42 require 'ipa-name' option to be set via config file by Stefan Sperling · 6 years ago
  17. 80447eb add VTY commands: mncc internal / external (== -M) by Neels Hofmeyr · 6 years ago
  18. fb153cb msc_main: mncc: move mncc socket decision to after read_cfg by Neels Hofmeyr · 6 years ago
  19. a2ed9b5 cosmetic: msc_main.c: default args definition style by Neels Hofmeyr · 6 years ago
  20. 7992122 combine several small .h in msc_common.h by Neels Hofmeyr · 6 years ago
  21. c036b79 rename gsm_subscriber_connection to ran_conn by Neels Hofmeyr · 6 years ago
  22. 86ed06c vty: add SCCP related vty commands by Neels Hofmeyr · 6 years ago
  23. 060a6c4 msc: Set talloc ctx for osmo_signal structures by Pau Espin Pedrol · 6 years ago
  24. 381370b osmo-msc: track the use of talloc NULL memory contexts by Vadim Yanitskiy · 6 years ago
  25. d8d4d8c osmo-msc: free the VTY talloc context on exit by Vadim Yanitskiy · 6 years ago
  26. b874486 osmo-msc: Improve shutdown due to signal and print talloc report on exit by Pau Espin Pedrol · 6 years ago
  27. 1f9b086 RRLP: fix: actually init the RRLP signal handlers by Vadim Yanitskiy · 6 years ago
  28. 1ea6baf Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr by Harald Welte · 6 years ago
  29. a232eeb msc_main: Fix typo in description of version param by Pau Espin Pedrol · 6 years ago
  30. 08b3828 use osmo_init_logging2() with proper talloc ctx by Neels Hofmeyr · 6 years ago
  31. a6ac98b remove empty libcommon-cs by Neels Hofmeyr · 6 years ago
  32. 8ea65b3 rename libcommon to libgsupclient by Neels Hofmeyr · 6 years ago
  33. c01e909 dissolve libcommon: move talloc ctx into msc_main.c, drop talloc_ctx.c by Neels Hofmeyr · 6 years ago
  34. 6a8b9c7 dissolve libcommon: drop debug.c by Neels Hofmeyr · 6 years ago
  35. 7c075a2 dissolve libcommon,libcommon-cs: clean up vty definitions by Neels Hofmeyr · 6 years ago
  36. e949538 msc_main: do not say 'osmo-nitb' in the usage by Neels Hofmeyr · 6 years ago
  37. 379d579 implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  38. 7f48420 cosmetic: gsm_network_init(): imply default 001-01 PLMN by Neels Hofmeyr · 6 years ago
  39. 3db47c4 osmo-msc: Add talloc context introspection via VTY by Harald Welte · 6 years ago
  40. 7421a6e remove unused dyn_ts_allow_tch_f VTY option by Harald Welte · 6 years ago
  41. a41b630 cosmetic: Use msgb_hexdump*() rather than manual osmo_hexdump() on msg by Harald Welte · 6 years ago
  42. 703f2ec debug: Remove dead log categories by Harald Welte · 6 years ago
  43. 45f234c remove dead ctrl.h header file by Harald Welte · 6 years ago
  44. 4bd35d4 remove dead header files bsc_msc.h, bsc_msc_data.h and bsc_rll.h by Harald Welte · 6 years ago
  45. d35038d Massive removal of unused code/structs/headers by Harald Welte · 6 years ago
  46. 753c15d Migrate from OpenSSL to osmo_get_rand_id() by Max · 6 years ago
  47. c4e7bd3 mncc: remove deprecated commandline option. by Philipp Maier · 7 years ago
  48. c875f84 use only 0.23.1 as point code for both A and Iu by Neels Hofmeyr · 7 years ago
  49. 8f042b9 osmo-msc: Don't link against libasn1c by Harald Welte · 7 years ago
  50. b323cd2 main: remove cmdline args no longer available for osmo-msc by Neels Hofmeyr · 7 years ago
  51. a8b1aac Remove unused osmo_bsc_rf.h header by Max · 7 years ago
  52. e591d47 Remove BTS-specific attributes by Max · 7 years ago
  53. 6c8afe1 use separated libosmo-mgcp-client, apply rename to mgcp_client_* by Neels Hofmeyr · 7 years ago
  54. 9084396 rename include/openbsc to include/osmocom/msc by Neels Hofmeyr · 7 years ago
  55. bac2276 split off osmo-msc: remove files, apply build, rename by Neels Hofmeyr · 7 years ago
  56. 979cd26 move to osmo-mgw.git: osmo-bsc_mgcp and libmgcp as libosmo-legacy-mgcp by Neels Hofmeyr · 7 years ago
  57. 00e82d6 move libiu to osmo-iuh/libosmo-ranap by Neels Hofmeyr · 7 years ago
  58. fbf6610 Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring) by Philipp Maier · 7 years ago
  59. 28cd944 Treat SIGTERM just like SIGINT in our programs by Harald Welte · 7 years ago
  60. df772e2 NITB: remove 'help' output about '-a' option that is removed for ages by Harald Welte · 7 years ago
  61. 84da6b1 Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago