libosmo-netif.git branch pespin/jitterbuffer updated. 0.0.6-65-g71e0552

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
Wed Apr 19 16:58:25 UTC 2017


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 network interface library".

The branch, pespin/jitterbuffer has been updated
  discards  ac9e3314d924eeebf2de3e05413b6af8f6a11580 (commit)
       via  71e0552dfc60d575447fe56167915d8dc24b12c5 (commit)
       via  55385e898aea968cd8f5ff3eb3562e2b62765a4e (commit)
       via  ca2a0c81746e276ce0cd38358d1bc6b73b16dabe (commit)
       via  37dbc72fd2b75f8b7ab9b466c5353865144952bb (commit)
       via  a3af01ad043b51a9a7b8c8c2bc6179eede04c97f (commit)
       via  f2211fb94d402b2cf2555bf59796da6127ecb139 (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 (ac9e3314d924eeebf2de3e05413b6af8f6a11580)
            \
             N -- N -- N (71e0552dfc60d575447fe56167915d8dc24b12c5)

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-netif/commit/?id=71e0552dfc60d575447fe56167915d8dc24b12c5

commit 71e0552dfc60d575447fe56167915d8dc24b12c5
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Wed Apr 19 18:58:00 2017 +0200

    WIP: tests: jibuf_test: Add OSMUX support
    
    Change-Id: I0f02da0329e6739ff340d31113161bb520b1b760

http://cgit.osmocom.org/libosmo-netif/commit/?id=55385e898aea968cd8f5ff3eb3562e2b62765a4e

commit 55385e898aea968cd8f5ff3eb3562e2b62765a4e
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Wed Apr 19 17:25:09 2017 +0200

    jibuf: Take RTP marker into account
    
    Change-Id: Ie142acfb45650e0af775f58226fd191beaf8178e

http://cgit.osmocom.org/libosmo-netif/commit/?id=ca2a0c81746e276ce0cd38358d1bc6b73b16dabe

commit ca2a0c81746e276ce0cd38358d1bc6b73b16dabe
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Wed Apr 19 17:14:19 2017 +0200

    tests: osmo-pcap: Fix per packet timer
    
    Before this commit, the gap time between 2 packets {n-1, n} was being
    applied to {n, n+1}.
    
    Change-Id: I715865c1edd1fc2ec9b024671d91eb72559cbdea

http://cgit.osmocom.org/libosmo-netif/commit/?id=37dbc72fd2b75f8b7ab9b466c5353865144952bb

commit 37dbc72fd2b75f8b7ab9b466c5353865144952bb
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Wed Apr 19 13:30:10 2017 +0200

    tests: jibuf: Improve jibuf_test to read pcaps
    
    Change-Id: I7a13c823fb70e0adbc5fa0726fd66b15dc40014e
    Signed-off-by: Pau Espin Pedrol <pespin at sysmocom.de>

http://cgit.osmocom.org/libosmo-netif/commit/?id=a3af01ad043b51a9a7b8c8c2bc6179eede04c97f

commit a3af01ad043b51a9a7b8c8c2bc6179eede04c97f
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Wed Apr 19 17:20:34 2017 +0200

    jibuf: Add osmo_jibuf_empty API
    
    This is useful to know if we need to keep iterating over
    osmo_select_main() to dequeue packets before finishing.
    
    Change-Id: I91a23e220c56924b847265c5dc752f286b109c2c

http://cgit.osmocom.org/libosmo-netif/commit/?id=f2211fb94d402b2cf2555bf59796da6127ecb139

commit f2211fb94d402b2cf2555bf59796da6127ecb139
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Wed Apr 12 19:36:47 2017 +0200

    jibuf: Add initial implementation of Jitter Buffer
    
    Change-Id: I9688ba9c4d5b733b9f29d0f15f73750f9271ef55

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

Summary of changes:
 include/osmocom/netif/jibuf.h    |   4 +-
 src/jibuf.c                      |  51 ++++--
 tests/Makefile.am                |  14 +-
 tests/jibuf/jibuf_test.c         | 346 +++++++++++++++++++++++++++++----------
 tests/jibuf/jitter.plt           |  32 +++-
 tests/osmo-pcap-test/osmo_pcap.h |   1 +
 tests/osmo-pcap-test/pcap.c      |  20 ++-
 tests/testsuite.at               |   2 +-
 8 files changed, 355 insertions(+), 115 deletions(-)


hooks/post-receive
-- 
Osmocom network interface library



More information about the osmocom-commitlog mailing list