1. 5d0bc33 tests: $(BUILT_SOURCES) is not defined, depend on osmo-msc by Vadim Yanitskiy · 1 year, 3 months ago
  2. 388d7c9 3G: decapsulate IuUP to AMR at the MGW; allow 3G<-AMR->2G by Neels Hofmeyr · 1 year, 3 months ago
  3. 40d3c79 msc_main: close SMS db on startup error by Oliver Smith · 1 year, 3 months ago
  4. 30cfe71 msc_mgw_setup: use mgcp_client_pool_empty() by Oliver Smith · 1 year, 3 months ago
  5. 7a5c8b5 coverity: sdp_msg_test.c: check rc of sdp_msg_from_sdp_str() by Neels Hofmeyr · 1 year, 4 months ago
  6. 6a1faa9 fix msc_vlr_test_call SDP mncc_rtp by Neels Hofmeyr · 1 year, 3 months ago
  7. b091d21 HO Req: include IE Codec List (MSC Preferred) by Neels Hofmeyr · 1 year, 11 months ago
  8. b6c11c4 codecs: compose HO Req Ch Type from cc.codecs by Neels Hofmeyr · 1 year, 11 months ago
  9. 3c323dc [codecs filter] msc_vlr_test_call: test codecs resolution by Neels Hofmeyr · 2 years, 6 months ago
  10. 1c06507 mncc_recvmsg(): log caller file,line by Neels Hofmeyr · 1 year, 11 months ago
  11. bd5f8e9 do CN CRCX first by Neels Hofmeyr · 2 years, 6 months ago
  12. 11a746a [codecs filter] use codecs filter on crcx ok by Neels Hofmeyr · 1 year, 5 months ago
  13. 81938fd msc_vlr_tests: confirm crcx by RAN/CN side separately by Neels Hofmeyr · 2 years, 6 months ago
  14. 8dd1646 [codecs filter] send + receive SDP via MNCC by Neels Hofmeyr · 2 years, 6 months ago
  15. 006b0ee [codecs filter] use filter result in Assignment by Neels Hofmeyr · 1 year, 8 months ago
  16. 909ea52 [codecs filter] use filter result in MT DTAP CC Setup by Neels Hofmeyr · 2 years, 6 months ago
  17. 7934e0d in ran_msg, return gsm0808_speech_codec (inter-MSC) by Neels Hofmeyr · 1 year, 8 months ago
  18. cec51b3 in ran_msg, return gsm0808_speech_codec (intra-MSC) by Neels Hofmeyr · 1 year, 4 months ago
  19. 62bfa37 rtp_stream: allow multiple codecs / use codec filter from Assignment by Neels Hofmeyr · 1 year, 8 months ago
  20. 1dc3961 add ran_infra.force_mgw_codecs_to_ran by Neels Hofmeyr · 1 year, 4 months ago
  21. c0f9474 rtp_stream: Fix remote_osmux_cid_sent_to_mgw never set to true by Pau Espin Pedrol · 1 year, 4 months ago pespin/test
  22. a202cf4 rtp_stream: Update id after modifying fields upon Tx of MGCP msg by Pau Espin Pedrol · 1 year, 4 months ago
  23. 2d57d6e [codecs filter] apply BSS codecs from Assignment Complete by Neels Hofmeyr · 2 years, 6 months ago
  24. 8159c95 msc_vlr_test_call: include RAN RTP addr in ass compl by Neels Hofmeyr · 1 year, 11 months ago
  25. 10357f8 [codecs filter] MT call: store MS Bearer Cap from CC Call Conf by Neels Hofmeyr · 2 years, 6 months ago
  26. af9d30e [codecs filter] MT call: apply remote call leg codecs by Neels Hofmeyr · 2 years, 6 months ago
  27. 7ddc48c [codecs filter] MT call: apply BSS codec list by Neels Hofmeyr · 2 years, 6 months ago
  28. f555952 [codecs filter] MO call: apply BSS codec list by Neels Hofmeyr · 2 years, 6 months ago
  29. e276ae9 [codecs filter] store BSS codec list from Compl L3 by Neels Hofmeyr · 2 years, 6 months ago
  30. 4c57bb0 [codecs filter] add trans.cc.codecs by Neels Hofmeyr · 2 years, 6 months ago
  31. 63881a3 [codecs filter] add codec_filter.h,c by Neels Hofmeyr · 2 years, 6 months ago
  32. a001a70 MNCC: use codec_mapping, drop mgcp_codec_to_mncc_payload_msg_type() by Neels Hofmeyr · 1 year, 8 months ago
  33. b2ce748 add codec_mapping.h,c by Neels Hofmeyr · 2 years, 6 months ago
  34. c43b01e mncc_sock: Call osmo_fd_unregister() before closing and changing bfd->fd by Pau Espin Pedrol · 1 year, 4 months ago
  35. fe90aff tests: use -no-install libtool flag to avoid ./lt-* scripts by Vadim Yanitskiy · 1 year, 4 months ago
  36. 1866cd9 src/Makefile.am: remove unneeded AM_LDFLAGS with LIBS by Vadim Yanitskiy · 1 year, 4 months ago
  37. c5572ac add voice_call_internal_mncc.msc by Neels Hofmeyr · 1 year, 4 months ago
  38. ec9a022 update doc/sequence_charts/voice_call_external_mncc.msc by Neels Hofmeyr · 1 year, 4 months ago
  39. e4febd2 charts: Rename voice_call_full.msc to voice_call_external_mncc.msc by Neels Hofmeyr · 1 year, 4 months ago
  40. 075ca60 msc_log_to_ladder.py: various tweaks by Neels Hofmeyr · 1 year, 4 months ago
  41. 58f4088 tweak MNCC logging, add RTP info by Neels Hofmeyr · 1 year, 4 months ago
  42. c259be4 make: doc/sequence_charts: use wildcards for EXTRA_DIST and CLEANFILES by Neels Hofmeyr · 1 year, 4 months ago
  43. a818153 IuCS: remove IuUP LOOPBACK hack by Neels Hofmeyr · 1 year, 4 months ago
  44. ede9083 comment: clarify L3 Info processing by Neels Hofmeyr · 2 years, 6 months ago
  45. 8ff00e7 sdp_msg.c: fix missing rate in sdp_audio_codecs_add() by Neels Hofmeyr · 1 year, 4 months ago
  46. ed606b4 Transition to use of 'telnet_init_default' by arehbein · 1 year, 4 months ago
  47. 964ce6f Bump version: 1.9.0.58-1289-dirty → 1.10.0 by Pau Espin Pedrol · 1 year, 5 months ago 1.10.0
  48. 1289c7b fix msc_vty_go_parent(): add missing case for MGW_NODE by Vadim Yanitskiy · 1 year, 5 months ago
  49. 603e1fc msc_main: fix wrong comment: HLR is a separate project by Vadim Yanitskiy · 1 year, 5 months ago
  50. 404fb1b LCLS: Fix Global Call Reference generation by Keith Whyte · 1 year, 5 months ago
  51. 7d28d23 SMPP: use proper type for boolean variables by Max · 1 year, 7 months ago
  52. 91c9c2f rtp_stream: set_remote_addr: do nothing when unchanged by Neels Hofmeyr · 1 year, 8 months ago
  53. a899dea rtp_stream_commit: check missing MGW ep only when ready for RTP by Neels Hofmeyr · 1 year, 8 months ago
  54. 5b1f9a2 fix sdp_msg_to_sdp_str(), never add fmtp for unset codec by Neels Hofmeyr · 1 year, 11 months ago
  55. 0143108 sdp_msg.c: parse send/recv mode by Neels Hofmeyr · 2 years ago
  56. 038e3d6 ctrl: take both address and port from vty config by Max · 1 year, 7 months ago
  57. 8284fb0 libmsc: check return value of gsm0808_create_ass2() by Vadim Yanitskiy · 1 year, 7 months ago
  58. 634591e SMPP: make smpp_smsc_stop() static by Max · 1 year, 7 months ago
  59. 40d3497 add some comments to sdp_msg.c,h by Neels Hofmeyr · 2 years ago
  60. 2d11682 add sdp_audio_codec_is_set by Neels Hofmeyr · 1 year, 11 months ago
  61. e29ee5a log CC timeouts by Neels Hofmeyr · 1 year, 11 months ago
  62. 6d9b485 sdp_msg: when NULL, do not crash but return empty SDP str by Neels Hofmeyr · 1 year, 10 months ago
  63. f5a0c4b contrib/jenkins.sh: use enable-werror with IU too by Oliver Smith · 1 year, 8 months ago
  64. 2c6c74e SMPP: fix possible NULL pointer dereference by Max · 1 year, 8 months ago
  65. 1cb18a2 vlr: implement fallback to no-auth by Neels Hofmeyr · 1 year, 9 months ago
  66. 66d4ab8 vlr_auth_fsm: add result no_auth_info_event by Neels Hofmeyr · 1 year, 9 months ago
  67. 3189f39 vlr: auth_fsm: rename AUTH_RES to AUTH_SUCCESS by Neels Hofmeyr · 1 year, 8 months ago
  68. 923b664 vlr: auth_fsm: clarify success/failure result by Neels Hofmeyr · 1 year, 9 months ago
  69. c48afa1 vlr_lu_fsm: clarify naming of static functions by Neels Hofmeyr · 1 year, 9 months ago
  70. 2ea7264 msc_a,vlr: add is_ciphering_required (accurately named) by Neels Hofmeyr · 1 year, 9 months ago
  71. d99a607 msc_a,vlr: rename ciphering_required to is_ciphering_to_be_attempted by Neels Hofmeyr · 1 year, 9 months ago
  72. bb62416 SMPP: use default port from libsmpp34 by Max · 1 year, 9 months ago
  73. 68d2a67 doc: Include mgwpool.adoc from osmo-gsm-manuals by Pau Espin Pedrol · 1 year, 9 months ago
  74. 093fd2e call_leg: Fix EV_MGW_ENDPOINT_GONE not processed in RELEASE state by Pau Espin Pedrol · 1 year, 9 months ago
  75. ef70bb2 Use new mgcp-client VTY commands under mgw node by Pau Espin Pedrol · 1 year, 9 months ago
  76. 53639ea vty: Make use of new mgcp_client_pool_config_write() API by Pau Espin Pedrol · 1 year, 9 months ago
  77. b44cf2d Introduce support for libosmo-mgcp-client MGW pooling by Pau Espin Pedrol · 1 year, 9 months ago
  78. add5a7f tests/test_nodes.vty: Avoid listing commands provided by lib by Pau Espin Pedrol · 1 year, 9 months ago
  79. 9683b5f smpp_mirror: fix compiler warning by Max · 1 year, 9 months ago
  80. e4f429c SMPP: remove duplicate g_smsc definition by Max · 1 year, 9 months ago
  81. ba4d682 Change CC_CAUSE returned on unanswered MT Call by Keith Whyte · 2 years ago
  82. eab8661 mncc: cosmetic: fix coding style in mncc_prim_check_sign() by Vadim Yanitskiy · 1 year, 9 months ago
  83. 8e15c79 mncc: move MNCC_F_ALL from mncc.c to mncc.h by Vadim Yanitskiy · 1 year, 9 months ago
  84. fdfe0c2 Update MNCC field validation mask. by Keith Whyte · 1 year, 9 months ago
  85. dfb1cb8 cosmetic: use proper name for SMPP handlers by Max · 1 year, 11 months ago
  86. 4743a77 Use libsmpputil functions in smpp_mirror tool by Max · 1 year, 11 months ago
  87. 366a340 Make esme struct shared by Max · 1 year, 11 months ago
  88. be768ac Set working directory in systemd service file by Max · 1 year, 10 months ago
  89. 088043f contrib/jenkins.sh: do not override parallel make for libsmpp34 by Vadim Yanitskiy · 1 year, 10 months ago
  90. 62977d0 Add ESME-specific logging by Max · 1 year, 11 months ago
  91. 5346f69 Introduce libsmpputil by Max · 2 years ago
  92. 3948fcc tests: use common stubs for SMS queue test by Max · 2 years ago
  93. 1470d0b ESME: use osmo_sock_get_name() for logging by Max · 2 years ago
  94. 7038dd0 Ignore .deb build byproducts by Max · 2 years ago
  95. 4b1202b SMPP: clarify (re)start logic by Max · 2 years ago
  96. d20dd22 sdp_msg: s/sdp_audio_codec_/sdp_audio_codecs_ by Neels Hofmeyr · 2 years, 6 months ago
  97. c9e0ca3 sdp_msg: add sdp_audio_codecs_cmp(), add compare flags by Neels Hofmeyr · 2 years, 6 months ago
  98. 99ab7c5 in sdp logging: add payload type number like 'AMR#111' by Neels Hofmeyr · 2 years, 6 months ago
  99. 9a515e5 sdp_msg: s/_name_/_to_str_/g by Neels Hofmeyr · 2 years, 6 months ago
  100. 90933d4 cosmetic: log actual MNCC msg in tch_rtp_connect() by Neels Hofmeyr · 2 years, 6 months ago