1. 51b42ff refactor: use msgb to receive, pass and send RTP packets by Neels Hofmeyr · 4 years ago
  2. 0996a1e endp: add typeset for e1-endpoints by Philipp Maier · 4 years, 1 month ago
  3. 08eb935 cosmetic: fix doxygen for mgcp_cleanup_rtp_bridge_cb() by Philipp Maier · 4 years ago
  4. 0b79d21 cosmetic: fix doxygen by Philipp Maier · 4 years ago
  5. c66ab2c osmo-mgw: refactor endpoint and trunk handling by Philipp Maier · 4 years, 1 month ago
  6. 14b27a8 osmo-mgw: rename struct mgcp_trunk_config and symbol tcfg by Philipp Maier · 4 years, 1 month ago
  7. c39b1bf mgcp_protocol: Avoid code duplication between virtual + other trunks by Harald Welte · 4 years, 4 months ago
  8. ebb9bf3 rtp_bridge: Demote a chatty ERROR log message to DEBUG level. by Alexander Chemeris · 4 years, 2 months ago
  9. 61cf9bb mgcp_network: Fix a typo in the comment bahviour -> behaviour by Alexander Chemeris · 4 years, 2 months ago
  10. a7152e0 Use OSMO_FD_* instead of deprecated BSC_FD_* by Pau Espin Pedrol · 4 years, 2 months ago
  11. a48ff4a Update per-trunk global packet/byte counters in real-time by Harald Welte · 4 years, 4 months ago laforge/virt-voice
  12. 5a6220f mgcp_send(): stop looping on conversion error by Neels Hofmeyr · 4 years, 11 months ago
  13. 7c6dd3c fix crashes: don't assert on incoming RTP packet size by Neels Hofmeyr · 4 years, 11 months ago
  14. 9aaaab6 osmux: Fix loopback for Osmux connections by Pau Espin Pedrol · 5 years ago
  15. a93c6e9 osmux: Provide correct local port during mgcp resp by Pau Espin Pedrol · 5 years ago
  16. f1d301a cosmetic: mgcp_udp_send: Document port param is in network byte order by Pau Espin Pedrol · 5 years ago
  17. 3239f62 Introduce log fmt helpers LOGPENDP and LOGPCONN by Pau Espin Pedrol · 5 years ago
  18. 228e591 AMR: Add function to convert between bw-effient and octet aligned mode by Philipp Maier · 5 years ago
  19. 5812825 mgcp_network: use mgcp_rtp_codec in downlink format callback by Philipp Maier · 5 years ago
  20. e3f8bca log: don't spam with "can not patch PT" messages by Neels Hofmeyr · 5 years ago
  21. 9fc8a02 Add option to GSM HR frames to RFC5593 representation by Philipp Maier · 5 years ago
  22. e36b775 Inactive connection cleanup (disabled by default) by Oliver Smith · 5 years ago
  23. ad21a0e check_rtp: on IP:port errors, log the IP and port by Neels Hofmeyr · 6 years ago
  24. c26b665 check_rtp_origin(): Avoid using memcmp for comparing integer types by Harald Welte · 6 years ago
  25. 0479b2a check_rtp_origin(): Don't memcmp sockadd_in and in_addr by Harald Welte · 6 years ago
  26. efd645e log: avoid logging early media as error by Neels Hofmeyr · 6 years ago
  27. 0063ca2 fix 3G hack: allow any IP for loopback and 0.0.0.0 by Neels Hofmeyr · 6 years ago
  28. fee4fa9 Cosmetic: remove misplaced line break by Philipp Maier · 6 years ago
  29. 4dba769 network: check packets before further processing by Philipp Maier · 6 years ago
  30. da895b1 network: do not patch PT of RTCP packets by Philipp Maier · 6 years ago
  31. 6931f9a mgcp_network: translate payload type numbers in RTP packets by Philipp Maier · 6 years ago
  32. 35a3829 IuUP hack: make RTP patching less general by Neels Hofmeyr · 6 years ago
  33. 7066af8 cosmetic: mgcp_network.c: merge one LOGPC to its preceding LOGP by Neels Hofmeyr · 6 years ago
  34. acc1035 protocol: prevent unnecessary null pointer deref by Philipp Maier · 6 years ago
  35. cede2a4 stats: replace packet statistic counters with libosmocore rate counters by Philipp Maier · 6 years ago
  36. bc0346e mgw: clean up codec negotiation (sdp) by Philipp Maier · 6 years ago
  37. e6df0e4 mgcp_network: do not log destination invalid ip/port as error by Philipp Maier · 6 years ago
  38. 9e1d164 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  39. 0ec1d4e network: independently initalize state->out_stream by Philipp Maier · 6 years ago
  40. 8d064df Revert "stats: use libosmocore rate counter for in/out_stream.err_ts_counter" by Alexander Couzens · 6 years ago
  41. 7181cc1 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  42. df5d219 mgcp: fix use-after-free and add callback for endpoint cleanup by Philipp Maier · 6 years ago
  43. 37d11c8 cosmetic: rename mgcp_ep.c/h to mgcp_endp.c/h by Philipp Maier · 6 years ago
  44. 5672563 cosmetic: mgcp_network: typo in log by Neels Hofmeyr · 6 years ago
  45. 8890dfa osmo-mgw: Use libosmocore socket abstraction by Harald Welte · 7 years ago
  46. 1d1b98f libosmo-mgcp: Cosmetic spelling fixes in comments by Harald Welte · 7 years ago
  47. a0ac30f mgcp_rtp_end: Group statistics members into 'stats' sub-struct by Harald Welte · 7 years ago
  48. 49e3d5a mgcp_rtp_state: grup 'stats' members into sub-structure by Harald Welte · 7 years ago
  49. 3338135 strct mgcp_rtp_state: Group + document struct members related to patching by Harald Welte · 7 years ago
  50. 5dbfc78 network: use originating RTP packet address for loopback by Philipp Maier · 7 years ago
  51. 230e4fc cosmetic: clearly mark endpoint numbers as hex by Philipp Maier · 7 years ago
  52. f8bfbe8 client: use osmo_strlcpy instead of strncpy by Philipp Maier · 7 years ago
  53. 01d24a3 MGCP: Connection Identifiers are hex strings by Philipp Maier · 7 years ago
  54. e6f172d network: remove unused return code by Philipp Maier · 7 years ago
  55. b969455 network: fix rtp packet length by Philipp Maier · 7 years ago
  56. 1cb1e38 network: autdetect rtp bind ip-address by Philipp Maier · 7 years ago
  57. c341388 network: add separate log category by Philipp Maier · 7 years ago
  58. 6779354 drop code dup between libosmo-mgcp-client and libosmo-mgcp by Neels Hofmeyr · 7 years ago
  59. 87bd9be Initially implement the new osmo-mgw and libosmo-mgcp by Philipp Maier · 7 years ago
  60. f83ec56 create libosmo-mgcp and osmo-mgw by copying legacy code by Neels Hofmeyr · 7 years ago