1. 9e3bab9 Use new mgcp_client_conf_alloc() API to alloc mgcp_client_conf by Pau Espin Pedrol · 1 year, 4 months ago
  2. 40d3c79 msc_main: close SMS db on startup error by Oliver Smith · 1 year, 6 months ago
  3. 30cfe71 msc_mgw_setup: use mgcp_client_pool_empty() by Oliver Smith · 1 year, 6 months ago
  4. ed606b4 Transition to use of 'telnet_init_default' by arehbein · 1 year, 7 months ago
  5. 1289c7b fix msc_vty_go_parent(): add missing case for MGW_NODE by Vadim Yanitskiy · 1 year, 8 months ago
  6. 603e1fc msc_main: fix wrong comment: HLR is a separate project by Vadim Yanitskiy · 1 year, 8 months ago
  7. 038e3d6 ctrl: take both address and port from vty config by Max · 1 year, 10 months ago
  8. b44cf2d Introduce support for libosmo-mgcp-client MGW pooling by Pau Espin Pedrol · 2 years ago
  9. dfb1cb8 cosmetic: use proper name for SMPP handlers by Max · 2 years, 2 months ago
  10. 5346f69 Introduce libsmpputil by Max · 2 years, 2 months ago
  11. 1a62db2 sms: Give smsc its own VTY config node by Harald Welte · 2 years, 5 months ago
  12. d302bb1 sms: Encapsulate SMS queue related config parameters by Harald Welte · 2 years, 5 months ago
  13. d43c22e switch from libdbi to lbsqlite3 by Harald Welte · 2 years, 5 months ago
  14. 467fc57 switch sqlite3 to single-threaded mode by Harald Welte · 2 years, 5 months ago
  15. 2db1966 call rate_ctr_init() to make rate counters work properly by Harald Welte · 2 years, 5 months ago
  16. aefbf7a Do not mention deprecated -l / --database options by Vadim Yanitskiy · 2 years, 11 months ago
  17. 1ec8e54 Do not mention deprecated -M / --mncc-sock-path options by Vadim Yanitskiy · 2 years, 11 months ago
  18. a1a70be Add support for LCLS to the MSC by Keith Whyte · 3 years, 5 months ago
  19. 07c8b7c osmo-msc main: use osmo_select_shutdown() by Neels Hofmeyr · 3 years, 3 months ago
  20. e917b19 main: generate coredump and exit upon SIGABRT received by Pau Espin Pedrol · 3 years, 10 months ago
  21. 33a2487 main: add --vty-ref-mode, use vty_dump_xml_ref_mode() by Vadim Yanitskiy · 4 years ago
  22. 1587ffb vty: allow configuring db path from cfg file by Keith Whyte · 4 years, 1 month ago
  23. c84702c Change default SCTP conn NULL->127.0.0.1 to localhost->localhost by Pau Espin Pedrol · 4 years, 1 month ago
  24. 24a8856 Support setting rt-prio and cpu-affinity mask through VTY by Pau Espin Pedrol · 4 years, 2 months ago
  25. a509a22 add osmo-msc --vty-ref-xml: dump VTY ref XML to stdout by Neels Hofmeyr · 4 years, 4 months ago
  26. ef830ef osmo-msc: use stderr to print error messages, not stdout by Vadim Yanitskiy · 4 years, 8 months ago
  27. 047dd50 osmo-msc: fix: properly initialize default values for MGW timers by Vadim Yanitskiy · 4 years, 9 months ago
  28. abbdbfb msc: exit(2) on unsupported positional arguments on command line by Harald Welte · 4 years, 10 months ago
  29. e000050 check for osmo_ss7_init() error return value by Harald Welte · 4 years, 10 months ago
  30. 33f71a1 fsm: use deferred deallocation by Neels Hofmeyr · 5 years ago
  31. 991bb42 Implement a global switch on the network to disable call waiting. by Keith Whyte · 5 years ago
  32. 3e1e476 Remove undefined param passed to logging_vty_add_cmds by Pau Espin Pedrol · 5 years ago
  33. a10d79e build osmo-msc: add "missing" LIBASN1C_LIBS by Neels Hofmeyr · 7 years ago
  34. b10ec6a remove msc specific db counters by Alexander Couzens · 5 years ago
  35. 979b057 add DSS logging category by Neels Hofmeyr · 5 years ago
  36. 4ac8009 rename bscconfig.h to config.h, cleanup by Neels Hofmeyr · 6 years ago
  37. c4628a3 large refactoring: support inter-BSC and inter-MSC Handover by Neels Hofmeyr · 6 years ago
  38. e4f7e71 enable osmo_fsm_term_safely(), apply logging changes by Neels Hofmeyr · 6 years ago
  39. 81635d3 libmsc: fix: properly initialize the SGs server by Vadim Yanitskiy · 6 years ago
  40. 0df904d Add SGs Interface by Harald Welte · 6 years ago
  41. b361ea7 use vty->type instead of local variable by Stefan Sperling · 6 years ago
  42. 88063dd log: by default start with all categories on LOGL_NOTICE by Neels Hofmeyr · 6 years ago
  43. 1051c42 require 'ipa-name' option to be set via config file by Stefan Sperling · 6 years ago
  44. 80447eb add VTY commands: mncc internal / external (== -M) by Neels Hofmeyr · 6 years ago
  45. fb153cb msc_main: mncc: move mncc socket decision to after read_cfg by Neels Hofmeyr · 6 years ago
  46. a2ed9b5 cosmetic: msc_main.c: default args definition style by Neels Hofmeyr · 6 years ago
  47. 7992122 combine several small .h in msc_common.h by Neels Hofmeyr · 6 years ago
  48. c036b79 rename gsm_subscriber_connection to ran_conn by Neels Hofmeyr · 6 years ago
  49. 86ed06c vty: add SCCP related vty commands by Neels Hofmeyr · 6 years ago
  50. 060a6c4 msc: Set talloc ctx for osmo_signal structures by Pau Espin Pedrol · 6 years ago
  51. 381370b osmo-msc: track the use of talloc NULL memory contexts by Vadim Yanitskiy · 6 years ago
  52. d8d4d8c osmo-msc: free the VTY talloc context on exit by Vadim Yanitskiy · 6 years ago
  53. b874486 osmo-msc: Improve shutdown due to signal and print talloc report on exit by Pau Espin Pedrol · 6 years ago
  54. 1f9b086 RRLP: fix: actually init the RRLP signal handlers by Vadim Yanitskiy · 6 years ago
  55. 1ea6baf Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr by Harald Welte · 6 years ago
  56. a232eeb msc_main: Fix typo in description of version param by Pau Espin Pedrol · 6 years ago
  57. 08b3828 use osmo_init_logging2() with proper talloc ctx by Neels Hofmeyr · 7 years ago
  58. a6ac98b remove empty libcommon-cs by Neels Hofmeyr · 7 years ago
  59. 8ea65b3 rename libcommon to libgsupclient by Neels Hofmeyr · 7 years ago
  60. c01e909 dissolve libcommon: move talloc ctx into msc_main.c, drop talloc_ctx.c by Neels Hofmeyr · 7 years ago
  61. 6a8b9c7 dissolve libcommon: drop debug.c by Neels Hofmeyr · 7 years ago
  62. 7c075a2 dissolve libcommon,libcommon-cs: clean up vty definitions by Neels Hofmeyr · 7 years ago
  63. e949538 msc_main: do not say 'osmo-nitb' in the usage by Neels Hofmeyr · 7 years ago
  64. 379d579 implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 7 years ago
  65. 7f48420 cosmetic: gsm_network_init(): imply default 001-01 PLMN by Neels Hofmeyr · 7 years ago
  66. 3db47c4 osmo-msc: Add talloc context introspection via VTY by Harald Welte · 7 years ago
  67. 7421a6e remove unused dyn_ts_allow_tch_f VTY option by Harald Welte · 7 years ago
  68. a41b630 cosmetic: Use msgb_hexdump*() rather than manual osmo_hexdump() on msg by Harald Welte · 7 years ago
  69. 703f2ec debug: Remove dead log categories by Harald Welte · 7 years ago
  70. 45f234c remove dead ctrl.h header file by Harald Welte · 7 years ago
  71. 4bd35d4 remove dead header files bsc_msc.h, bsc_msc_data.h and bsc_rll.h by Harald Welte · 7 years ago
  72. d35038d Massive removal of unused code/structs/headers by Harald Welte · 7 years ago
  73. 753c15d Migrate from OpenSSL to osmo_get_rand_id() by Max · 7 years ago
  74. c4e7bd3 mncc: remove deprecated commandline option. by Philipp Maier · 7 years ago
  75. c875f84 use only 0.23.1 as point code for both A and Iu by Neels Hofmeyr · 7 years ago
  76. 8f042b9 osmo-msc: Don't link against libasn1c by Harald Welte · 7 years ago
  77. b323cd2 main: remove cmdline args no longer available for osmo-msc by Neels Hofmeyr · 7 years ago
  78. a8b1aac Remove unused osmo_bsc_rf.h header by Max · 7 years ago
  79. e591d47 Remove BTS-specific attributes by Max · 7 years ago
  80. 6c8afe1 use separated libosmo-mgcp-client, apply rename to mgcp_client_* by Neels Hofmeyr · 7 years ago
  81. 9084396 rename include/openbsc to include/osmocom/msc by Neels Hofmeyr · 7 years ago
  82. bac2276 split off osmo-msc: remove files, apply build, rename by Neels Hofmeyr · 7 years ago
  83. 979cd26 move to osmo-mgw.git: osmo-bsc_mgcp and libmgcp as libosmo-legacy-mgcp by Neels Hofmeyr · 7 years ago
  84. 00e82d6 move libiu to osmo-iuh/libosmo-ranap by Neels Hofmeyr · 7 years ago
  85. fbf6610 Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring) by Philipp Maier · 7 years ago
  86. 28cd944 Treat SIGTERM just like SIGINT in our programs by Harald Welte · 7 years ago
  87. df772e2 NITB: remove 'help' output about '-a' option that is removed for ages by Harald Welte · 7 years ago
  88. 84da6b1 Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago