This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Osmocom A-bis protcol interface library".
The branch, max/tmp has been created at 1698a819d16167a84eff701edb8355865a1bc1e3 (commit)
- Log ----------------------------------------------------------------- http://cgit.osmocom.org/libosmo-abis/commit/?id=1698a819d16167a84eff701edb83...
commit 1698a819d16167a84eff701edb8355865a1bc1e3 Author: Max msuraev@sysmocom.de Date: Thu Apr 28 14:08:02 2016 +0200
Do not send RTP to port 0
Previously it was possible to send RTP data to port 0. This is not only producing multiple errors but also breaks RTP transmission with newer (>= 0.25) oRTP leading to calls with no audio.
To address this OSMO_RTP_F_DISABLED flag was introduced. It's set by default for all new RTP sessions. It can be manually unset after the call to osmo_rtp_socket_create(). When the flag is set it prevents transmission and reception of RTP frames for the session. The flag is unset automatically in osmo_rtp_socket_connect() when session is bound to non-zero remote port.
Fixes: OS#1661, OS#1662
-----------------------------------------------------------------------
hooks/post-receive
osmocom-commitlog@lists.osmocom.org