libosmo-abis.git branch master updated. 0.3.2-7-g8c119f7

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 10:55:18 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, master has been updated
       via  8c119f7a0510b75e7fa1b96a37f2a6650e13824f (commit)
       via  80f7c0465fd244c26b037aaee92458c8dce86c6e (commit)
       via  e54d7bcef534461f794f98fa186f8afd8f8c318d (commit)
      from  d8026ec1b7be7922fd1c3122d2407a783cdab163 (commit)

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=8c119f7a0510b75e7fa1b96a37f2a6650e13824f

commit 8c119f7a0510b75e7fa1b96a37f2a6650e13824f
Author: Max <msuraev at sysmocom.de>
Date:   Fri Apr 29 12:39:35 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=80f7c0465fd244c26b037aaee92458c8dce86c6e

commit 80f7c0465fd244c26b037aaee92458c8dce86c6e
Author: Max <msuraev at sysmocom.de>
Date:   Fri Apr 29 12:39:34 2016 +0200

    Fix RTCP port allocation
    
    Force use of RTCP port adjacend to random RTP port, if random RTP port
    is used.
    
    Before this patch, port 0 could be selected for RTCP.

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

commit e54d7bcef534461f794f98fa186f8afd8f8c318d
Author: Max <msuraev at sysmocom.de>
Date:   Fri Apr 29 12:39:33 2016 +0200

    Do not send RTP to port 0
    
    Previously it was possible to send RTP data to port 0. This produce
    multiple errors during the beginning of RTP transmission.
    
    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:
 include/osmocom/trau/osmo_ortp.h |  1 +
 src/trau/osmo_ortp.c             | 24 ++++++++++++++++++------
 2 files changed, 19 insertions(+), 6 deletions(-)


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



More information about the osmocom-commitlog mailing list