1. 6a26c16 mgcp_client: increment local port number when port is in use by Philipp Maier · 6 years ago
  2. 544448a mgcp_client_fsm: allow ptmap in mgcp_client_fsm as well by Philipp Maier · 6 years ago
  3. 304b3eb Bump version: 1.3.0.34-9cd52-dirty → 1.4.0 by Pau Espin Pedrol · 6 years ago 1.4.0
  4. 704c4f0 client: add features to generate and parse codec information by Philipp Maier · 6 years ago
  5. 5928dc9 mgcp_client_fsm: improve error logging by Neels Hofmeyr · 6 years ago
  6. 04da5e5 mgcp-client: add mgcp_conn_get_ci() by Neels Hofmeyr · 6 years ago
  7. d4e6aa4 cosmetic: fix typo in log message: 'abrupt' instead of 'aprupt' by Harald Welte · 6 years ago
  8. 54eb0e1 client: do not start connections in loopback mode by Philipp Maier · 6 years ago
  9. ed1cff5 api doc: fix parameter name for mgcp_conn_create() by Neels Hofmeyr · 6 years ago
  10. d761d35 Bump version: 1.2.0.109-8d064-dirty → 1.3.0 by Pau Espin Pedrol · 6 years ago 1.3.0
  11. 01f0395 cosmetic: mgcp_client_fsm: rename enums by Philipp Maier · 6 years ago
  12. d2e3a52 mgcp_client_fsm: Add FSM event names by Philipp Maier · 6 years ago
  13. 2924825 enable osmo_fsm vty commands in libosmo-mgcp-client vty by Stefan Sperling · 6 years ago
  14. 1083533 mgcp_client: detect SDP section-start parsing errors by Neels Hofmeyr · 6 years ago
  15. 0793d2f mgcp_client: cosmetic: clean up SDP params parsing by Neels Hofmeyr · 6 years ago
  16. 8bda7a7 client: add an optional FSM interface by Philipp Maier · 6 years ago
  17. 1fc6999 client: use heap to store mgcp_response by Philipp Maier · 6 years ago
  18. 220f487 libosmo-mgcp-client is GPLv2+, not AGPLv3+ by Harald Welte · 6 years ago
  19. 3aa8157 client: prohibit endpoint ids without @ character by Philipp Maier · 6 years ago
  20. 3261dc7 client: do not accept endpoint ids without @ character in responses by Philipp Maier · 6 years ago
  21. 771b26a client: Do not accept endpoint ids with wildcards in responses by Philipp Maier · 6 years ago
  22. b759473 client: fix sdp parameter ordering by Philipp Maier · 6 years ago
  23. 275ac97 cosmetic: client: add doxygen comments by Philipp Maier · 6 years ago
  24. abe8c89 client: eliminate destructive head parsing by Philipp Maier · 6 years ago
  25. e9d645b client: eliminate destructive parameter parsing by Philipp Maier · 6 years ago
  26. 55295f7 mgcp: permit wildcarded endpoint assignment (CRCX) by Philipp Maier · 6 years ago
  27. 9d25d7a client: add missing mandatory SDP fields by Philipp Maier · 6 years ago
  28. 490cbaa client: make callid in MDCX mandatory by Philipp Maier · 6 years ago
  29. 3b12e1b client: do not insist on \n\n when parsing MGCP messages by Philipp Maier · 6 years ago
  30. 8890dfa osmo-mgw: Use libosmocore socket abstraction by Harald Welte · 7 years ago
  31. 10f32db client: mgcp_response_parse_params: check rtp port by Philipp Maier · 7 years ago
  32. 7bc5552 mcgp_client: mgcp_msg_gen(): add checks to verify params by Philipp Maier · 7 years ago
  33. c8f37cb mgcp_client: add transaction cleanup by Neels Hofmeyr · 7 years ago
  34. c0dcc3c Revert "mgcp_client: don't configure "bts base"" until osmo-msc is ready by Neels Hofmeyr · 7 years ago
  35. f8bfbe8 client: use osmo_strlcpy instead of strncpy by Philipp Maier · 7 years ago
  36. ffd75e4 libosmo-mgcp: Connection Identifiers are allocated by MGW, not CA by Philipp Maier · 7 years ago
  37. 01d24a3 MGCP: Connection Identifiers are hex strings by Philipp Maier · 7 years ago
  38. 0be3ce6 mgcp_client: don't configure "bts base" by Neels Hofmeyr · 7 years ago
  39. 9bf7c53 cosmetic: fix whitespaces; we use tabs for indentation by Harald Welte · 7 years ago
  40. e7d27ae Tag/Release Version 1.2.0 by Harald Welte · 7 years ago 1.2.0
  41. 54dd4b3 mgcp client: vty: tweak doc strings by Neels Hofmeyr · 7 years ago
  42. dbd88e5 mgcp_client_vty.c: Fix VTY compatibility with 'mgcpgw bts-base' by Pau Espin Pedrol · 7 years ago
  43. 87203f2 mgcp-client vty: use name 'mgw' instead of 'mgcpgw' by Neels Hofmeyr · 7 years ago
  44. 06da85e client: add ip address parsing to the client by Philipp Maier · 7 years ago
  45. 1dc6be6 client: add unified function to generate MGCP messages by Philipp Maier · 7 years ago
  46. 5852a78 libosmo-mgcp-client: Bump LIBVERSION as interfaces have been added by Harald Welte · 7 years ago
  47. 71c619e libosmo-mgcp-client: don't link against libosmonetif by Harald Welte · 7 years ago
  48. e3b5de2 libosmo-mgcp-client: Don't link libosmogsm, but link libosmovty by Harald Welte · 7 years ago
  49. 6779354 drop code dup between libosmo-mgcp-client and libosmo-mgcp by Neels Hofmeyr · 7 years ago
  50. d95ab1e libosmo-mgcp-client: fix debian, make self-contained by Neels Hofmeyr · 7 years ago
  51. a1fa2f4 tweak API version comments by Neels Hofmeyr · 7 years ago
  52. c221b7a set API versions back to 0 by Neels Hofmeyr · 7 years ago
  53. f19acc9 Bump version: 1.0.1 → 1.0.2 by Max · 7 years ago 1.0.2
  54. 3a8e723 rename mgcpgw_client_* to mgcp_client_* by Neels Hofmeyr · 7 years ago
  55. 97df691 separate libosmo-mgcp-client from mgcp server code by Neels Hofmeyr · 7 years ago