From: gitosis@osmocom.org
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Wed, 25 Dec 2013 14:03:22 GMT
Message-ID: <201312251403.rBPE3MBD036743@git.osmocom.org>
Subject: osmo-pcu.git branch sysmocom/master updated. 0.2-260-g9c62389
Message: 2

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 "UNNAMED PROJECT".

The branch, sysmocom/master has been updated
       via  9c623892f5bb2bcc058a43c4d18aa2ce3bff2383 (commit)
      from  a42b2ad5ed6b71457c87651e24b01ba6dfb92d22 (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/osmo-pcu/commit/?id=9c623892f5bb2bcc058a43c4d18aa2ce3bff2383

commit 9c623892f5bb2bcc058a43c4d18aa2ce3bff2383
Author: Daniel Willmann <dwillmann@sysmocom.de>
Date:   Wed Dec 4 18:11:47 2013 +0100

    llc: Calculate the average queuing delay of the LLC queues
    
    Use a formula like it is used with TCP. This can help to make
    decisions about if frames should be dropped or not at the time
    we enqueue them.
    
    This code will store two timeval structs in fron the of the
    actual data and compute the average at the time of the dequeue.

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

Summary of changes:
 src/llc.cpp | 26 +++++++++++++++++++++++---
 src/llc.h   |  1 +
 src/tbf.cpp |  5 ++++-
 3 files changed, 28 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT


