1. 2bdad96 Bump version: 1.12.0.3-58d5b → 1.12.1 by Oliver Smith · 9 months ago 1.12.1
  2. 6225b5c mgcp-client: Introduce API osmo_mgcpc_ep_local_name() by Pau Espin Pedrol · 9 months ago
  3. 730a1f2 Bump version: 1.11.0.51-af67-dirty → 1.12.0 by Pau Espin Pedrol · 10 months ago 1.12.0
  4. dc7dfd0 ASCI: Add new mode for voice group/broadcast call by Andreas Eversberg · 12 months ago
  5. c364f4a mgcp_client: tweak extract_codec_name() implementation by Neels Hofmeyr · 1 year ago
  6. 9423817 mgcp_client: check rc of map_str_to_codec by Oliver Smith · 1 year ago
  7. 292ba1b Cosmetic: fix a typo by Oliver Smith · 1 year ago
  8. 10d9f8d mgcp-client: Mark client as UP when keepalive request-interval/timeout is disabled through VTY by Pau Espin Pedrol · 1 year ago
  9. 4c06589 mgcp-client: Always mark client as UP if keepalive request-interval disabled by Pau Espin Pedrol · 1 year ago
  10. e9164c2 mgcp_client: pool: Only pick clients with an MGCP link considered to be UP by Pau Espin Pedrol · 1 year, 1 month ago
  11. 563386e mgcp-client: Add keepalive feature by Pau Espin Pedrol · 1 year, 1 month ago
  12. 2e411f3 mgcp-client: Move some static functions further above by Pau Espin Pedrol · 1 year, 1 month ago
  13. 8e8d59f mgcp_client: Introduce mgcp_client_conf_alloc(), deprecate mgcp_client_conf_init() by Pau Espin Pedrol · 1 year, 1 month ago
  14. ea20353 mgcp-client: Drop unused struct mgcp_client field by Pau Espin Pedrol · 1 year, 1 month ago
  15. e362456 copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH by Vadim Yanitskiy · 1 year, 1 month ago
  16. a312523 Cosmetic: mgcp_client: fix typo by Oliver Smith · 1 year, 2 months ago
  17. 45fe47c mgcp_client: simpler error handling by Neels Hofmeyr · 1 year, 3 months ago
  18. ce356ee mgcp_find_section_end(): skip spaces at start of SDP by Neels Hofmeyr · 1 year, 3 months ago
  19. 833ab4b mgcp_client_pool: add mgcp_client_pool_empty() by Oliver Smith · 1 year, 3 months ago
  20. 747fbce mgcp-client: Call osmo_fd_unregister() before closing and changing bfd->fd by Pau Espin Pedrol · 1 year, 4 months ago
  21. e78221d */Makefile.am: libraries shall not be in AM_LDFLAGS by Vadim Yanitskiy · 1 year, 4 months ago
  22. 30bdf94 mgcp_client: fix sourcecode formatting by Philipp Maier · 1 year, 4 months ago
  23. 0dbaaad mgcp_client: mgcp_msg_gen: add more error logs by Oliver Smith · 1 year, 4 months ago
  24. 1a7048d cosmetic: Fix grammar suggesting reading _the_ user manual by Harald Welte · 1 year, 6 months ago
  25. 342a9a9 Bump version: 1.10.0.117-22f9c-dirty → 1.11.0 by Pau Espin Pedrol · 1 year, 5 months ago 1.11.0
  26. 26d6b2b mgcp_client: add new clearmode codec by Oliver Smith · 1 year, 5 months ago
  27. 9befdeb Support building with -Werror=strict-prototypes / -Werror=old-style-definition by Harald Welte · 1 year, 8 months ago
  28. 103e50a mgcp-client: Fix no 'mgw ' prefix written in old VTY node by Pau Espin Pedrol · 1 year, 8 months ago
  29. 3a914e3 mgcp-client: Refactor system keeping old users not calling mgcp_client_pool_config_write() working by Pau Espin Pedrol · 1 year, 8 months ago
  30. 2172f40 mgcp-client: Fix 'mgw endpoint-range' command dropped from old VTY node by Pau Espin Pedrol · 1 year, 8 months ago
  31. 8c138fe mgcp-client: Add new VTY commands under mgw node without mgw prefix by Pau Espin Pedrol · 1 year, 8 months ago
  32. 7881f7d mgcp-client: Introduce API mgcp_client_pool_config_write by Pau Espin Pedrol · 1 year, 8 months ago
  33. d17a9de mgcp-client: Convert users supporting new MGW Pool VTY node during write-config by Pau Espin Pedrol · 1 year, 8 months ago
  34. 8e74c63 mgcp-client: Use random free local port by default by Pau Espin Pedrol · 1 year, 9 months ago
  35. 80dd576 mgcp-client: vty: Write deprecation warning using non-mgw nodes by Pau Espin Pedrol · 1 year, 9 months ago
  36. 5d8b5b0 mgcp-client: Introduce APIs to manually select mgcp_client from pool by Pau Espin Pedrol · 1 year, 9 months ago
  37. 35bd252 mgcp-client: Rearrange internal backpointers by Pau Espin Pedrol · 1 year, 9 months ago
  38. f48cd95 mgcp-client: Refactor reinit of mgcp clients by Pau Espin Pedrol · 1 year, 9 months ago
  39. 7558c20 mgcp-client: Move internal API acting on mgcp_client_pool to the correct file section by Pau Espin Pedrol · 1 year, 9 months ago
  40. 6ddc79b mgcp-client: Create alloc() and free() internal APIs for mgcp_client_pool_member by Pau Espin Pedrol · 1 year, 9 months ago
  41. ff59215 mgcp-client: Move & rename helper function outside of vty code by Pau Espin Pedrol · 1 year, 9 months ago
  42. d4ad77d mgcp-client: Rename internal field in mgcp_client_pool by Pau Espin Pedrol · 1 year, 9 months ago
  43. a6917fe mgcp-client: Fix typo in internal function name by Pau Espin Pedrol · 1 year, 9 months ago
  44. 58877f0 mgcp-client: Avoid double iteration picking client from pool by Pau Espin Pedrol · 1 year, 9 months ago
  45. f633302 cosmetic: Fix typo in comment by Pau Espin Pedrol · 1 year, 9 months ago
  46. c7c8e64 osmux: Erase references to bsc-nat by Pau Espin Pedrol · 1 year, 9 months ago
  47. e0e5a77 Make osmo_mgcpc_ep_fsm_pre_term() static by Harald Welte · 2 years ago
  48. 5be57da libosmo-mgcp-client: add -no-undefined to *_la_LDFLAGS by Vadim Yanitskiy · 1 year, 11 months ago
  49. 147184e mgcp-client: Remove impossible code path by Pau Espin Pedrol · 2 years ago
  50. cfef368 Bump version: 1.9.0.26-c9466-dirty → 1.10.0 by Pau Espin Pedrol · 2 years ago 1.10.0
  51. 1de5ed6 mgcp_client: add new codec IUFP as VND.3GPP.IUFP by Philipp Maier · 2 years, 6 months ago
  52. 58dc88b Bump version: 1.8.1.90-aac8-dirty → 1.9.0 by Pau Espin Pedrol · 2 years, 8 months ago 1.9.0
  53. df9192e mgcp_client: add MGW name as logging context by Philipp Maier · 2 years, 10 months ago
  54. fa495d6 mgcp_client: fix typo in doxygen comment by Philipp Maier · 2 years, 10 months ago
  55. 74e83d3 mgcp_client_vty: fixing docstring by Philipp Maier · 2 years, 10 months ago
  56. d55be05 mgcp_client_vty: cosmetic: doc string should terminated with \n by Philipp Maier · 2 years, 10 months ago
  57. 8f91a7f mgcp_client_vty: fix docstrings for mgw-pool by Philipp Maier · 2 years, 10 months ago
  58. da3a575 mgcp_client_vty: add OSMO_ASSERT on pool parameter by Philipp Maier · 2 years, 10 months ago
  59. 29e671f mgcp_client_vty: add missing NO_STR by Oliver Smith · 2 years, 11 months ago
  60. d6a7e17 mgcp_client_vty: add missing docstrings by Philipp Maier · 2 years, 11 months ago
  61. 3f4a4cb libosmo-mgcp-client: extend the mgcp_client for MGW pooling by Philipp Maier · 3 years ago
  62. 3d2b76f mgcp_client: refactor function init_socket by Philipp Maier · 2 years, 11 months ago
  63. 276a414 mgcp_client: do not print (null) when address is ANY by Philipp Maier · 3 years ago
  64. c534ad1 mgcp_client_vty: remove unnecessary checks by Philipp Maier · 3 years ago
  65. 3f2c15f mgcp_client: allow to reset endpoints on startup by Philipp Maier · 3 years ago
  66. c824fe4 mgcp_client: fix typo Initalize -> Initialize by Philipp Maier · 2 years, 11 months ago
  67. a8739fc mgcp_lient: remove unsubstantial FIXME note by Philipp Maier · 3 years ago
  68. d573107 mgcp_client: add logging on received MGCP messages by Neels Hofmeyr · 3 years ago
  69. a8c684b mgcp_client_fsm: add missing log_subsys by Neels Hofmeyr · 3 years ago
  70. 03fcc91 mgcp_client_endpoint_fsm: on term, still let conns wait for DLCX OK by Neels Hofmeyr · 3 years ago
  71. 9de30e7 mgcp_client_fsm delete: set mgcp_client as ctx, not NULL by Neels Hofmeyr · 3 years ago
  72. 6a5e5ac Use DLMGCP instead of DLGLOBAL in log lines by Pau Espin Pedrol · 3 years ago
  73. 7d86d4c mgcp_client: fix error handling in mgcp message generation by Philipp Maier · 3 years, 1 month ago
  74. eb984bd mgcp_client: drop nunnecessary else statement by Philipp Maier · 3 years, 1 month ago
  75. 59e7cf4 add osmo_mgcpc_ep_ci_get_remote_rtp_info() by Neels Hofmeyr · 3 years, 2 months ago
  76. 427cede tweak termination DLCX log msg by Neels Hofmeyr · 3 years, 2 months ago
  77. 7371663 send DLCX only once by Neels Hofmeyr · 3 years, 2 months ago
  78. 6ccdaa2 Bump version: 1.7.0.138-ace0b-dirty → 1.8.0 by Pau Espin Pedrol · 3 years, 4 months ago 1.8.0
  79. 92a73cd mgcp_client: get rid of magic numbers for E1 slots by Philipp Maier · 3 years, 7 months ago
  80. c2a8f59 use osmo_fd_setup() whenever applicable by Harald Welte · 3 years, 8 months ago
  81. 3ba4095 vty: use install_lib_element() and install_lib_element_ve() by Vadim Yanitskiy · 3 years, 9 months ago
  82. 3ef8e76 cosmetic: mgcp_client_fsm: change error message. by Philipp Maier · 3 years, 10 months ago
  83. fbf07f3 change timer T2427001 to X2427 by Neels Hofmeyr · 3 years, 10 months ago
  84. 2741d6b mgcp_client: copy back Connection Information from MDCX ACK by Pau Espin Pedrol · 3 years, 10 months ago
  85. 74d0e5c mgcp_client: Deprecate unused IPv4-only API by Pau Espin Pedrol · 3 years, 10 months ago
  86. c4ef4a2 mgcp_client: Support validating IPv6 addresses in CRCX and MDCX commands by Pau Espin Pedrol · 3 years, 10 months ago
  87. 531470a mgcp_client: Allow setting IPv6 addresses by Pau Espin Pedrol · 3 years, 10 months ago
  88. 9dc7359 mgcp_client: Allow submitting and parsing IPv6 addr in SDP by Pau Espin Pedrol · 3 years, 10 months ago
  89. 8667d51 mgcp_client: Use INET6_ADDRSTRLEN to store addresses in str format by Pau Espin Pedrol · 3 years, 10 months ago
  90. 729bf3e mgcp-client: Support IPv6 in osmo_mgcpc_ep_ci_get_crcx_info_to_sockaddr() implementation by Pau Espin Pedrol · 3 years, 10 months ago
  91. ffbc618 libosmo-mgcp-client: mgcp_client_tx(): return rc on error by Vadim Yanitskiy · 4 years ago
  92. 563ffc5 libosmo-mgcp-client: fix memleak in case if no response is received by Harald Welte · 4 years ago
  93. 4863591 mgcp_client: add function to generate e1-endpoint names by Philipp Maier · 4 years ago
  94. 827da2c mgcp_client_pending_add(): Consider "talloc returns NULL" case by Harald Welte · 4 years ago
  95. efe1571 mgcp_client_init(): consider "talloc returns NULL" case by Harald Welte · 4 years ago
  96. a466f57 mgcp_client: add docstring for mgcp_client_rtpbridge_wildcard() by Philipp Maier · 4 years ago
  97. e674345 libosmo-mgcp-client: fix use-after-free in mgcp_msg_gen() by Vadim Yanitskiy · 4 years ago
  98. 3f8139c libosmo-mgcp-client: fix use-after-free in mgcp_client_tx() by Vadim Yanitskiy · 4 years ago
  99. a7152e0 Use OSMO_FD_* instead of deprecated BSC_FD_* by Pau Espin Pedrol · 4 years, 2 months ago
  100. 3abced8 allow larger MGCP client wqueue: 10 -> 1024 by Neels Hofmeyr · 4 years, 4 months ago neels/virt-voice