1. 28fd236 migrate mgcp_client from osmo_wqueue to osmo_io by Harald Welte · 4 months ago
  2. c053e07 Revert "drop (now) unused code" by neels · 6 months ago
  3. 2b30cbd drop (now) unused code by Neels Hofmeyr · 7 months ago
  4. cc2f793 client: collapse codecs[] and ptmap[]; allow codec variants by Neels Hofmeyr · 7 months ago
  5. 960c031 client: deprecate legacy API by Neels Hofmeyr · 6 months ago
  6. 18717f5 client: move some items to internal header by Neels Hofmeyr · 7 months ago
  7. 6225b5c mgcp-client: Introduce API osmo_mgcpc_ep_local_name() by Pau Espin Pedrol · 9 months ago
  8. c415ed5 mgcp-client: Fix missing include in mgcp_client_pool.h by Pau Espin Pedrol · 9 months ago
  9. 563386e mgcp-client: Add keepalive feature by Pau Espin Pedrol · 1 year, 1 month ago
  10. 8e8d59f mgcp_client: Introduce mgcp_client_conf_alloc(), deprecate mgcp_client_conf_init() by Pau Espin Pedrol · 1 year, 1 month ago
  11. 14da3a3 mgcp_client.h: also add spec ref to the other 3gpp defined payload types by Philipp Maier · 1 year, 1 month ago
  12. ea20353 mgcp-client: Drop unused struct mgcp_client field by Pau Espin Pedrol · 1 year, 1 month ago
  13. 833ab4b mgcp_client_pool: add mgcp_client_pool_empty() by Oliver Smith · 1 year, 3 months ago
  14. 26d6b2b mgcp_client: add new clearmode codec by Oliver Smith · 1 year, 5 months ago
  15. 7881f7d mgcp-client: Introduce API mgcp_client_pool_config_write by Pau Espin Pedrol · 1 year, 9 months ago
  16. 8e74c63 mgcp-client: Use random free local port by default by Pau Espin Pedrol · 1 year, 9 months ago
  17. cb922b6 mgcp_client_pool.h: add missing stdbool include by Oliver Smith · 1 year, 9 months ago
  18. 5d8b5b0 mgcp-client: Introduce APIs to manually select mgcp_client from pool by Pau Espin Pedrol · 1 year, 9 months ago
  19. 35bd252 mgcp-client: Rearrange internal backpointers by Pau Espin Pedrol · 1 year, 9 months ago
  20. f45a9b9 mgcp-client: Rearrange order of structs and APIs in header by Pau Espin Pedrol · 1 year, 9 months ago
  21. f48cd95 mgcp-client: Refactor reinit of mgcp clients by Pau Espin Pedrol · 1 year, 9 months ago
  22. 6ddc79b mgcp-client: Create alloc() and free() internal APIs for mgcp_client_pool_member by Pau Espin Pedrol · 1 year, 9 months ago
  23. ff59215 mgcp-client: Move & rename helper function outside of vty code by Pau Espin Pedrol · 1 year, 9 months ago
  24. d4ad77d mgcp-client: Rename internal field in mgcp_client_pool by Pau Espin Pedrol · 1 year, 9 months ago
  25. d4707e2 mgcp-client: pool: Improve documentation of some internal fields by Pau Espin Pedrol · 1 year, 9 months ago
  26. 1de5ed6 mgcp_client: add new codec IUFP as VND.3GPP.IUFP by Philipp Maier · 2 years, 6 months ago
  27. df9192e mgcp_client: add MGW name as logging context by Philipp Maier · 2 years, 10 months ago
  28. 3f4a4cb libosmo-mgcp-client: extend the mgcp_client for MGW pooling by Philipp Maier · 3 years ago
  29. 3f2c15f mgcp_client: allow to reset endpoints on startup by Philipp Maier · 3 years ago
  30. 59e7cf4 add osmo_mgcpc_ep_ci_get_remote_rtp_info() by Neels Hofmeyr · 3 years, 2 months ago
  31. 74d0e5c mgcp_client: Deprecate unused IPv4-only API by Pau Espin Pedrol · 3 years, 10 months ago
  32. ee2f33b mgcp_client: Make MGCP_CLIENT_LOCAL_ADDR_DEFAULT IPv6 compatible by Pau Espin Pedrol · 3 years, 10 months ago
  33. 8667d51 mgcp_client: Use INET6_ADDRSTRLEN to store addresses in str format by Pau Espin Pedrol · 3 years, 10 months ago
  34. 1add5a5 mgcp-client: Fix trailing whitespace in mgcp_client_fsm.h by Pau Espin Pedrol · 3 years, 10 months ago
  35. 4863591 mgcp_client: add function to generate e1-endpoint names by Philipp Maier · 4 years ago
  36. 923d60b client: endp fsm: add osmo_mgcpc_ep_ci_ep() by Neels Hofmeyr · 4 years, 8 months ago
  37. f2bf8dc client: endp fsm: allow cancelling a notify event by Neels Hofmeyr · 4 years, 8 months ago
  38. 30907dc mgcp-cli: endpoint_fsm: Add API to retrieve Osmux CID from MGW by Pau Espin Pedrol · 5 years ago
  39. 91088c3 mgcp-cli: Parse X-Osmux on CRCX response by Pau Espin Pedrol · 5 years ago
  40. 900cd65 mgcp-cli: Allow submitting X-Osmux on CRCX request by Pau Espin Pedrol · 5 years ago
  41. 84274e4 constify map_codec_to_pt() ptmap arg by Neels Hofmeyr · 5 years ago
  42. 538d2c5 move MGW endpoint FSM from osmo-bsc to here by Neels Hofmeyr · 5 years ago
  43. 228e591 AMR: Add function to convert between bw-effient and octet aligned mode by Philipp Maier · 5 years ago
  44. dbe09dd mgco_client: cosmetic: remove excess whitespace by Philipp Maier · 5 years ago
  45. 47642f2 make codec_table public as osmo_mgcpc_codec_names by Neels Hofmeyr · 5 years ago
  46. cb760bd mgcp client: allow setting conn mode for CRCX and MDCX by Neels Hofmeyr · 5 years ago
  47. ac69ea9 mgcp_client: make domain part of endpoint configurable by Neels Hofmeyr · 6 years ago
  48. 72bc8da mgcp_client: drop a bunch of dead code by Neels Hofmeyr · 6 years ago
  49. 55e0dcf mgcp_common: rename to MGCP_CONN_ID_MAXLEN by Neels Hofmeyr · 6 years ago
  50. e6d8e91 add X-Osmo-IGN MGCP header to ignore CallID by Neels Hofmeyr · 6 years ago
  51. af8e00f mgcp_client: use IETF source port as for MGCP by Philipp Maier · 6 years ago
  52. 544448a mgcp_client_fsm: allow ptmap in mgcp_client_fsm as well by Philipp Maier · 6 years ago
  53. 8838c62 cosmetic: fix doxygen comment markers by Neels Hofmeyr · 6 years ago
  54. 704c4f0 client: add features to generate and parse codec information by Philipp Maier · 6 years ago
  55. 04da5e5 mgcp-client: add mgcp_conn_get_ci() by Neels Hofmeyr · 6 years ago
  56. 8bda7a7 client: add an optional FSM interface by Philipp Maier · 6 years ago
  57. abe8c89 client: eliminate destructive head parsing by Philipp Maier · 6 years ago
  58. 55295f7 mgcp: permit wildcarded endpoint assignment (CRCX) by Philipp Maier · 6 years ago
  59. 6efb43a client/common: move constant MGCP_ENDPOINT_MAXLEN by Philipp Maier · 6 years ago
  60. c8f37cb mgcp_client: add transaction cleanup by Neels Hofmeyr · 7 years ago
  61. c0dcc3c Revert "mgcp_client: don't configure "bts base"" until osmo-msc is ready by Neels Hofmeyr · 7 years ago
  62. ead2f60 cosmetic: fix sourcecode formatting by Philipp Maier · 7 years ago
  63. 01d24a3 MGCP: Connection Identifiers are hex strings by Philipp Maier · 7 years ago
  64. 0be3ce6 mgcp_client: don't configure "bts base" by Neels Hofmeyr · 7 years ago
  65. 9bf7c53 cosmetic: fix whitespaces; we use tabs for indentation by Harald Welte · 7 years ago
  66. 06da85e client: add ip address parsing to the client by Philipp Maier · 7 years ago
  67. 1dc6be6 client: add unified function to generate MGCP messages by Philipp Maier · 7 years ago
  68. 2152f85 build: make sure copied mgcp_common.h is removed on 'make clean' by Neels Hofmeyr · 7 years ago
  69. 6779354 drop code dup between libosmo-mgcp-client and libosmo-mgcp by Neels Hofmeyr · 7 years ago
  70. d95ab1e libosmo-mgcp-client: fix debian, make self-contained by Neels Hofmeyr · 7 years ago
  71. 3a8e723 rename mgcpgw_client_* to mgcp_client_* by Neels Hofmeyr · 7 years ago
  72. 97df691 separate libosmo-mgcp-client from mgcp server code by Neels Hofmeyr · 7 years ago