osmo-pcu.git branch master updated. 0.4.0-12-gcea806e

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 Dec 5 18:47:37 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 "UNNAMED PROJECT".

The branch, master has been updated
       via  cea806e5b9bf7f6c4bdd15520c5914f320fe92f0 (commit)
       via  b4d368b5769e2808cddd15917ef3f06583e920df (commit)
      from  da0a194b577df4088de1cc41da19363d014ab94c (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=cea806e5b9bf7f6c4bdd15520c5914f320fe92f0

commit cea806e5b9bf7f6c4bdd15520c5914f320fe92f0
Author: Max <msuraev at sysmocom.de>
Date:   Fri Dec 1 17:40:20 2017 +0100

    TBF: expand timer logging
    
    * log timer values
    * log start/stop cause
    * update test output as necessary
    
    This simplifies debugging issues with TBF timers.
    
    Related: OS#2407
    Change-Id: Ib8e537416af9bec5d447356286f44e9e8bbf1b7a

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

commit b4d368b5769e2808cddd15917ef3f06583e920df
Author: Max <msuraev at sysmocom.de>
Date:   Fri Dec 1 17:54:39 2017 +0100

    TBF: fix compiler warning in test
    
    tbf/TbfTest.cpp: In function ‘void egprs_spb_to_normal_validation(BTS*, unsigned int, unsigned int)’:
    tbf/TbfTest.cpp:2788:26: warning: ‘<<’ in boolean context, did you mean ‘<’ ? [-Wint-in-bool-context]
      bsn1 = (egprs2->bsn1_hi << 9) || (egprs2->bsn1_mid << 1)
             ~~~~~~~~~~~~~~~~~^~~~~
    tbf/TbfTest.cpp:2788:53: warning: ‘<<’ in boolean context, did you mean ‘<’ ? [-Wint-in-bool-context]
      bsn1 = (egprs2->bsn1_hi << 9) || (egprs2->bsn1_mid << 1)
                                       ~~~~~~~~~~~~~~~~~~^~~~~
    tbf/TbfTest.cpp:2825:26: warning: ‘<<’ in boolean context, did you mean ‘<’ ? [-Wint-in-bool-context]
      bsn2 = (egprs3->bsn1_hi << 9) || (egprs3->bsn1_mid << 1) ||
             ~~~~~~~~~~~~~~~~~^~~~~
    tbf/TbfTest.cpp:2825:53: warning: ‘<<’ in boolean context, did you mean ‘<’ ? [-Wint-in-bool-context]
      bsn2 = (egprs3->bsn1_hi << 9) || (egprs3->bsn1_mid << 1) ||
                                       ~~~~~~~~~~~~~~~~~~^~~~~
    tbf/TbfTest.cpp:2844:26: warning: ‘<<’ in boolean context, did you mean ‘<’ ? [-Wint-in-bool-context]
      bsn3 = (egprs2->bsn1_hi << 9) || (egprs2->bsn1_mid << 1) ||
             ~~~~~~~~~~~~~~~~~^~~~~
    tbf/TbfTest.cpp:2844:53: warning: ‘<<’ in boolean context, did you mean ‘<’ ? [-Wint-in-bool-context]
      bsn3 = (egprs2->bsn1_hi << 9) || (egprs2->bsn1_mid << 1) ||
                                       ~~~~~~~~~~~~~~~~~~^~~~~
    
    Change-Id: Idf9e5f15faa7810411ed9d68ed43cf907eea2545

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

Summary of changes:
 src/bts.cpp           |   6 +-
 src/tbf.cpp           |  33 +--
 src/tbf.h             |   4 +-
 src/tbf_dl.cpp        |   8 +-
 src/tbf_ul.cpp        |   2 +-
 tests/tbf/TbfTest.cpp |   9 +-
 tests/tbf/TbfTest.err | 630 +++++++++++++++++++++++++-------------------------
 7 files changed, 345 insertions(+), 347 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list