osmo-bts.git branch fairwaves/package updated. fairwaves/0.5.0-fw.2-4-g50629b6

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
Sat Aug 26 22:51:11 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 BTS-side code (Abis, scheduling, ...)".

The branch, fairwaves/package has been updated
       via  50629b6ba57e7e53fb16bd95a94167329bb0f70c (commit)
       via  f2b0e5eb47320267d1f63b9911b82bf2f7c09e2c (commit)
       via  0ea7205c5173ec59be3ded5f6760dd071146540d (commit)
       via  fee13d3f7a78d09417b06254119014096f8d51b2 (commit)
      from  214a69a7a07c2d005f452c66d6514ecf2cb16e50 (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-bts/commit/?id=50629b6ba57e7e53fb16bd95a94167329bb0f70c

commit 50629b6ba57e7e53fb16bd95a94167329bb0f70c
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Fri Aug 18 03:51:34 2017 +0300

    Fix static build of osmo-bts-trx.
    
    New libosmocore has some plugin system which requires dlopen(). So we need
    to make sure we always link with libdl, even when building statically.
    
    Note that this doesn't fix static build of tests - they are still failing
    with some errors.
    
    Change-Id: I8315d6e032e34528def268a49fd88d07bc06ab2e

http://cgit.osmocom.org/osmo-bts/commit/?id=f2b0e5eb47320267d1f63b9911b82bf2f7c09e2c

commit f2b0e5eb47320267d1f63b9911b82bf2f7c09e2c
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Sat Aug 19 02:11:56 2017 +0300

    osmo-bts-trx: Increase a maximum allowed MS power reduction step from 2dB to 4dB.
    
    We tend to start MS with high power to make sure distant phones get good QoS,
    but this also means that we need to reduce their power rather quickly. OTOH
    we can't make this step too high because this may lead to power output
    oscillation. From my (manual, limited) testing 4dB looks like a reasonable
    compromise.
    
    Change-Id: I58785513e5739474b881ed7f2a312ecc690e7e60

http://cgit.osmocom.org/osmo-bts/commit/?id=0ea7205c5173ec59be3ded5f6760dd071146540d

commit 0ea7205c5173ec59be3ded5f6760dd071146540d
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Sat Aug 19 02:08:49 2017 +0300

    osmo-bts-trx: Remove an unused variable. Resolves a compiler warning.
    
    Change-Id: I2464e872f81021cbc3ccbc4e2e32c394d6afcf70

http://cgit.osmocom.org/osmo-bts/commit/?id=fee13d3f7a78d09417b06254119014096f8d51b2

commit fee13d3f7a78d09417b06254119014096f8d51b2
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Sat Aug 19 02:05:25 2017 +0300

    osmo-bts-trx: Fix MS power control loop.
    
    The following two commits from 2014-12-06 introduced a new variable to control
    MS power - ms_power_ctrl, but kept the old ms_power variable in place. They
    have also changed the meaning of the ms_power variable - it now keeps original
    RSL configured value. So when much later osmo-trx-bts code was merged to master
    the code was compiling fine and this change in the meaning was overlooked.
    
    In osmo-bts:
    579651bf300de002731dfd3bd39985c9fd15616c power/sysmobts: Add a manual ms power level control
    In OpenBSC:
    f6f86b0eec18da165db136b14bf2db87fde4b4ac osmo-bts: Introduce new struct for a power loop in the BTS code
    
    Change-Id: I713e39b882db32a0d17aa04790d16fa79afa1fb1

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

Summary of changes:
 src/osmo-bts-trx/Makefile.am |  2 +-
 src/osmo-bts-trx/l1_if.c     |  2 +-
 src/osmo-bts-trx/loops.c     | 26 +++++++++++---------------
 src/osmo-bts-trx/loops.h     |  2 +-
 4 files changed, 14 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
Osmocom BTS-side code (Abis, scheduling, ...)



More information about the osmocom-commitlog mailing list