osmo-pcu.git branch jerlbeck/wip/pdch-alloc updated. 0.2-539-gaa148d0

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
Tue Jul 14 12:52:33 UTC 2015


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, jerlbeck/wip/pdch-alloc has been updated
  discards  50076d7a18e03fee84017df4066efa1429904c41 (commit)
  discards  ba39f92b58e69d6c1d7268bb2b8f90d0ff199a41 (commit)
  discards  a58d17131f2f6f7aca4f2479a0348ce04625fbfe (commit)
       via  aa148d0a0734d1cec5d588b20f81e1702c4014b9 (commit)
       via  0a6e06388875adb859d33712e68b583e77e5b7bb (commit)
       via  378d5075a42e6f3185f858a0b5b04dd8e42bafda (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 (50076d7a18e03fee84017df4066efa1429904c41)
            \
             N -- N -- N (aa148d0a0734d1cec5d588b20f81e1702c4014b9)

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/osmo-pcu/commit/?id=aa148d0a0734d1cec5d588b20f81e1702c4014b9

commit aa148d0a0734d1cec5d588b20f81e1702c4014b9
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Jul 14 14:29:34 2015 +0200

    pcu: Use alloc_algorithm_dynamic by default
    
    The dynamic algorithm behaves like B until there are no TFI left.
    
    This commit changes the default algorithm to to former.
    
    Ticket: #1934
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/osmo-pcu/commit/?id=0a6e06388875adb859d33712e68b583e77e5b7bb

commit 0a6e06388875adb859d33712e68b583e77e5b7bb
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Jul 14 14:02:41 2015 +0200

    alloc: Add counters for successful algo A/B allocations
    
    This adds counters for algorithm A and B with count successful
    allocation combined for UL and DL.
    
    Ticket: #1934
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/osmo-pcu/commit/?id=378d5075a42e6f3185f858a0b5b04dd8e42bafda

commit 378d5075a42e6f3185f858a0b5b04dd8e42bafda
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Jul 14 13:31:48 2015 +0200

    alloc: Add 'dynamic' allocation algorithm
    
    The idea behind this meta algorithm is to automatically select one of
    the other algorithms based on the system state. Basically algorithm B
    will be selected if the PDCH usage is low to improve throughput and
    latency. Algorithm A will be selected to support more concurrent MS.
    
    This commit adds a first simple state-less version of this algorithm
    that always tries B first and only if that fails A is tried
    afterwards.
    
    The following VTY command is added to the 'pcu' node:
    
     - alloc-algorithm dynamic
    
    Ticket: #1934
    Sponsored-by: On-Waves ehf

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

Summary of changes:


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list