Skip to content

Changes

#12747 (Jan 14, 2025, 4:01:07 PM)

  1. mgw: Clean up code allocating conn_rtp rtp/rtcp sockets — Pau Espin Pedrol / detail
  2. mgw: Rename and cleanup code allocating rtp/rtcp ports in trunk — Pau Espin Pedrol / detail

#12746 (Jan 14, 2025, 3:41:06 PM)

  1. mgw: Split mgcp_rtp_end to its own file — Pau Espin Pedrol / detail
  2. mgw: Introduce mgcp_rtp_end_init() — Pau Espin Pedrol / detail
  3. mgw: Introduce struct mgcp_codecset struct — Pau Espin Pedrol / detail
  4. mgw: Cleanup rtp_endp fields in its own function — Pau Espin Pedrol / detail
  5. mgw: Move force_ptime logic outside of main CRCX func handler — Pau Espin Pedrol / detail
  6. mgw: Move several params setting to mgcp_rtp_end_init() — Pau Espin Pedrol / detail
  7. mgw: Simplify and redo code around ssrc patch feature — Pau Espin Pedrol / detail

#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