|
| 1 | +osmo-mgw (1.14.0) unstable; urgency=medium |
| 2 | + |
| 3 | + [ Pau Espin Pedrol ] |
| 4 | + * jenkins.sh: libosmo-netif no longer depends on libosmo-abis |
| 5 | + * jenkins.sh: Use --disable-doxygen configure param |
| 6 | + * mgcp-client: Fix wrong value passed to strerror() |
| 7 | + * mgcp_client_internal.h: Add missing header dependency |
| 8 | + * mgcp-cli: Mark iofd ptr as NULL when freed |
| 9 | + * mgcp-cli: Improve error handling around mgcp_msg_gen() return |
| 10 | + * mgcp-cli: Fix filling in wrong local IP address of SDP Origin o= |
| 11 | + * mgw: Drop own MGCP extension 'noanswer' |
| 12 | + * cosmetic: mgw: Fix indentation whitespace |
| 13 | + * mgcp-client: Fix regression checking null ptr |
| 14 | + * mgw: Rename and move code freeing endp connection |
| 15 | + * mgw: Rename and move several get_conn funcs acting on endp object |
| 16 | + * mgw: mgcp_network.c: Simplify use of conn_rtp ptr |
| 17 | + * mgw: Clean up access to conn_rtp from conn |
| 18 | + * mgw: Avoid 2nd lookup of conn in endp during CRCX |
| 19 | + * cosmetic: mgw: iuup: Update comment |
| 20 | + * mgw: constify mgcp_endp_avail() param |
| 21 | + * mgcp_endp: Add helpers accessing endp connections |
| 22 | + * mgw: mgcp_protocol: assert freeing last conn allows creating new conn |
| 23 | + * mgw: Split conn mode parsing and applying into conn |
| 24 | + * mgw: CRCXMDCX/DLCX: rename conn and conn_rtp variables |
| 25 | + * mgw: Use bool instead of int in local var |
| 26 | + * Rename mgcp_free_rtp_port() to mgcp_rtp_end_free_port() |
| 27 | + * mgw: Split mgcp_rtp_end to its own file |
| 28 | + * mgw: Introduce mgcp_rtp_end_init() |
| 29 | + * mgw: Introduce struct mgcp_codecset struct |
| 30 | + * mgw: Cleanup rtp_endp fields in its own function |
| 31 | + * mgw: Move force_ptime logic outside of main CRCX func handler |
| 32 | + * mgw: Move several params setting to mgcp_rtp_end_init() |
| 33 | + * mgw: Simplify and redo code around ssrc patch feature |
| 34 | + * mgw: Clean up code allocating conn_rtp rtp/rtcp sockets |
| 35 | + * mgw: Rename and cleanup code allocating rtp/rtcp ports in trunk |
| 36 | + * mgw: CRCX: Split mgcp header pars parsing into a previous step |
| 37 | + * mgw: MDCX: Split mgcp header pars parsing into a previous step |
| 38 | + * mgw: DLCX: Split mgcp header pars parsing into a previous step |
| 39 | + * mgw: Decouple SDP parsing step from conn obj update |
| 40 | + * mgw: Remove wrong TODO comment |
| 41 | + * mgw: MDCX: Simplify early return code paths |
| 42 | + |
| 43 | + [ Mychaela N. Falconia ] |
| 44 | + * E1 cosmetic: reduce white space in hard-coded TRAU-DL frames |
| 45 | + * E1: replace idle_tf_efr[] with a better version |
| 46 | + * E1: replace idle_tf_fr[] with a better version |
| 47 | + |
| 48 | + -- Oliver Smith < [email protected]> Wed, 12 Feb 2025 12:30:33 +0100 |
| 49 | + |
1 | 50 | osmo-mgw (1.13.1) unstable; urgency=medium
|
2 | 51 |
|
3 | 52 | [ Philipp Maier ]
|
|
0 commit comments