osmo-pcu.git branch jerlbeck/master updated. 0.2-524-g01f5df9

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 07:28: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/master has been updated
       via  01f5df9589e83f97f9b15e31b06a53cfe4192e6d (commit)
       via  d6108ac1e13b9701b4bc2c5b2dba360ac231b589 (commit)
       via  5a7dd909fe51a9925ca844cdfcba48e0a890fb56 (commit)
       via  cfdd37fa164f8918fe6dea33b0212d01133f98e5 (commit)
       via  e3859a113af4d7865831a7f778574f830de8b23f (commit)
      from  3db617f14a0314a0e2a233b3ddaba1501213c0e5 (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=01f5df9589e83f97f9b15e31b06a53cfe4192e6d

commit 01f5df9589e83f97f9b15e31b06a53cfe4192e6d
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Wed Jul 8 12:18:33 2015 +0200

    alloc: Fix MS_B/MS_C interpretation
    
    Currently the handling of MS_B and MS_C is not compliant with TS
    45.002, annex B.1. These values may only interpreted as 0, if
    frequency hopping is not enabled and if there is no change from Rx to
    Tx or vice-versa.
    
    This commit sets Ttb/Trb to 1 if the table entry is MS_B/MS_C, since
    only combined down/up access modes are supported.
    
    Sponsored-by: On-Waves ehf

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

commit d6108ac1e13b9701b4bc2c5b2dba360ac231b589
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Thu Jul 9 12:06:56 2015 +0200

    alloc: Do not use masking for multislot class type 2 MS
    
    Currently the masks are computed equally for each class type. This
    does not make much sense for class type 2 MS, since those are capable
    to work in full duplex mode.
    
    This commit sets the masks to 0xff for class type 2 MS.
    
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/osmo-pcu/commit/?id=5a7dd909fe51a9925ca844cdfcba48e0a890fb56

commit 5a7dd909fe51a9925ca844cdfcba48e0a890fb56
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Mon Jul 6 14:55:13 2015 +0200

    alloc: Select applicable Tta/Tra
    
    According to TS 45.002, 6.4.2.2 the choice whether Tta or Tra has to
    be applied, depends on the medium access mode (currently always
    dynamic) and the number of UL/DL slots. Currently either value can be
    used which might result in combinations not covered by the spec.
    
    This commit changes find_multi_slots() to skip non-compliant
    combinations.
    
    Note that this code will have to be extended, if other medium
    access modes are implemented.
    
    Sponsored-by: On-Waves ehf

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

commit cfdd37fa164f8918fe6dea33b0212d01133f98e5
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Thu Jul 9 11:48:23 2015 +0200

    alloc: Use an enum instead of numbers to select the mask
    
    The local enums MASK_TT and MASK_TR replace the hard coded indices.
    The variable m_idx is renamed to mask_sel for more clarity.
    
    Sponsored-by: On-Waves ehf

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

commit e3859a113af4d7865831a7f778574f830de8b23f
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Thu Jul 9 13:44:18 2015 +0200

    alloc: Merge find_least_busy_pdch and find_least_reserved_pdch
    
    Both functions only differ in the computation of the value for
    num_tbfs.
    
    This commit merge both functions and adds a parameter containing a
    function for that compuation.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 src/gprs_rlcmac_ts_alloc.cpp | 175 ++++++++--------
 tests/alloc/AllocTest.ok     | 480 +++++++++++++++++++++----------------------
 2 files changed, 334 insertions(+), 321 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list