1. 4c4d227 mgcp_codec: fix codec decision by Philipp Maier · 1 year, 2 months ago
  2. cca1d18 mgcp_network: fix apidoc by Philipp Maier · 1 year, 3 months ago
  3. 9dd80ca mgcp_codec: refactor payload type converstion by Philipp Maier · 1 year, 3 months ago
  4. 6c30366 mgcp_network: Unregister osmo_fd before closing fd by Pau Espin Pedrol · 1 year, 4 months ago
  5. 82dfb50 mgcp_network: improve coment by Philipp Maier · 1 year, 5 months ago
  6. 9ac9cb9 Improve logging on AMR OA<->BWE conversion failure by Pau Espin Pedrol · 1 year, 8 months ago
  7. 377d391 osmux: Make sure RTP AMR feed to osmux is in octet-aligned mode by Pau Espin Pedrol · 1 year, 8 months ago
  8. d1e94c7 osmux: Rename function and pass msgb directly to it by Pau Espin Pedrol · 1 year, 8 months ago
  9. 6db3f7f mgw: Rename s/mgcp_send_rtp/mgcp_conn_rtp_dispatch_rtp/ by Pau Espin Pedrol · 1 year, 8 months ago
  10. 58c0b0a mgw: rx_rtp(): reorder checks and handlings by Pau Espin Pedrol · 1 year, 8 months ago
  11. cca5524 Rename and move func checking if amr mode is explicitly configured by Pau Espin Pedrol · 1 year, 8 months ago
  12. d266c37 mgw: Log unexpected RTP AMR OA-vs-BE payload by Pau Espin Pedrol · 1 year, 8 months ago
  13. d358d71 cosmetic: Clarify and fix typos in comment by Pau Espin Pedrol · 1 year, 8 months ago
  14. c1468ef IuUP->AMR: do not patch payload type a second time by Neels Hofmeyr · 1 year, 8 months ago
  15. 01b812e mgcp_send: Use mgcp_conn_rtp_is_iuup() helper by Pau Espin Pedrol · 1 year, 9 months ago
  16. 0807771 Fix misleading error log by Pau Espin Pedrol · 1 year, 9 months ago
  17. 36413c0 osmux: Clean up mgcp_config osmux fields by Pau Espin Pedrol · 1 year, 9 months ago
  18. 654b68d Clean up local var pointers in mgcp_get_local_addr() by Pau Espin Pedrol · 1 year, 9 months ago
  19. 70c03f5 Add Osmux IPv6 support by Pau Espin Pedrol · 1 year, 9 months ago
  20. 5ffd127 Get rid of separate rtp_port field by Pau Espin Pedrol · 1 year, 9 months ago
  21. 051eb4d Use new libosmocore API osmo_sockaddr_is_any() by Pau Espin Pedrol · 1 year, 9 months ago
  22. 9d939b6 osmux: Unify rtp_conn osmux type into a single type by Pau Espin Pedrol · 1 year, 9 months ago
  23. de805b6 osmux: cleanup misleading code calling rtp_bridge_cb by Pau Espin Pedrol · 1 year, 9 months ago
  24. 582c2bf osmux: Add connection and global rate counters by Pau Espin Pedrol · 1 year, 9 months ago
  25. daf5bce mgcp_conn: rename field s/rate_ctr_group/ctrg/g by Pau Espin Pedrol · 1 year, 9 months ago
  26. 479cf76 mgw: Fix osmux conn local IP selection by Pau Espin Pedrol · 1 year, 10 months ago
  27. 069dd16 mgcp_network: fix typo RTPC -> RTCP by Philipp Maier · 2 years, 3 months ago 2022q1
  28. e144275 mgcp_network: do not try to convert RTCP packets by Philipp Maier · 2 years, 3 months ago
  29. bb3ccde Initial IuUP support using proper FSMs by Pau Espin Pedrol · 2 years, 6 months ago
  30. e308202 mgcp_network.c: Fix byte alignment of CRC Header for ACK Initialization by Pau Espin Pedrol · 2 years, 6 months ago
  31. ebb05c1 mgcp_network.c: Set proper CRC Header for ACK Initialization by Pau Espin Pedrol · 2 years, 7 months ago
  32. fbf78d1 endp: do not cache cfg pointer by Eric · 2 years, 10 months ago
  33. 2764bdb embed strings into structs by Eric · 2 years, 10 months ago
  34. 8f33303 libosmo-mgcp: do not use the default msgb talloc context by Eric · 2 years, 11 months ago
  35. a4b677c check_rtp_destin(): clarify log msg by Neels Hofmeyr · 3 years ago
  36. b066bd0 Take into account Marker bit when patching RTP stream by Pau Espin Pedrol · 3 years ago
  37. ca280a1 mgw: rx CRCX: Avoid sending dummy rtp if remote address not provided by Pau Espin Pedrol · 3 years ago
  38. a24dcc6 mgcp_send_dummy: Check RTP destination is available before attempt tx by Pau Espin Pedrol · 3 years ago
  39. 62d9df6 mgcp_network.c: Reorder some functions in file by Pau Espin Pedrol · 3 years ago
  40. 8358c4b constify some function arg pointers by Pau Espin Pedrol · 3 years ago
  41. 4c77e9b Define patch_ssrc as bool type by Pau Espin Pedrol · 3 years ago
  42. 33347a4 constify arg in addr_is_any() by Pau Espin Pedrol · 3 years ago
  43. b3d14eb mgcp_network: refactor MGCP_DUMMY_LOAD by Philipp Maier · 3 years, 1 month ago
  44. 907744e Use new stat item/ctr getter APIs by Pau Espin Pedrol · 3 years, 1 month ago
  45. 776846a mgcp_common, mgcp_udp_send: make parameter buf const by Philipp Maier · 3 years, 1 month ago
  46. 97a9312 mgcp_network: fix implicit address loopback by Philipp Maier · 3 years, 2 months ago
  47. 55a9229 mgw: Add support for setting socket priority from VTY by Harald Welte · 3 years, 2 months ago
  48. 7802ccc switch from osmo_sock_set_dscp() to OSMO_SOCK_F_DSCP() by Harald Welte · 3 years, 2 months ago
  49. 5936a9c TOS bits != DSCP by Harald Welte · 3 years, 2 months ago
  50. c2a8f59 use osmo_fd_setup() whenever applicable by Harald Welte · 3 years, 9 months ago
  51. ba94b6d mgcp_vty: remove remains of loopback functionality by Philipp Maier · 3 years, 9 months ago
  52. 6d0a59a mgw: Release endpoint after last conn times out by Pau Espin Pedrol · 3 years, 10 months ago
  53. 71d42e7 mgw: Find and store RTP conn local_addr once during CRCX handling by Pau Espin Pedrol · 3 years, 10 months ago
  54. 8a2a1b2 mgw: Introduce VTY cmd 'rtp bind-ip-v6' command by Pau Espin Pedrol · 3 years, 10 months ago
  55. a790f0c mgw: Initial IPv6 support by Pau Espin Pedrol · 3 years, 10 months ago
  56. 993ea6b get rid of mgcp_internal.h by Philipp Maier · 4 years ago
  57. 889fe7f mgcp_e1: finish E1 support, add E1 support from libosmoabis by Philipp Maier · 4 years ago
  58. 51b42ff refactor: use msgb to receive, pass and send RTP packets by Neels Hofmeyr · 4 years ago
  59. 0996a1e endp: add typeset for e1-endpoints by Philipp Maier · 4 years, 1 month ago
  60. 08eb935 cosmetic: fix doxygen for mgcp_cleanup_rtp_bridge_cb() by Philipp Maier · 4 years ago
  61. 0b79d21 cosmetic: fix doxygen by Philipp Maier · 4 years ago
  62. c66ab2c osmo-mgw: refactor endpoint and trunk handling by Philipp Maier · 4 years, 1 month ago
  63. 14b27a8 osmo-mgw: rename struct mgcp_trunk_config and symbol tcfg by Philipp Maier · 4 years, 1 month ago
  64. c39b1bf mgcp_protocol: Avoid code duplication between virtual + other trunks by Harald Welte · 4 years, 4 months ago
  65. ebb9bf3 rtp_bridge: Demote a chatty ERROR log message to DEBUG level. by Alexander Chemeris · 4 years, 2 months ago
  66. 61cf9bb mgcp_network: Fix a typo in the comment bahviour -> behaviour by Alexander Chemeris · 4 years, 2 months ago
  67. a7152e0 Use OSMO_FD_* instead of deprecated BSC_FD_* by Pau Espin Pedrol · 4 years, 2 months ago
  68. a48ff4a Update per-trunk global packet/byte counters in real-time by Harald Welte · 4 years, 4 months ago laforge/virt-voice
  69. 5a6220f mgcp_send(): stop looping on conversion error by Neels Hofmeyr · 4 years, 11 months ago
  70. 7c6dd3c fix crashes: don't assert on incoming RTP packet size by Neels Hofmeyr · 4 years, 11 months ago
  71. 9aaaab6 osmux: Fix loopback for Osmux connections by Pau Espin Pedrol · 5 years ago
  72. a93c6e9 osmux: Provide correct local port during mgcp resp by Pau Espin Pedrol · 5 years ago
  73. f1d301a cosmetic: mgcp_udp_send: Document port param is in network byte order by Pau Espin Pedrol · 5 years ago
  74. 3239f62 Introduce log fmt helpers LOGPENDP and LOGPCONN by Pau Espin Pedrol · 5 years ago
  75. 228e591 AMR: Add function to convert between bw-effient and octet aligned mode by Philipp Maier · 5 years ago
  76. 5812825 mgcp_network: use mgcp_rtp_codec in downlink format callback by Philipp Maier · 5 years ago
  77. e3f8bca log: don't spam with "can not patch PT" messages by Neels Hofmeyr · 5 years ago
  78. 9fc8a02 Add option to GSM HR frames to RFC5593 representation by Philipp Maier · 5 years ago
  79. e36b775 Inactive connection cleanup (disabled by default) by Oliver Smith · 5 years ago
  80. ad21a0e check_rtp: on IP:port errors, log the IP and port by Neels Hofmeyr · 6 years ago
  81. c26b665 check_rtp_origin(): Avoid using memcmp for comparing integer types by Harald Welte · 6 years ago
  82. 0479b2a check_rtp_origin(): Don't memcmp sockadd_in and in_addr by Harald Welte · 6 years ago
  83. efd645e log: avoid logging early media as error by Neels Hofmeyr · 6 years ago
  84. 0063ca2 fix 3G hack: allow any IP for loopback and 0.0.0.0 by Neels Hofmeyr · 6 years ago
  85. fee4fa9 Cosmetic: remove misplaced line break by Philipp Maier · 6 years ago
  86. 4dba769 network: check packets before further processing by Philipp Maier · 6 years ago
  87. da895b1 network: do not patch PT of RTCP packets by Philipp Maier · 6 years ago
  88. 6931f9a mgcp_network: translate payload type numbers in RTP packets by Philipp Maier · 6 years ago
  89. 35a3829 IuUP hack: make RTP patching less general by Neels Hofmeyr · 6 years ago
  90. 7066af8 cosmetic: mgcp_network.c: merge one LOGPC to its preceding LOGP by Neels Hofmeyr · 6 years ago
  91. acc1035 protocol: prevent unnecessary null pointer deref by Philipp Maier · 6 years ago
  92. cede2a4 stats: replace packet statistic counters with libosmocore rate counters by Philipp Maier · 6 years ago
  93. bc0346e mgw: clean up codec negotiation (sdp) by Philipp Maier · 6 years ago
  94. e6df0e4 mgcp_network: do not log destination invalid ip/port as error by Philipp Maier · 6 years ago
  95. 9e1d164 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  96. 0ec1d4e network: independently initalize state->out_stream by Philipp Maier · 6 years ago
  97. 8d064df Revert "stats: use libosmocore rate counter for in/out_stream.err_ts_counter" by Alexander Couzens · 6 years ago
  98. 7181cc1 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  99. df5d219 mgcp: fix use-after-free and add callback for endpoint cleanup by Philipp Maier · 6 years ago
  100. 37d11c8 cosmetic: rename mgcp_ep.c/h to mgcp_endp.c/h by Philipp Maier · 6 years ago