1. 63881a3 [codecs filter] add codec_filter.h,c by Neels Hofmeyr · 2 years, 9 months ago
  2. a001a70 MNCC: use codec_mapping, drop mgcp_codec_to_mncc_payload_msg_type() by Neels Hofmeyr · 1 year, 11 months ago
  3. b2ce748 add codec_mapping.h,c by Neels Hofmeyr · 2 years, 9 months ago
  4. c43b01e mncc_sock: Call osmo_fd_unregister() before closing and changing bfd->fd by Pau Espin Pedrol · 1 year, 7 months ago
  5. fe90aff tests: use -no-install libtool flag to avoid ./lt-* scripts by Vadim Yanitskiy · 1 year, 7 months ago
  6. 1866cd9 src/Makefile.am: remove unneeded AM_LDFLAGS with LIBS by Vadim Yanitskiy · 1 year, 7 months ago
  7. c5572ac add voice_call_internal_mncc.msc by Neels Hofmeyr · 1 year, 7 months ago
  8. ec9a022 update doc/sequence_charts/voice_call_external_mncc.msc by Neels Hofmeyr · 1 year, 7 months ago
  9. e4febd2 charts: Rename voice_call_full.msc to voice_call_external_mncc.msc by Neels Hofmeyr · 1 year, 7 months ago
  10. 075ca60 msc_log_to_ladder.py: various tweaks by Neels Hofmeyr · 1 year, 7 months ago
  11. 58f4088 tweak MNCC logging, add RTP info by Neels Hofmeyr · 1 year, 7 months ago
  12. c259be4 make: doc/sequence_charts: use wildcards for EXTRA_DIST and CLEANFILES by Neels Hofmeyr · 1 year, 7 months ago
  13. a818153 IuCS: remove IuUP LOOPBACK hack by Neels Hofmeyr · 1 year, 7 months ago
  14. ede9083 comment: clarify L3 Info processing by Neels Hofmeyr · 2 years, 9 months ago
  15. 8ff00e7 sdp_msg.c: fix missing rate in sdp_audio_codecs_add() by Neels Hofmeyr · 1 year, 7 months ago
  16. ed606b4 Transition to use of 'telnet_init_default' by arehbein · 1 year, 7 months ago
  17. 964ce6f Bump version: 1.9.0.58-1289-dirty → 1.10.0 by Pau Espin Pedrol · 1 year, 8 months ago 1.10.0
  18. 1289c7b fix msc_vty_go_parent(): add missing case for MGW_NODE by Vadim Yanitskiy · 1 year, 8 months ago
  19. 603e1fc msc_main: fix wrong comment: HLR is a separate project by Vadim Yanitskiy · 1 year, 8 months ago
  20. 404fb1b LCLS: Fix Global Call Reference generation by Keith Whyte · 1 year, 8 months ago
  21. 7d28d23 SMPP: use proper type for boolean variables by Max · 1 year, 10 months ago
  22. 91c9c2f rtp_stream: set_remote_addr: do nothing when unchanged by Neels Hofmeyr · 1 year, 11 months ago
  23. a899dea rtp_stream_commit: check missing MGW ep only when ready for RTP by Neels Hofmeyr · 1 year, 11 months ago
  24. 5b1f9a2 fix sdp_msg_to_sdp_str(), never add fmtp for unset codec by Neels Hofmeyr · 2 years, 2 months ago
  25. 0143108 sdp_msg.c: parse send/recv mode by Neels Hofmeyr · 2 years, 3 months ago
  26. 038e3d6 ctrl: take both address and port from vty config by Max · 1 year, 10 months ago
  27. 8284fb0 libmsc: check return value of gsm0808_create_ass2() by Vadim Yanitskiy · 1 year, 10 months ago
  28. 634591e SMPP: make smpp_smsc_stop() static by Max · 1 year, 11 months ago
  29. 40d3497 add some comments to sdp_msg.c,h by Neels Hofmeyr · 2 years, 3 months ago
  30. 2d11682 add sdp_audio_codec_is_set by Neels Hofmeyr · 2 years, 2 months ago
  31. e29ee5a log CC timeouts by Neels Hofmeyr · 2 years, 2 months ago
  32. 6d9b485 sdp_msg: when NULL, do not crash but return empty SDP str by Neels Hofmeyr · 2 years, 1 month ago
  33. f5a0c4b contrib/jenkins.sh: use enable-werror with IU too by Oliver Smith · 1 year, 11 months ago
  34. 2c6c74e SMPP: fix possible NULL pointer dereference by Max · 2 years ago
  35. 1cb18a2 vlr: implement fallback to no-auth by Neels Hofmeyr · 2 years ago
  36. 66d4ab8 vlr_auth_fsm: add result no_auth_info_event by Neels Hofmeyr · 2 years ago
  37. 3189f39 vlr: auth_fsm: rename AUTH_RES to AUTH_SUCCESS by Neels Hofmeyr · 2 years ago
  38. 923b664 vlr: auth_fsm: clarify success/failure result by Neels Hofmeyr · 2 years ago
  39. c48afa1 vlr_lu_fsm: clarify naming of static functions by Neels Hofmeyr · 2 years ago
  40. 2ea7264 msc_a,vlr: add is_ciphering_required (accurately named) by Neels Hofmeyr · 2 years ago
  41. d99a607 msc_a,vlr: rename ciphering_required to is_ciphering_to_be_attempted by Neels Hofmeyr · 2 years ago
  42. bb62416 SMPP: use default port from libsmpp34 by Max · 2 years ago
  43. 68d2a67 doc: Include mgwpool.adoc from osmo-gsm-manuals by Pau Espin Pedrol · 2 years ago
  44. 093fd2e call_leg: Fix EV_MGW_ENDPOINT_GONE not processed in RELEASE state by Pau Espin Pedrol · 2 years ago
  45. ef70bb2 Use new mgcp-client VTY commands under mgw node by Pau Espin Pedrol · 2 years ago
  46. 53639ea vty: Make use of new mgcp_client_pool_config_write() API by Pau Espin Pedrol · 2 years ago
  47. b44cf2d Introduce support for libosmo-mgcp-client MGW pooling by Pau Espin Pedrol · 2 years ago
  48. add5a7f tests/test_nodes.vty: Avoid listing commands provided by lib by Pau Espin Pedrol · 2 years ago
  49. 9683b5f smpp_mirror: fix compiler warning by Max · 2 years ago
  50. e4f429c SMPP: remove duplicate g_smsc definition by Max · 2 years ago
  51. ba4d682 Change CC_CAUSE returned on unanswered MT Call by Keith Whyte · 2 years, 3 months ago
  52. eab8661 mncc: cosmetic: fix coding style in mncc_prim_check_sign() by Vadim Yanitskiy · 2 years ago
  53. 8e15c79 mncc: move MNCC_F_ALL from mncc.c to mncc.h by Vadim Yanitskiy · 2 years ago
  54. fdfe0c2 Update MNCC field validation mask. by Keith Whyte · 2 years ago
  55. dfb1cb8 cosmetic: use proper name for SMPP handlers by Max · 2 years, 2 months ago
  56. 4743a77 Use libsmpputil functions in smpp_mirror tool by Max · 2 years, 2 months ago
  57. 366a340 Make esme struct shared by Max · 2 years, 2 months ago
  58. be768ac Set working directory in systemd service file by Max · 2 years, 1 month ago
  59. 088043f contrib/jenkins.sh: do not override parallel make for libsmpp34 by Vadim Yanitskiy · 2 years, 1 month ago
  60. 62977d0 Add ESME-specific logging by Max · 2 years, 2 months ago
  61. 5346f69 Introduce libsmpputil by Max · 2 years, 2 months ago
  62. 3948fcc tests: use common stubs for SMS queue test by Max · 2 years, 2 months ago
  63. 1470d0b ESME: use osmo_sock_get_name() for logging by Max · 2 years, 2 months ago
  64. 7038dd0 Ignore .deb build byproducts by Max · 2 years, 2 months ago
  65. 4b1202b SMPP: clarify (re)start logic by Max · 2 years, 2 months ago
  66. d20dd22 sdp_msg: s/sdp_audio_codec_/sdp_audio_codecs_ by Neels Hofmeyr · 2 years, 9 months ago
  67. c9e0ca3 sdp_msg: add sdp_audio_codecs_cmp(), add compare flags by Neels Hofmeyr · 2 years, 9 months ago
  68. 99ab7c5 in sdp logging: add payload type number like 'AMR#111' by Neels Hofmeyr · 2 years, 9 months ago
  69. 9a515e5 sdp_msg: s/_name_/_to_str_/g by Neels Hofmeyr · 2 years, 9 months ago
  70. 90933d4 cosmetic: log actual MNCC msg in tch_rtp_connect() by Neels Hofmeyr · 2 years, 9 months ago
  71. 550506a err log: fix reverse statement in msc_a call handling by Neels Hofmeyr · 2 years, 9 months ago
  72. a9e383f missing whitespace in gsm_04_08_cc.c by Neels Hofmeyr · 2 years, 9 months ago
  73. 3551d84 fix typo in msgb name for CC SETUP by Neels Hofmeyr · 2 years, 9 months ago
  74. 99bd0f3 Turn off secure_delete in sqlite by Keith Whyte · 2 years, 4 months ago
  75. ea62986 Don't let this osmo-msc operate on a libdbi database by Keith Whyte · 2 years, 4 months ago
  76. 5b06a8d Bump version: 1.8.0.43-2eaaf-dirty → 1.9.0 by Pau Espin Pedrol · 2 years, 3 months ago 1.9.0
  77. 2eaaf6f fix RPM build failures due to README -> README.md rename by Harald Welte · 2 years, 3 months ago
  78. 1b6289a Convert + Expand README file by Harald Welte · 2 years, 4 months ago
  79. 3b13edf update git URLs (git -> https; gitea) by Harald Welte · 2 years, 4 months ago
  80. a3c639f sms: Introduce VTY-configurable minimum SMS validity period by Harald Welte · 2 years, 5 months ago
  81. 2765a18 sms: Make default SMS validity period configurable via VTY by Harald Welte · 2 years, 5 months ago
  82. e6f1160 smpp: Parse and use SMPP-provided validity period by Harald Welte · 2 years, 5 months ago
  83. 53e2e5f sms_queue: Make deletion of messages from DB VTY-configurable by Harald Welte · 2 years, 5 months ago
  84. 03e8583 sms_queue: Use local variable rather than 9x pointer de-ref in function by Harald Welte · 2 years, 5 months ago
  85. 1a62db2 sms: Give smsc its own VTY config node by Harald Welte · 2 years, 5 months ago
  86. 6a0ab76 tests/msc_vlr/Makefile.am: drop -ldbi by Oliver Smith · 2 years, 5 months ago
  87. d302bb1 sms: Encapsulate SMS queue related config parameters by Harald Welte · 2 years, 5 months ago
  88. 1d72e30 db: Switch from 'synchronous = FULL' to 'synchronous = NORMAL' by Harald Welte · 2 years, 5 months ago
  89. d43c22e switch from libdbi to lbsqlite3 by Harald Welte · 2 years, 5 months ago
  90. d677f51 tests: Remove sms.db{-wal,-shm} files, not just sms.db by Harald Welte · 2 years, 5 months ago
  91. 7262d08 sms_queue: merge sms_pending_add into sms_pending_from by Harald Welte · 2 years, 5 months ago
  92. 7f918af sms_queue: refactor sms_pending add/remove code by Harald Welte · 2 years, 5 months ago
  93. bf254f6 smpp: don't enqueue write messages if ESME is disconnected by Harald Welte · 2 years, 5 months ago
  94. 022193d smpp: Fix use-after-free bug when ESME disconnects but has write pending by Harald Welte · 2 years, 5 months ago
  95. 63494a6 sms_queue: Introduce rate_ctr / stat_item by Harald Welte · 2 years, 5 months ago
  96. 123261e vlr: Add rate counters and stat items by Harald Welte · 2 years, 5 months ago
  97. 173bdf3 vlr: Split vlr_subscr_rx_imsi_detach() by Harald Welte · 2 years, 5 months ago
  98. dc7d841 sms_queue: Annotate each function with some comment by Harald Welte · 2 years, 5 months ago
  99. 467fc57 switch sqlite3 to single-threaded mode by Harald Welte · 2 years, 5 months ago
  100. 2db1966 call rate_ctr_init() to make rate counters work properly by Harald Welte · 2 years, 5 months ago