1. 9b508f6 mgw: Allow receiving uppercase noanswer keyword by Pau Espin Pedrol · 5 years ago
  2. 6e26c70 mgw: Allow receiving lowercase X-Osmo-Ign Callid field by Pau Espin Pedrol · 5 years ago
  3. 7eb6f2c mgw: Make check of duplicated LCO fields case insensitive by Pau Espin Pedrol · 5 years ago
  4. 83fd8a5 mgw: Support receiving lowercase LCO codec by Pau Espin Pedrol · 5 years ago
  5. 0c6c3c1 mgw: Support lowercase header parameters by Pau Espin Pedrol · 5 years ago
  6. fe9a1fe mgw: Support uppercase LCO options by Pau Espin Pedrol · 5 years ago
  7. c1bf469 mgw, mgcp-li: Handle X-Osmux param name as case insensitive by Pau Espin Pedrol · 5 years ago
  8. a93c6e9 osmux: Provide correct local port during mgcp resp by Pau Espin Pedrol · 5 years ago
  9. 14f8a08 osmux: Drop unneeded OSMUX_STATE_NEGOTIATING by Pau Espin Pedrol · 5 years ago
  10. c63f15a mgcp-cli: Parse X-Osmux on MDCX response by Pau Espin Pedrol · 5 years ago
  11. 6be2c49 osmux: Handle Osmux MGCP extension in MDCX messages by Pau Espin Pedrol · 5 years ago
  12. fa810e8 osmux: Mark conn_rtp->type as osmux during CRCX by Pau Espin Pedrol · 5 years ago
  13. 2b89617 osmux: Allocate CID during CRCX by Pau Espin Pedrol · 5 years ago
  14. 3ac604e handle NULL return of rate_ctr_group_alloc() by Harald Welte · 5 years ago
  15. 9fb8ddf osmux: Document func and return different rc upon osmux init failure by Pau Espin Pedrol · 5 years ago
  16. 5e8d799 create_response_with_sdp: Fix inclusion of X-Osmux by Pau Espin Pedrol · 5 years ago
  17. 3239f62 Introduce log fmt helpers LOGPENDP and LOGPCONN by Pau Espin Pedrol · 5 years ago
  18. 209eb9f cosmetic: handle_modify_con: Fix indentation level by Pau Espin Pedrol · 5 years ago
  19. fc80673 cosmetic: Fix typos in comment by Pau Espin Pedrol · 5 years ago
  20. 9f11dc5 libosmo-mgcp: Use trunk type during endpoint allocation by Pau Espin Pedrol · 5 years ago
  21. 228e591 AMR: Add function to convert between bw-effient and octet aligned mode by Philipp Maier · 5 years ago
  22. 9fc8a02 Add option to GSM HR frames to RFC5593 representation by Philipp Maier · 5 years ago
  23. e36b775 Inactive connection cleanup (disabled by default) by Oliver Smith · 5 years ago
  24. 622dd61 Cosmetic: fix spaces/tabs in mgcp_requests[] by Oliver Smith · 5 years ago
  25. 8ab3fbb add DLCX command statistics to osmo-mgw by Stefan Sperling · 6 years ago
  26. 8dbc9ed mgcp_protocol: increase buffer space for codec name in LCO by Philipp Maier · 6 years ago
  27. ba25eab add aggregated rtp connection stats to osmo-mgw by Stefan Sperling · 6 years ago
  28. aa823bf add MDCX command statistics to osmo-mgw by Stefan Sperling · 6 years ago
  29. a714abf add more mgcp crxc error counters by Stefan Sperling · 6 years ago
  30. 9270e91 use local variable for rate counters in handle_create_con() by Stefan Sperling · 6 years ago
  31. 1e17487 add MGCP CRCX command statistics to osmo-mgw by Stefan Sperling · 6 years ago
  32. 9ecceb6 mgcp: Log endpoint nr consistently as hex by Pau Espin Pedrol · 6 years ago
  33. eb72ff0 mgcp_verify_ci(): return meaningful error codes by Neels Hofmeyr · 6 years ago
  34. f2388ea X-Osmo-IGN: rather parse items by token, not char by Neels Hofmeyr · 6 years ago
  35. e6d8e91 add X-Osmo-IGN MGCP header to ignore CallID by Neels Hofmeyr · 6 years ago
  36. acc1035 protocol: prevent unnecessary null pointer deref by Philipp Maier · 6 years ago
  37. bc0346e mgw: clean up codec negotiation (sdp) by Philipp Maier · 6 years ago
  38. 3d7b58d protocol: reject illegal lco options by Philipp Maier · 6 years ago
  39. 604410c protocol: do not change LCO, when no LCO are present by Philipp Maier · 6 years ago
  40. 3c8ccb6 cosmetic: fix log output by Philipp Maier · 6 years ago
  41. b38fb89 protocol: Try whole port range on port allocation by Philipp Maier · 6 years ago
  42. 5656fbf protocol: prohibit wildcarded requests for MDCX and DLCX by Philipp Maier · 6 years ago
  43. 207ab51 protocol: fix tagging of wildcarded requests by Philipp Maier · 6 years ago
  44. c3cc654 protocol: check requested connection mode by Philipp Maier · 6 years ago
  45. af07f66 protocol: exit cleanly when local cx options check fails by Philipp Maier · 6 years ago
  46. dd0c522 protocol: reject DLCX/CRCX/MDCX on unsupported parameters by Philipp Maier · 6 years ago
  47. 37d11c8 cosmetic: rename mgcp_ep.c/h to mgcp_endp.c/h by Philipp Maier · 6 years ago
  48. 1355d7e cosmetic: rename mgcp_release_endp to mgcp_endp_release by Philipp Maier · 6 years ago
  49. edc00f4 cosmetic: move mgcp_release_endp() to mgcp_ep.c by Philipp Maier · 6 years ago
  50. dd4ede3 protocol: on wildcarded CRCX return endpoint number as hex by Philipp Maier · 6 years ago
  51. a390d0b protocol: check the packetization in local cx options by Philipp Maier · 6 years ago
  52. c3cfae2 protocol: fix missing carriage return by Philipp Maier · 6 years ago
  53. 3cbfb8a protocol: fix problem with line break and OSMUX by Philipp Maier · 6 years ago
  54. 7f0966c mgcp: add prefix to virtual trunk by Philipp Maier · 6 years ago
  55. 55295f7 mgcp: permit wildcarded endpoint assignment (CRCX) by Philipp Maier · 6 years ago
  56. 2138779 cosmetic: protocol: remove unnecessary nul termination by Philipp Maier · 6 years ago
  57. 12943ea mgcp: make domain name configurable by Philipp Maier · 6 years ago
  58. e35eeae Return proper MGCP Error codes, as per spec by Harald Welte · 7 years ago
  59. abbb6b9 centralize handling of common errors like "endpoint not found" by Harald Welte · 7 years ago
  60. 1d1b98f libosmo-mgcp: Cosmetic spelling fixes in comments by Harald Welte · 7 years ago
  61. 230e4fc cosmetic: clearly mark endpoint numbers as hex by Philipp Maier · 7 years ago
  62. ffd75e4 libosmo-mgcp: Connection Identifiers are allocated by MGW, not CA by Philipp Maier · 7 years ago
  63. 01d24a3 MGCP: Connection Identifiers are hex strings by Philipp Maier · 7 years ago
  64. fcd0655 vty: do not change number_endpoints at runtime by Philipp Maier · 7 years ago
  65. 653c4ff fix segfault: DLCX for unknown endpoint: dont try to log NULL endpoint by Neels Hofmeyr · 7 years ago
  66. 1cb1e38 network: autdetect rtp bind ip-address by Philipp Maier · 7 years ago
  67. e726d4f cosmetic: make dummy packet handling more explicit by Philipp Maier · 7 years ago
  68. f4c0e37 protocol: allow wildcarded DLCX by Philipp Maier · 7 years ago
  69. 8970c49 sdp: refactoring sdp parser/generator by Philipp Maier · 7 years ago
  70. 6779354 drop code dup between libosmo-mgcp-client and libosmo-mgcp by Neels Hofmeyr · 7 years ago
  71. 87bd9be Initially implement the new osmo-mgw and libosmo-mgcp by Philipp Maier · 7 years ago
  72. f83ec56 create libosmo-mgcp and osmo-mgw by copying legacy code by Neels Hofmeyr · 7 years ago