osmo-pcu.git branch master updated. 0.4.0-87-g1187a77

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
Mon Feb 19 08:44:26 UTC 2018


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  1187a7719c07476b9926c2fcafa64a6e003550d9 (commit)
       via  910a387b0eefa22308446eda7604468ab1a157ad (commit)
       via  4382e4e8fe05b59492ab1b38ddb5972831d0b533 (commit)
      from  735e435e8ef40dd1a68581858d1bc39bd8898c63 (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=1187a7719c07476b9926c2fcafa64a6e003550d9

commit 1187a7719c07476b9926c2fcafa64a6e003550d9
Author: Max <msuraev at sysmocom.de>
Date:   Fri Jan 26 13:31:42 2018 +0100

    Update header includes
    
    Many files include unnecessary headers and don't include headers which
    are actually used. Because of that combined with the fact that OsmoPCU
    is a mixture of C and C++, it makes it hard to modularize code. Fix
    this (using iwyu [1] tool):
    
    * add missing headers
    * remove unused headers
    
    [1] https://include-what-you-use.org/
    
    Related: OS#1539
    Change-Id: I8c9f488a43b099c72b2d30d3245e7ba50872fc00

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

commit 910a387b0eefa22308446eda7604468ab1a157ad
Author: Max <msuraev at sysmocom.de>
Date:   Tue Jan 30 13:29:38 2018 +0100

    Move include guard to the top
    
    Having explicit include above the douible-include guard defines is
    potential source for hard to track bugs. Let's move it inside the guard
    statement.
    
    Change-Id: I5114a63ce00b03c8eed23565d52969250bd505cc
    Related: OS#1539

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

commit 4382e4e8fe05b59492ab1b38ddb5972831d0b533
Author: Max <msuraev at sysmocom.de>
Date:   Tue Jan 30 12:00:08 2018 +0100

    Move paging generation into PDCH
    
    Previously paging was prepared inside BTS function and than handed over
    to PDCH function. Move the actual preparation into PDCH to better
    decouple PDCH from BTS.
    
    Related: OS#1539
    Change-Id: I389fb16b6e54040770c21f88edbcb8e045636928

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

Summary of changes:
 src/bts.cpp                  | 33 +++++++++++++++++++--------------
 src/bts.h                    |  6 +++---
 src/csn1.h                   |  6 +++---
 src/gprs_bssgp_pcu.cpp       |  2 ++
 src/gprs_bssgp_pcu.h         |  2 --
 src/gprs_ms.cpp              |  3 ++-
 src/gprs_ms.h                |  3 +++
 src/gprs_ms_storage.cpp      |  5 ++++-
 src/gprs_rlcmac.cpp          |  2 +-
 src/gprs_rlcmac_sched.cpp    |  9 ++++++++-
 src/gprs_rlcmac_ts_alloc.cpp |  3 +++
 src/gsm_rlcmac.h             |  5 +++--
 src/llc.h                    |  1 -
 src/osmobts_sock.cpp         |  4 +++-
 src/pcu_l1_if.cpp            |  7 ++++++-
 src/pcu_main.cpp             | 18 +++++++++++++++---
 src/pcu_vty_functions.cpp    |  8 ++++++++
 src/poll_controller.cpp      |  7 +++++++
 src/poll_controller.h        |  2 --
 src/rlc.cpp                  |  8 +++++++-
 src/sba.cpp                  |  3 ++-
 src/sba.h                    |  1 -
 src/tbf.cpp                  | 10 ++++++++--
 src/tbf.h                    |  9 ++++++---
 src/tbf_dl.cpp               | 14 ++++++++++++--
 src/tbf_ul.cpp               | 11 ++++++++++-
 tests/edge/EdgeTest.cpp      |  2 ++
 tests/tbf/TbfTest.cpp        |  1 +
 28 files changed, 138 insertions(+), 47 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list