libosmo-abis.git branch max/tmp created. 0.3.2-5-g1698a81

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Thu Apr 28 12:09:59 UTC 2016


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=1698a819d16167a84eff701edb8355865a1bc1e3

commit 1698a819d16167a84eff701edb8355865a1bc1e3
Author: Max <msuraev at 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 A-bis protcol interface library



More information about the osmocom-commitlog mailing list