Skip to content

Changes

#12731 (Jan 7, 2025, 5:56:05 PM)

  1. Rename mgcp_free_rtp_port() to mgcp_rtp_end_free_port() — Pau Espin Pedrol / detail

#12730 (Jan 7, 2025, 11:21:10 AM)

  1. mgw: constify mgcp_endp_avail() param — Pau Espin Pedrol / detail
  2. mgcp_endp: Add helpers accessing endp connections — Pau Espin Pedrol / detail
  3. mgw: mgcp_protocol: assert freeing last conn allows creating new conn — Pau Espin Pedrol / detail
  4. mgw: Split conn mode parsing and applying into conn — Pau Espin Pedrol / detail
  5. mgw: CRCXMDCX/DLCX: rename conn and conn_rtp variables — Pau Espin Pedrol / detail
  6. mgw: Use bool instead of int in local var — Pau Espin Pedrol / detail

#12723 (Jan 4, 2025, 11:31:08 PM)

  1. mgw: Rename and move code freeing endp connection — Pau Espin Pedrol / detail
  2. mgw: Rename and move several get_conn funcs acting on endp object — Pau Espin Pedrol / detail
  3. mgw: mgcp_network.c: Simplify use of conn_rtp ptr — Pau Espin Pedrol / detail
  4. mgw: Clean up access to conn_rtp from conn — Pau Espin Pedrol / detail
  5. mgw: Avoid 2nd lookup of conn in endp during CRCX — Pau Espin Pedrol / detail
  6. cosmetic: mgw: iuup: Update comment — Pau Espin Pedrol / detail

#12698 (Dec 23, 2024, 10:51:09 AM)

  1. mgcp-client: Fix regression checking null ptr — Pau Espin Pedrol / detail

#12691 (Dec 20, 2024, 7:46:06 PM)

  1. mgcp-cli: Improve error handling around mgcp_msg_gen() return — Pau Espin Pedrol / detail
  2. mgcp-cli: Fix filling in wrong local IP address of SDP Origin o= — Pau Espin Pedrol / detail
  3. mgw: Drop own MGCP extension 'noanswer' — Pau Espin Pedrol / detail
  4. cosmetic: mgw: Fix indentation whitespace — Pau Espin Pedrol / detail

#12690 (Dec 20, 2024, 6:41:05 PM)

  1. mgcp_client_internal.h: Add missing header dependency — Pau Espin Pedrol / detail
  2. mgcp-cli: Mark iofd ptr as NULL when freed — Pau Espin Pedrol / detail