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 71e0552dfc60d575447fe56167915d8dc24b12c5 (commit)
discards 55385e898aea968cd8f5ff3eb3562e2b62765a4e (commit)
discards ca2a0c81746e276ce0cd38358d1bc6b73b16dabe (commit)
discards 37dbc72fd2b75f8b7ab9b466c5353865144952bb (commit)
discards a3af01ad043b51a9a7b8c8c2bc6179eede04c97f (commit)
discards f2211fb94d402b2cf2555bf59796da6127ecb139 (commit)
via da1fa08a1a194e9678331a8e70a25d80269b80f4 (commit)
via 7209fa27c79f8f8a5a6c724b324145b7a782109a (commit)
via a195a4944671b8d21a7fbc24eac3dd9c44d2306e (commit)
via 667d994f66851eabe4ad2f5cd8c2df3501a5d78c (commit)
via b6eaafa6e3eccc57f58fa8664580d50b220a2807 (commit)
via 056aaa209a2e75b906f01135b5b079aa89f5cea9 (commit)
via ca2e2187f3a92b3e2c500f38214e3b65a6e627f3 (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 (71e0552dfc60d575447fe56167915d8dc24b12c5)
\
N -- N -- N (da1fa08a1a194e9678331a8e70a25d80269b80f4)
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=da1fa08a1a194e9678331a8e70…
commit da1fa08a1a194e9678331a8e70a25d80269b80f4
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Apr 19 18:58:00 2017 +0200
tests: jibuf_test: Add OSMUX support
Change-Id: I0f02da0329e6739ff340d31113161bb520b1b760
http://cgit.osmocom.org/libosmo-netif/commit/?id=7209fa27c79f8f8a5a6c724b32…
commit 7209fa27c79f8f8a5a6c724b324145b7a782109a
Author: Pau Espin Pedrol <pespin(a)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=a195a4944671b8d21a7fbc24ea…
commit a195a4944671b8d21a7fbc24eac3dd9c44d2306e
Author: Pau Espin Pedrol <pespin(a)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(a)sysmocom.de>
http://cgit.osmocom.org/libosmo-netif/commit/?id=667d994f66851eabe4ad2f5cd8…
commit 667d994f66851eabe4ad2f5cd8c2df3501a5d78c
Author: Pau Espin Pedrol <pespin(a)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=b6eaafa6e3eccc57f58fa86645…
commit b6eaafa6e3eccc57f58fa8664580d50b220a2807
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Apr 20 12:44:04 2017 +0200
tests: osmo-pcap: Allow different l2 pkts
Before this patch, ETH was assumed and other types were not supported.
This patch also adds Linux cooked packet support for L2.
Change-Id: Ie62fa0a8e45e1e141edb64b116dad185ad9c7a5f
http://cgit.osmocom.org/libosmo-netif/commit/?id=056aaa209a2e75b906f01135b5…
commit 056aaa209a2e75b906f01135b5b079aa89f5cea9
Author: Pau Espin Pedrol <pespin(a)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=ca2e2187f3a92b3e2c500f3821…
commit ca2e2187f3a92b3e2c500f38214e3b65a6e627f3
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Apr 12 19:36:47 2017 +0200
jibuf: Add initial implementation of Jitter Buffer
Change-Id: I9688ba9c4d5b733b9f29d0f15f73750f9271ef55
-----------------------------------------------------------------------
Summary of changes:
src/jibuf.c | 7 ++---
tests/Makefile.am | 2 ++
tests/jibuf/jibuf_test.c | 63 ++++++++++++++++++++++++++++------------
tests/osmo-pcap-test/Makefile.am | 2 ++
tests/osmo-pcap-test/l2_eth.c | 48 ++++++++++++++++++++++++++++++
tests/osmo-pcap-test/l2_sll.c | 47 ++++++++++++++++++++++++++++++
tests/osmo-pcap-test/l3_ipv4.c | 12 ++++----
tests/osmo-pcap-test/l4_tcp.c | 4 +--
tests/osmo-pcap-test/l4_udp.c | 4 +--
tests/osmo-pcap-test/pcap.c | 50 +++++++++++++++++++------------
tests/osmo-pcap-test/proto.c | 36 +++++++++++++++++------
tests/osmo-pcap-test/proto.h | 36 +++++++++++++++--------
12 files changed, 238 insertions(+), 73 deletions(-)
create mode 100644 tests/osmo-pcap-test/l2_eth.c
create mode 100644 tests/osmo-pcap-test/l2_sll.c
hooks/post-receive
--
Osmocom network interface library