Changes
#12731 (Jan 7, 2025, 5:56:05 PM)
- Rename mgcp_free_rtp_port() to mgcp_rtp_end_free_port() — Pau Espin Pedrol / detail
#12730 (Jan 7, 2025, 11:21:10 AM)
- mgw: constify mgcp_endp_avail() param — Pau Espin Pedrol / detail
- mgcp_endp: Add helpers accessing endp connections — Pau Espin Pedrol / detail
- mgw: mgcp_protocol: assert freeing last conn allows creating new conn — Pau Espin Pedrol / detail
- mgw: Split conn mode parsing and applying into conn — Pau Espin Pedrol / detail
- mgw: CRCXMDCX/DLCX: rename conn and conn_rtp variables — Pau Espin Pedrol / detail
- mgw: Use bool instead of int in local var — Pau Espin Pedrol / detail
#12723 (Jan 4, 2025, 11:31:08 PM)
- mgw: Rename and move code freeing endp connection — Pau Espin Pedrol / detail
- mgw: Rename and move several get_conn funcs acting on endp object — Pau Espin Pedrol / detail
- mgw: mgcp_network.c: Simplify use of conn_rtp ptr — Pau Espin Pedrol / detail
- mgw: Clean up access to conn_rtp from conn — Pau Espin Pedrol / detail
- mgw: Avoid 2nd lookup of conn in endp during CRCX — Pau Espin Pedrol / detail
- cosmetic: mgw: iuup: Update comment — Pau Espin Pedrol / detail
#12698 (Dec 23, 2024, 10:51:09 AM)
- mgcp-client: Fix regression checking null ptr — Pau Espin Pedrol / detail
#12691 (Dec 20, 2024, 7:46:06 PM)
- mgcp-cli: Improve error handling around mgcp_msg_gen() return — Pau Espin Pedrol / detail
- mgcp-cli: Fix filling in wrong local IP address of SDP Origin o= — Pau Espin Pedrol / detail
- mgw: Drop own MGCP extension 'noanswer' — Pau Espin Pedrol / detail
- cosmetic: mgw: Fix indentation whitespace — Pau Espin Pedrol / detail
#12690 (Dec 20, 2024, 6:41:05 PM)
- mgcp_client_internal.h: Add missing header dependency — Pau Espin Pedrol / detail
- mgcp-cli: Mark iofd ptr as NULL when freed — Pau Espin Pedrol / detail