libosmo-abis.git branch max/tmp updated. 0.3.2-7-gf8a6033

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
Fri Apr 29 09:56:17 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 updated
  discards  1698a819d16167a84eff701edb8355865a1bc1e3 (commit)
       via  f8a6033124af552ea78bcd1a6bc38027dded8592 (commit)
       via  11c6ae4cd6dba71c69534ebc23061cc42238ba88 (commit)
       via  9acb2dc98a369c17151099e9e405e9c64e3e55a3 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (1698a819d16167a84eff701edb8355865a1bc1e3)
            \
             N -- N -- N (f8a6033124af552ea78bcd1a6bc38027dded8592)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-abis/commit/?id=f8a6033124af552ea78bcd1a6bc38027dded8592

commit f8a6033124af552ea78bcd1a6bc38027dded8592
Author: Max <msuraev at sysmocom.de>
Date:   Fri Apr 29 11:54:23 2016 +0200

    Set connected mode after setting remote address
    
    ortp: according to oRTP documentation rtp_session_set_connected_mode()
    uses the address set by rtp_session_set_remote_addr() - move the
    function call accordingly.
    
    Fixes: OS#1661

http://cgit.osmocom.org/libosmo-abis/commit/?id=11c6ae4cd6dba71c69534ebc23061cc42238ba88

commit 11c6ae4cd6dba71c69534ebc23061cc42238ba88
Author: Max <msuraev at sysmocom.de>
Date:   Mon Apr 25 16:54:16 2016 +0200

    Fix RTCP port allocation
    
    Force use of random RTCP port if random RTP port is used. Before port 0
    could be selected for RTCP.

http://cgit.osmocom.org/libosmo-abis/commit/?id=9acb2dc98a369c17151099e9e405e9c64e3e55a3

commit 9acb2dc98a369c17151099e9e405e9c64e3e55a3
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#1662

-----------------------------------------------------------------------

Summary of changes:
 src/trau/osmo_ortp.c | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Osmocom A-bis protcol interface library



More information about the osmocom-commitlog mailing list