1. e827831 accept MGCP without SDP by Neels Hofmeyr · 4 years, 10 months ago
  2. 3ab8ca4 SDP: store all ptmap entries by Neels Hofmeyr · 5 years ago
  3. 23f4048 tweak mgcp_parse_audio_ptime_rtpmap() by Neels Hofmeyr · 5 years ago
  4. a2b1c5e Fix return variable of strtoul() by Pau Espin Pedrol · 5 years ago
  5. c5c1430 Catch unsigned integer MGCP parsing errors with strtoul by Pau Espin Pedrol · 5 years ago
  6. 166077e mgcp-cli: Support lowercase header parameters by Pau Espin Pedrol · 5 years ago
  7. 1b1d7ed mgcp-cli: Validate osmux cid value during mgcp_msg_gen by Pau Espin Pedrol · 5 years ago
  8. c1bf469 mgw, mgcp-li: Handle X-Osmux param name as case insensitive by Pau Espin Pedrol · 5 years ago
  9. 91088c3 mgcp-cli: Parse X-Osmux on CRCX response by Pau Espin Pedrol · 5 years ago
  10. 900cd65 mgcp-cli: Allow submitting X-Osmux on CRCX request by Pau Espin Pedrol · 5 years ago
  11. 84274e4 constify map_codec_to_pt() ptmap arg by Neels Hofmeyr · 5 years ago
  12. ca0818c mgcp-client: Sanitize implementation of mgcp_client_rtpbridge_wildcard by Pau Espin Pedrol · 5 years ago
  13. c12bfb7 mgcp-client: whitespace cleanup in mgcp_client.c by Pau Espin Pedrol · 5 years ago
  14. 228e591 AMR: Add function to convert between bw-effient and octet aligned mode by Philipp Maier · 5 years ago
  15. 47642f2 make codec_table public as osmo_mgcpc_codec_names by Neels Hofmeyr · 5 years ago
  16. ed0c1aa mgcp_client: tweak some log levels INFO -> {DEBUG,ERROR} by Neels Hofmeyr · 6 years ago
  17. ac69ea9 mgcp_client: make domain part of endpoint configurable by Neels Hofmeyr · 6 years ago
  18. 0a40379 mgcp_client: logging tweaks by Neels Hofmeyr · 6 years ago
  19. 72bc8da mgcp_client: drop a bunch of dead code by Neels Hofmeyr · 6 years ago
  20. 32d15cc drop/replace very weird logging in mgcp_client.c by Neels Hofmeyr · 6 years ago
  21. 23e7bf1 mgcp_client: error on too long conn id by Neels Hofmeyr · 6 years ago
  22. e6d8e91 add X-Osmo-IGN MGCP header to ignore CallID by Neels Hofmeyr · 6 years ago
  23. 9a7ccc3 mgcp_client: check local port only once by Philipp Maier · 6 years ago
  24. 6a26c16 mgcp_client: increment local port number when port is in use by Philipp Maier · 6 years ago
  25. 704c4f0 client: add features to generate and parse codec information by Philipp Maier · 6 years ago
  26. 1083533 mgcp_client: detect SDP section-start parsing errors by Neels Hofmeyr · 6 years ago
  27. 0793d2f mgcp_client: cosmetic: clean up SDP params parsing by Neels Hofmeyr · 6 years ago
  28. 1fc6999 client: use heap to store mgcp_response by Philipp Maier · 6 years ago
  29. 220f487 libosmo-mgcp-client is GPLv2+, not AGPLv3+ by Harald Welte · 6 years ago
  30. 3aa8157 client: prohibit endpoint ids without @ character by Philipp Maier · 6 years ago
  31. 3261dc7 client: do not accept endpoint ids without @ character in responses by Philipp Maier · 6 years ago
  32. 771b26a client: Do not accept endpoint ids with wildcards in responses by Philipp Maier · 6 years ago
  33. b759473 client: fix sdp parameter ordering by Philipp Maier · 6 years ago
  34. 275ac97 cosmetic: client: add doxygen comments by Philipp Maier · 6 years ago
  35. abe8c89 client: eliminate destructive head parsing by Philipp Maier · 6 years ago
  36. e9d645b client: eliminate destructive parameter parsing by Philipp Maier · 6 years ago
  37. 55295f7 mgcp: permit wildcarded endpoint assignment (CRCX) by Philipp Maier · 6 years ago
  38. 9d25d7a client: add missing mandatory SDP fields by Philipp Maier · 6 years ago
  39. 490cbaa client: make callid in MDCX mandatory by Philipp Maier · 6 years ago
  40. 3b12e1b client: do not insist on \n\n when parsing MGCP messages by Philipp Maier · 6 years ago
  41. 8890dfa osmo-mgw: Use libosmocore socket abstraction by Harald Welte · 7 years ago
  42. 10f32db client: mgcp_response_parse_params: check rtp port by Philipp Maier · 7 years ago
  43. 7bc5552 mcgp_client: mgcp_msg_gen(): add checks to verify params by Philipp Maier · 7 years ago
  44. c8f37cb mgcp_client: add transaction cleanup by Neels Hofmeyr · 7 years ago
  45. c0dcc3c Revert "mgcp_client: don't configure "bts base"" until osmo-msc is ready by Neels Hofmeyr · 7 years ago
  46. f8bfbe8 client: use osmo_strlcpy instead of strncpy by Philipp Maier · 7 years ago
  47. ffd75e4 libosmo-mgcp: Connection Identifiers are allocated by MGW, not CA by Philipp Maier · 7 years ago
  48. 01d24a3 MGCP: Connection Identifiers are hex strings by Philipp Maier · 7 years ago
  49. 0be3ce6 mgcp_client: don't configure "bts base" by Neels Hofmeyr · 7 years ago
  50. 9bf7c53 cosmetic: fix whitespaces; we use tabs for indentation by Harald Welte · 7 years ago
  51. 06da85e client: add ip address parsing to the client by Philipp Maier · 7 years ago
  52. 1dc6be6 client: add unified function to generate MGCP messages by Philipp Maier · 7 years ago
  53. d95ab1e libosmo-mgcp-client: fix debian, make self-contained by Neels Hofmeyr · 7 years ago
  54. 3a8e723 rename mgcpgw_client_* to mgcp_client_* by Neels Hofmeyr · 7 years ago[Renamed (85%) from src/libosmo-mgcp-client/mgcpgw_client.c]
  55. 97df691 separate libosmo-mgcp-client from mgcp server code by Neels Hofmeyr · 7 years ago[Renamed (99%) from src/libosmo-legacy-mgcp/mgcpgw_client.c]
  56. e9920f2 split off osmo-mgw: remove files, apply build, rename by Neels Hofmeyr · 7 years ago