1. 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
  2. ffbc618 libosmo-mgcp-client: mgcp_client_tx(): return rc on error by Vadim Yanitskiy · 4 years ago
  3. 563ffc5 libosmo-mgcp-client: fix memleak in case if no response is received by Harald Welte · 4 years ago
  4. 4863591 mgcp_client: add function to generate e1-endpoint names by Philipp Maier · 4 years ago
  5. 827da2c mgcp_client_pending_add(): Consider "talloc returns NULL" case by Harald Welte · 4 years ago
  6. efe1571 mgcp_client_init(): consider "talloc returns NULL" case by Harald Welte · 4 years ago
  7. a466f57 mgcp_client: add docstring for mgcp_client_rtpbridge_wildcard() by Philipp Maier · 4 years ago
  8. e674345 libosmo-mgcp-client: fix use-after-free in mgcp_msg_gen() by Vadim Yanitskiy · 4 years ago
  9. 3f8139c libosmo-mgcp-client: fix use-after-free in mgcp_client_tx() by Vadim Yanitskiy · 4 years ago
  10. a7152e0 Use OSMO_FD_* instead of deprecated BSC_FD_* by Pau Espin Pedrol · 4 years, 2 months ago
  11. 3abced8 allow larger MGCP client wqueue: 10 -> 1024 by Neels Hofmeyr · 4 years, 4 months ago neels/virt-voice
  12. ec45068 Bump version: 1.6.0.30-832bc-dirty → 1.7.0 by Pau Espin Pedrol · 4 years, 6 months ago 1.7.0
  13. 6a25a61 Move fsm_mgcp_client regstration to __attribute__((contructor)) by Harald Welte · 4 years, 7 months ago
  14. 1dbbed1 mgcp_client: Check for osmo_fsm_register() error return value by Harald Welte · 4 years, 7 months ago
  15. ca2aec0 fix use-after-free: require new fsm deferred dealloc, check for term by Neels Hofmeyr · 4 years, 9 months ago
  16. e827831 accept MGCP without SDP by Neels Hofmeyr · 4 years, 10 months ago
  17. 923d60b client: endp fsm: add osmo_mgcpc_ep_ci_ep() by Neels Hofmeyr · 4 years, 8 months ago
  18. f2bf8dc client: endp fsm: allow cancelling a notify event by Neels Hofmeyr · 4 years, 8 months ago
  19. 055ded7 client: endp fsm: clear ci[] before dispatching DLCX success by Neels Hofmeyr · 4 years, 8 months ago
  20. 3ff7128 client: endp fsm: add notify struct, prep for cancel-notify by Neels Hofmeyr · 4 years, 8 months ago
  21. cc0b97e clear pending requests on MGCP failure by Neels Hofmeyr · 4 years, 9 months ago
  22. 8c69e29 mgcp_client_fsm cleanup: Do not assert on DLCX failure by Neels Hofmeyr · 4 years, 10 months ago
  23. 3ab8ca4 SDP: store all ptmap entries by Neels Hofmeyr · 5 years ago
  24. 23f4048 tweak mgcp_parse_audio_ptime_rtpmap() by Neels Hofmeyr · 5 years ago
  25. 50e52e4 Bump version: 1.5.0.84-a2d10-dirty → 1.6.0 by Pau Espin Pedrol · 5 years ago 1.6.0
  26. a2b1c5e Fix return variable of strtoul() by Pau Espin Pedrol · 5 years ago
  27. c5c1430 Catch unsigned integer MGCP parsing errors with strtoul by Pau Espin Pedrol · 5 years ago
  28. 166077e mgcp-cli: Support lowercase header parameters by Pau Espin Pedrol · 5 years ago
  29. 1b1d7ed mgcp-cli: Validate osmux cid value during mgcp_msg_gen by Pau Espin Pedrol · 5 years ago
  30. c1bf469 mgw, mgcp-li: Handle X-Osmux param name as case insensitive by Pau Espin Pedrol · 5 years ago
  31. 30907dc mgcp-cli: endpoint_fsm: Add API to retrieve Osmux CID from MGW by Pau Espin Pedrol · 5 years ago
  32. c63f15a mgcp-cli: Parse X-Osmux on MDCX response by Pau Espin Pedrol · 5 years ago
  33. ca538fc mgcp-cli: Allow submitting X-Osmux on MDCX request by Pau Espin Pedrol · 5 years ago
  34. 91088c3 mgcp-cli: Parse X-Osmux on CRCX response by Pau Espin Pedrol · 5 years ago
  35. 900cd65 mgcp-cli: Allow submitting X-Osmux on CRCX request by Pau Espin Pedrol · 5 years ago
  36. 182ca3b mgcp-cli: Change osmo_mgcpc_ep_fsm name to avoid collision with old osmo-bsc by Pau Espin Pedrol · 5 years ago
  37. 84274e4 constify map_codec_to_pt() ptmap arg by Neels Hofmeyr · 5 years ago
  38. c5479fe fix: multiple initial CRCX by Neels Hofmeyr · 5 years ago
  39. 538d2c5 move MGW endpoint FSM from osmo-bsc to here by Neels Hofmeyr · 5 years ago
  40. ca0818c mgcp-client: Sanitize implementation of mgcp_client_rtpbridge_wildcard by Pau Espin Pedrol · 5 years ago
  41. c12bfb7 mgcp-client: whitespace cleanup in mgcp_client.c by Pau Espin Pedrol · 5 years ago
  42. 228e591 AMR: Add function to convert between bw-effient and octet aligned mode by Philipp Maier · 5 years ago
  43. 47642f2 make codec_table public as osmo_mgcpc_codec_names by Neels Hofmeyr · 5 years ago
  44. cb760bd mgcp client: allow setting conn mode for CRCX and MDCX by Neels Hofmeyr · 5 years ago
  45. e81c117 Bump version: 1.4.0.90-ed0c-dirty → 1.5.0 by Harald Welte · 5 years ago 1.5.0
  46. ed0c1aa mgcp_client: tweak some log levels INFO -> {DEBUG,ERROR} by Neels Hofmeyr · 6 years ago
  47. ac69ea9 mgcp_client: make domain part of endpoint configurable by Neels Hofmeyr · 6 years ago
  48. 0a40379 mgcp_client: logging tweaks by Neels Hofmeyr · 6 years ago
  49. 72bc8da mgcp_client: drop a bunch of dead code by Neels Hofmeyr · 6 years ago
  50. c3132fd mgcp_client_vty: fix missing talloc_free by Neels Hofmeyr · 6 years ago
  51. 32d15cc drop/replace very weird logging in mgcp_client.c by Neels Hofmeyr · 6 years ago
  52. 55e0dcf mgcp_common: rename to MGCP_CONN_ID_MAXLEN by Neels Hofmeyr · 6 years ago
  53. 23e7bf1 mgcp_client: error on too long conn id by Neels Hofmeyr · 6 years ago
  54. a5e0cf0 mgcp_client_fsm: switch to MGCP_CONN_RECV_SEND in add_audio() by Philipp Maier · 6 years ago
  55. e6d8e91 add X-Osmo-IGN MGCP header to ignore CallID by Neels Hofmeyr · 6 years ago
  56. 475f868 cosmetic: drop code dup in mgcp_client_fsm.c CRCX by Neels Hofmeyr · 6 years ago
  57. 9a7ccc3 mgcp_client: check local port only once by Philipp Maier · 6 years ago
  58. 6a26c16 mgcp_client: increment local port number when port is in use by Philipp Maier · 6 years ago
  59. 544448a mgcp_client_fsm: allow ptmap in mgcp_client_fsm as well by Philipp Maier · 6 years ago
  60. 304b3eb Bump version: 1.3.0.34-9cd52-dirty → 1.4.0 by Pau Espin Pedrol · 6 years ago 1.4.0
  61. 704c4f0 client: add features to generate and parse codec information by Philipp Maier · 6 years ago
  62. 5928dc9 mgcp_client_fsm: improve error logging by Neels Hofmeyr · 6 years ago
  63. 04da5e5 mgcp-client: add mgcp_conn_get_ci() by Neels Hofmeyr · 6 years ago
  64. d4e6aa4 cosmetic: fix typo in log message: 'abrupt' instead of 'aprupt' by Harald Welte · 6 years ago
  65. 54eb0e1 client: do not start connections in loopback mode by Philipp Maier · 6 years ago
  66. ed1cff5 api doc: fix parameter name for mgcp_conn_create() by Neels Hofmeyr · 6 years ago
  67. d761d35 Bump version: 1.2.0.109-8d064-dirty → 1.3.0 by Pau Espin Pedrol · 6 years ago 1.3.0
  68. 01f0395 cosmetic: mgcp_client_fsm: rename enums by Philipp Maier · 6 years ago
  69. d2e3a52 mgcp_client_fsm: Add FSM event names by Philipp Maier · 6 years ago
  70. 2924825 enable osmo_fsm vty commands in libosmo-mgcp-client vty by Stefan Sperling · 6 years ago
  71. 1083533 mgcp_client: detect SDP section-start parsing errors by Neels Hofmeyr · 6 years ago
  72. 0793d2f mgcp_client: cosmetic: clean up SDP params parsing by Neels Hofmeyr · 6 years ago
  73. 8bda7a7 client: add an optional FSM interface by Philipp Maier · 6 years ago
  74. 1fc6999 client: use heap to store mgcp_response by Philipp Maier · 6 years ago
  75. 220f487 libosmo-mgcp-client is GPLv2+, not AGPLv3+ by Harald Welte · 6 years ago
  76. 3aa8157 client: prohibit endpoint ids without @ character by Philipp Maier · 6 years ago
  77. 3261dc7 client: do not accept endpoint ids without @ character in responses by Philipp Maier · 6 years ago
  78. 771b26a client: Do not accept endpoint ids with wildcards in responses by Philipp Maier · 6 years ago
  79. b759473 client: fix sdp parameter ordering by Philipp Maier · 6 years ago
  80. 275ac97 cosmetic: client: add doxygen comments by Philipp Maier · 6 years ago
  81. abe8c89 client: eliminate destructive head parsing by Philipp Maier · 6 years ago
  82. e9d645b client: eliminate destructive parameter parsing by Philipp Maier · 6 years ago
  83. 55295f7 mgcp: permit wildcarded endpoint assignment (CRCX) by Philipp Maier · 6 years ago
  84. 9d25d7a client: add missing mandatory SDP fields by Philipp Maier · 6 years ago
  85. 490cbaa client: make callid in MDCX mandatory by Philipp Maier · 6 years ago
  86. 3b12e1b client: do not insist on \n\n when parsing MGCP messages by Philipp Maier · 6 years ago
  87. 8890dfa osmo-mgw: Use libosmocore socket abstraction by Harald Welte · 7 years ago
  88. 10f32db client: mgcp_response_parse_params: check rtp port by Philipp Maier · 7 years ago
  89. 7bc5552 mcgp_client: mgcp_msg_gen(): add checks to verify params by Philipp Maier · 7 years ago
  90. c8f37cb mgcp_client: add transaction cleanup by Neels Hofmeyr · 7 years ago
  91. c0dcc3c Revert "mgcp_client: don't configure "bts base"" until osmo-msc is ready by Neels Hofmeyr · 7 years ago
  92. f8bfbe8 client: use osmo_strlcpy instead of strncpy by Philipp Maier · 7 years ago
  93. ffd75e4 libosmo-mgcp: Connection Identifiers are allocated by MGW, not CA by Philipp Maier · 7 years ago
  94. 01d24a3 MGCP: Connection Identifiers are hex strings by Philipp Maier · 7 years ago
  95. 0be3ce6 mgcp_client: don't configure "bts base" by Neels Hofmeyr · 7 years ago
  96. 9bf7c53 cosmetic: fix whitespaces; we use tabs for indentation by Harald Welte · 7 years ago
  97. e7d27ae Tag/Release Version 1.2.0 by Harald Welte · 7 years ago 1.2.0
  98. 54dd4b3 mgcp client: vty: tweak doc strings by Neels Hofmeyr · 7 years ago
  99. dbd88e5 mgcp_client_vty.c: Fix VTY compatibility with 'mgcpgw bts-base' by Pau Espin Pedrol · 7 years ago
  100. 87203f2 mgcp-client vty: use name 'mgw' instead of 'mgcpgw' by Neels Hofmeyr · 7 years ago