libosmo-netif.git branch master updated. 0.0.6-65-g3460ad7

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 27 08:50:17 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, master has been updated
       via  3460ad7f31fb1daa529662a1b2ac4d4b0f5e9a7e (commit)
       via  e98afe5808176efb60298a2f764e8e11efaf580b (commit)
       via  a67c47cab412b631c19e3f32167b9f5a0edc39ba (commit)
       via  a15d00ca578a57a73e7612aaa9bdc02505b6cd12 (commit)
      from  dafdb5ef8ce551ab212a81aac0be009dba9cca02 (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-netif/commit/?id=3460ad7f31fb1daa529662a1b2ac4d4b0f5e9a7e

commit 3460ad7f31fb1daa529662a1b2ac4d4b0f5e9a7e
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Wed Apr 26 16:00:03 2017 +0200

    osmux: Use osmo_gettimeofday for testing puroposes
    
    This way we can use fake time and osmux_test take 700ms instead of
    >2sec to run.
    
    Change-Id: Ic39cab74400aca8262a00c0d06884230b1a15ca3

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

commit e98afe5808176efb60298a2f764e8e11efaf580b
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Tue Apr 25 17:20:38 2017 +0200

    osmux: Add RTP marker bit support
    
    According to RFC4867 (RTP payload format for AMR):
    "The RTP header marker bit (M) SHALL be set to 1 if the first frameblock
    carried in the packet contains a speech frame which is the first in a
    talkspurt.  For all other packets the marker bit SHALL be set to zero (M=0)."
    
    This information bit provides a way for the receiver to better
    synchronize the delay with ther sender.
    
    This is specially useful if AMR DTX features are supported and
    enabled on the sender.
    
    Change-Id: I0315658159429603f1d80a168718b026015060e9

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

commit a67c47cab412b631c19e3f32167b9f5a0edc39ba
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Wed Apr 12 16:11:50 2017 +0200

    osmux: Check batch_factor overflow in osmux_batch_enqueue
    
    This commit should fix a bug present if for instance batch_factor < 8
    and osmux_batch_enqueue is called from osmux_replay_lost_packets and
    enough packets were lost from last received packet.
    
    Change-Id: I5d643810949aeca4762f0cad05eed534d35087f7

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

commit a15d00ca578a57a73e7612aaa9bdc02505b6cd12
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Tue Apr 25 17:27:13 2017 +0200

    osmux: use uint8_t everywhere for batch_factor
    
    Change-Id: I9fcc8e94b2fcd843b10cb3f8f009f2348eb3a4af

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

Summary of changes:
 include/osmocom/netif/osmux.h |  9 +++--
 src/osmux.c                   | 43 ++++++++++++--------
 tests/osmux/osmux_test.c      | 91 +++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 120 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
Osmocom network interface library



More information about the osmocom-commitlog mailing list