libosmo-abis.git branch max/ortp updated. 0.3.2-14-g2b18f08

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 10:12:13 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/ortp has been updated
  discards  1569cba59f00745c38405f330215781b1f3fc5ba (commit)
  discards  337e39d5a2f3a9fdc22ec494e3f822c2c0166577 (commit)
  discards  0d6db6fa4d44551eab31919026160222428e6794 (commit)
  discards  9966f5246870bef69aea57eef8ea3dff59d37e45 (commit)
  discards  b811e514af1fc1126fa6a6019806defb74a69813 (commit)
  discards  968f3f877bc9aa5a6fc0588ac8027bda219acde5 (commit)
  discards  4e3d451c4a301a7fc8c84813dd8c238f4728998b (commit)
  discards  86c9e4597c1c4a9be160bd44b8a8dc7d13c0b59c (commit)
  discards  f75ec350bd3358e13cb56fd4e9cac22f9075465b (commit)
       via  2b18f0850c0b6e40916ae8eb1609478183c4a0ac (commit)
       via  4200f66e9ec3acfca4d7c60a8e88b2720e494476 (commit)
       via  1a01b217536985f79f71e69e2a2f6d0b38e45270 (commit)
       via  801ad99fc9cd7c7df73aa9b2d55b0e6ccf8a5239 (commit)
       via  0fdb1b58d03c3101bd785722b32299f771bab71a (commit)
       via  a371456eeea60bf121e664bf9aed6f978dfbc7a6 (commit)
       via  694d49d50bfffb8ab0c89dd975d7b4585e50a37e (commit)
       via  1373f20b0052dd75cfbd3bfb617a17594fde8eca (commit)
       via  bda06d2a0e81247beb063fad27a6cd3b2d2eb524 (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 (1569cba59f00745c38405f330215781b1f3fc5ba)
            \
             N -- N -- N (2b18f0850c0b6e40916ae8eb1609478183c4a0ac)

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=2b18f0850c0b6e40916ae8eb1609478183c4a0ac

commit 2b18f0850c0b6e40916ae8eb1609478183c4a0ac
Author: Max <msuraev at sysmocom.de>
Date:   Wed Apr 27 18:53:06 2016 +0200

    Only update TX timestamp for successful RTP send

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

commit 4200f66e9ec3acfca4d7c60a8e88b2720e494476
Author: Max <msuraev at sysmocom.de>
Date:   Wed Apr 27 18:35:05 2016 +0200

    Do not send RTP to port 0
    
    Previously it was possible to send RTP data to port 0. To address this
    introduce OSMO_RTP_F_DISABLED flag and use it by default. When set this
    flag prevents transmission and reception of RTP frames for the
    session. The flag is unset when session is bound to non-zero remote
    port.

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

commit 1a01b217536985f79f71e69e2a2f6d0b38e45270
Author: Max <msuraev at sysmocom.de>
Date:   Wed Apr 27 18:45:43 2016 +0200

    Set connected mode after 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.

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

commit 801ad99fc9cd7c7df73aa9b2d55b0e6ccf8a5239
Author: Max <msuraev at sysmocom.de>
Date:   Wed Apr 27 18:43:03 2016 +0200

    Expand network error callback
    
    ortp: add extra parameters for network_error callback described in oRTP
    documentation and use them for log message.

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

commit 0fdb1b58d03c3101bd785722b32299f771bab71a
Author: Max <msuraev at sysmocom.de>
Date:   Wed Apr 27 12:17:11 2016 +0200

    Fix log message
    
    ortp: use log message which properly describe funcion name and its
    parameters to simplify troubleshooting.

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

commit a371456eeea60bf121e664bf9aed6f978dfbc7a6
Author: Max <msuraev at sysmocom.de>
Date:   Tue Apr 26 15:25:21 2016 +0200

    simplify frame send routine
    
    ortp: use higher-level function for sending RTP frames.

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

commit 694d49d50bfffb8ab0c89dd975d7b4585e50a37e
Author: Max <msuraev at sysmocom.de>
Date:   Tue Apr 26 14:26:59 2016 +0200

    Remove use of private oRTP function
    
    ortp: the rtp_session_rtcp_recv() function is not part of public oRTP
    API so we shouldn't use it. Besides it is called internally by oRTP in
    rtp_session_recvm_with_ts() which we call anyway.

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

commit 1373f20b0052dd75cfbd3bfb617a17594fde8eca
Author: Max <msuraev at sysmocom.de>
Date:   Tue Apr 26 14:04:04 2016 +0200

    Support newer oRTP API
    
    ortp: rtp_session_signal_connect() API has changed in 0.24 - add version
    check and change code accordingly. See
    http://upstream.rosalinux.ru/diffs/ortp/0.23.0_to_0.24.0/diff.html
    for details.

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

commit bda06d2a0e81247beb063fad27a6cd3b2d2eb524
Author: Max <msuraev at sysmocom.de>
Date:   Thu Apr 28 12:05:27 2016 +0200

    Bump minimum oRTP version
    
    We use ortp_set_memory_functions() method which was added in 0.14.3.

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

Summary of changes:
 configure.ac         | 2 +-
 src/trau/osmo_ortp.c | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)


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



More information about the osmocom-commitlog mailing list