1. 8b663e4 mgcp_parse_audio_port_pt(): fix buffer overflow by Neels Hofmeyr · 8 months ago
  2. dc7dfd0 ASCI: Add new mode for voice group/broadcast call by Andreas Eversberg · 12 months ago
  3. c364f4a mgcp_client: tweak extract_codec_name() implementation by Neels Hofmeyr · 1 year ago
  4. 9423817 mgcp_client: check rc of map_str_to_codec by Oliver Smith · 1 year ago
  5. 292ba1b Cosmetic: fix a typo by Oliver Smith · 1 year ago
  6. 4c06589 mgcp-client: Always mark client as UP if keepalive request-interval disabled by Pau Espin Pedrol · 1 year ago
  7. 563386e mgcp-client: Add keepalive feature by Pau Espin Pedrol · 1 year, 1 month ago
  8. 2e411f3 mgcp-client: Move some static functions further above by Pau Espin Pedrol · 1 year, 1 month ago
  9. 8e8d59f mgcp_client: Introduce mgcp_client_conf_alloc(), deprecate mgcp_client_conf_init() by Pau Espin Pedrol · 1 year, 1 month ago
  10. ea20353 mgcp-client: Drop unused struct mgcp_client field by Pau Espin Pedrol · 1 year, 1 month ago
  11. a312523 Cosmetic: mgcp_client: fix typo by Oliver Smith · 1 year, 2 months ago
  12. 45fe47c mgcp_client: simpler error handling by Neels Hofmeyr · 1 year, 3 months ago
  13. ce356ee mgcp_find_section_end(): skip spaces at start of SDP by Neels Hofmeyr · 1 year, 3 months ago
  14. 747fbce mgcp-client: Call osmo_fd_unregister() before closing and changing bfd->fd by Pau Espin Pedrol · 1 year, 4 months ago
  15. 30bdf94 mgcp_client: fix sourcecode formatting by Philipp Maier · 1 year, 4 months ago
  16. 0dbaaad mgcp_client: mgcp_msg_gen: add more error logs by Oliver Smith · 1 year, 4 months ago
  17. 26d6b2b mgcp_client: add new clearmode codec by Oliver Smith · 1 year, 5 months ago
  18. 8e74c63 mgcp-client: Use random free local port by default by Pau Espin Pedrol · 1 year, 9 months ago
  19. c7c8e64 osmux: Erase references to bsc-nat by Pau Espin Pedrol · 1 year, 9 months ago
  20. 147184e mgcp-client: Remove impossible code path by Pau Espin Pedrol · 2 years ago
  21. 1de5ed6 mgcp_client: add new codec IUFP as VND.3GPP.IUFP by Philipp Maier · 2 years, 6 months ago
  22. df9192e mgcp_client: add MGW name as logging context by Philipp Maier · 2 years, 10 months ago
  23. fa495d6 mgcp_client: fix typo in doxygen comment by Philipp Maier · 2 years, 10 months ago
  24. 3f4a4cb libosmo-mgcp-client: extend the mgcp_client for MGW pooling by Philipp Maier · 3 years ago
  25. 3d2b76f mgcp_client: refactor function init_socket by Philipp Maier · 2 years, 11 months ago
  26. 276a414 mgcp_client: do not print (null) when address is ANY by Philipp Maier · 3 years ago
  27. 3f2c15f mgcp_client: allow to reset endpoints on startup by Philipp Maier · 3 years ago
  28. c824fe4 mgcp_client: fix typo Initalize -> Initialize by Philipp Maier · 2 years, 11 months ago
  29. a8739fc mgcp_lient: remove unsubstantial FIXME note by Philipp Maier · 3 years ago
  30. d573107 mgcp_client: add logging on received MGCP messages by Neels Hofmeyr · 3 years ago
  31. 7d86d4c mgcp_client: fix error handling in mgcp message generation by Philipp Maier · 3 years, 1 month ago
  32. eb984bd mgcp_client: drop nunnecessary else statement by Philipp Maier · 3 years, 1 month ago
  33. 92a73cd mgcp_client: get rid of magic numbers for E1 slots by Philipp Maier · 3 years, 7 months ago
  34. c2a8f59 use osmo_fd_setup() whenever applicable by Harald Welte · 3 years, 9 months ago
  35. 74d0e5c mgcp_client: Deprecate unused IPv4-only API by Pau Espin Pedrol · 3 years, 10 months ago
  36. 531470a mgcp_client: Allow setting IPv6 addresses by Pau Espin Pedrol · 3 years, 10 months ago
  37. 9dc7359 mgcp_client: Allow submitting and parsing IPv6 addr in SDP by Pau Espin Pedrol · 3 years, 10 months ago
  38. 8667d51 mgcp_client: Use INET6_ADDRSTRLEN to store addresses in str format by Pau Espin Pedrol · 3 years, 10 months ago
  39. ffbc618 libosmo-mgcp-client: mgcp_client_tx(): return rc on error by Vadim Yanitskiy · 4 years ago
  40. 563ffc5 libosmo-mgcp-client: fix memleak in case if no response is received by Harald Welte · 4 years ago
  41. 4863591 mgcp_client: add function to generate e1-endpoint names by Philipp Maier · 4 years ago
  42. 827da2c mgcp_client_pending_add(): Consider "talloc returns NULL" case by Harald Welte · 4 years ago
  43. efe1571 mgcp_client_init(): consider "talloc returns NULL" case by Harald Welte · 4 years ago
  44. a466f57 mgcp_client: add docstring for mgcp_client_rtpbridge_wildcard() by Philipp Maier · 4 years ago
  45. e674345 libosmo-mgcp-client: fix use-after-free in mgcp_msg_gen() by Vadim Yanitskiy · 4 years ago
  46. 3f8139c libosmo-mgcp-client: fix use-after-free in mgcp_client_tx() by Vadim Yanitskiy · 4 years ago
  47. a7152e0 Use OSMO_FD_* instead of deprecated BSC_FD_* by Pau Espin Pedrol · 4 years, 2 months ago
  48. 3abced8 allow larger MGCP client wqueue: 10 -> 1024 by Neels Hofmeyr · 4 years, 4 months ago neels/virt-voice
  49. e827831 accept MGCP without SDP by Neels Hofmeyr · 4 years, 10 months ago
  50. 3ab8ca4 SDP: store all ptmap entries by Neels Hofmeyr · 5 years ago
  51. 23f4048 tweak mgcp_parse_audio_ptime_rtpmap() by Neels Hofmeyr · 5 years ago
  52. a2b1c5e Fix return variable of strtoul() by Pau Espin Pedrol · 5 years ago
  53. c5c1430 Catch unsigned integer MGCP parsing errors with strtoul by Pau Espin Pedrol · 5 years ago
  54. 166077e mgcp-cli: Support lowercase header parameters by Pau Espin Pedrol · 5 years ago
  55. 1b1d7ed mgcp-cli: Validate osmux cid value during mgcp_msg_gen by Pau Espin Pedrol · 5 years ago
  56. c1bf469 mgw, mgcp-li: Handle X-Osmux param name as case insensitive by Pau Espin Pedrol · 5 years ago
  57. 91088c3 mgcp-cli: Parse X-Osmux on CRCX response by Pau Espin Pedrol · 5 years ago
  58. 900cd65 mgcp-cli: Allow submitting X-Osmux on CRCX request by Pau Espin Pedrol · 5 years ago
  59. 84274e4 constify map_codec_to_pt() ptmap arg by Neels Hofmeyr · 5 years ago
  60. ca0818c mgcp-client: Sanitize implementation of mgcp_client_rtpbridge_wildcard by Pau Espin Pedrol · 5 years ago
  61. c12bfb7 mgcp-client: whitespace cleanup in mgcp_client.c by Pau Espin Pedrol · 5 years ago
  62. 228e591 AMR: Add function to convert between bw-effient and octet aligned mode by Philipp Maier · 5 years ago
  63. 47642f2 make codec_table public as osmo_mgcpc_codec_names by Neels Hofmeyr · 5 years ago
  64. ed0c1aa mgcp_client: tweak some log levels INFO -> {DEBUG,ERROR} by Neels Hofmeyr · 6 years ago
  65. ac69ea9 mgcp_client: make domain part of endpoint configurable by Neels Hofmeyr · 6 years ago
  66. 0a40379 mgcp_client: logging tweaks by Neels Hofmeyr · 6 years ago
  67. 72bc8da mgcp_client: drop a bunch of dead code by Neels Hofmeyr · 6 years ago
  68. 32d15cc drop/replace very weird logging in mgcp_client.c by Neels Hofmeyr · 6 years ago
  69. 23e7bf1 mgcp_client: error on too long conn id by Neels Hofmeyr · 6 years ago
  70. e6d8e91 add X-Osmo-IGN MGCP header to ignore CallID by Neels Hofmeyr · 6 years ago
  71. 9a7ccc3 mgcp_client: check local port only once by Philipp Maier · 6 years ago
  72. 6a26c16 mgcp_client: increment local port number when port is in use by Philipp Maier · 6 years ago
  73. 704c4f0 client: add features to generate and parse codec information by Philipp Maier · 6 years ago
  74. 1083533 mgcp_client: detect SDP section-start parsing errors by Neels Hofmeyr · 6 years ago
  75. 0793d2f mgcp_client: cosmetic: clean up SDP params parsing by Neels Hofmeyr · 6 years ago
  76. 1fc6999 client: use heap to store mgcp_response by Philipp Maier · 6 years ago
  77. 220f487 libosmo-mgcp-client is GPLv2+, not AGPLv3+ by Harald Welte · 6 years ago
  78. 3aa8157 client: prohibit endpoint ids without @ character by Philipp Maier · 6 years ago
  79. 3261dc7 client: do not accept endpoint ids without @ character in responses by Philipp Maier · 6 years ago
  80. 771b26a client: Do not accept endpoint ids with wildcards in responses by Philipp Maier · 6 years ago
  81. b759473 client: fix sdp parameter ordering by Philipp Maier · 6 years ago
  82. 275ac97 cosmetic: client: add doxygen comments by Philipp Maier · 6 years ago
  83. abe8c89 client: eliminate destructive head parsing by Philipp Maier · 6 years ago
  84. e9d645b client: eliminate destructive parameter parsing by Philipp Maier · 6 years ago
  85. 55295f7 mgcp: permit wildcarded endpoint assignment (CRCX) by Philipp Maier · 6 years ago
  86. 9d25d7a client: add missing mandatory SDP fields by Philipp Maier · 6 years ago
  87. 490cbaa client: make callid in MDCX mandatory by Philipp Maier · 6 years ago
  88. 3b12e1b client: do not insist on \n\n when parsing MGCP messages by Philipp Maier · 6 years ago
  89. 8890dfa osmo-mgw: Use libosmocore socket abstraction by Harald Welte · 7 years ago
  90. 10f32db client: mgcp_response_parse_params: check rtp port by Philipp Maier · 7 years ago
  91. 7bc5552 mcgp_client: mgcp_msg_gen(): add checks to verify params by Philipp Maier · 7 years ago
  92. c8f37cb mgcp_client: add transaction cleanup by Neels Hofmeyr · 7 years ago
  93. c0dcc3c Revert "mgcp_client: don't configure "bts base"" until osmo-msc is ready by Neels Hofmeyr · 7 years ago
  94. f8bfbe8 client: use osmo_strlcpy instead of strncpy by Philipp Maier · 7 years ago
  95. ffd75e4 libosmo-mgcp: Connection Identifiers are allocated by MGW, not CA by Philipp Maier · 7 years ago
  96. 01d24a3 MGCP: Connection Identifiers are hex strings by Philipp Maier · 7 years ago
  97. 0be3ce6 mgcp_client: don't configure "bts base" by Neels Hofmeyr · 7 years ago
  98. 9bf7c53 cosmetic: fix whitespaces; we use tabs for indentation by Harald Welte · 7 years ago
  99. 06da85e client: add ip address parsing to the client by Philipp Maier · 7 years ago
  100. 1dc6be6 client: add unified function to generate MGCP messages by Philipp Maier · 7 years ago