osmo-pcu.git branch master updated. 0.4.0-92-g6dc90b8

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 19:14:14 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  6dc90b8c86768a9b1beb429c610dcbae6488e21c (commit)
      from  2afec6dba54e4426664b3bd866a7fb5dc363b2c8 (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=6dc90b8c86768a9b1beb429c610dcbae6488e21c

commit 6dc90b8c86768a9b1beb429c610dcbae6488e21c
Author: Max <msuraev at sysmocom.de>
Date:   Mon Feb 19 17:17:28 2018 +0100

    Move PDCH-related functions into separate files
    
    The PDCH class and corresponding functions are rather self-contained and
    independent from BTS implementation. Let's move them into separate file
    to make bts.cpp more manageable. As additional benefit it allow us to
    somewhat untangle all the different cross-dependent includes.
    
    Change-Id: Ie05e25361e6741a81b024679f9675c98d4923683
    Related: OS#1539

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

Summary of changes:
 src/Makefile.am                      |   2 +
 src/bts.cpp                          | 900 +------------------------------
 src/bts.h                            | 121 +----
 src/gprs_bssgp_pcu.cpp               |   1 +
 src/gprs_rlcmac_sched.cpp            |   1 +
 src/gprs_rlcmac_ts_alloc.cpp         |   1 +
 src/osmo-bts-litecell15/lc15_l1_if.c |   1 +
 src/osmo-bts-sysmo/sysmo_l1_if.c     |   1 +
 src/osmobts_sock.cpp                 |   1 +
 src/pcu_l1_if.cpp                    |   1 +
 src/pcu_vty.c                        |   2 +-
 src/pcu_vty_functions.cpp            |   1 +
 src/{bts.cpp => pdch.cpp}            | 989 +++--------------------------------
 src/pdch.h                           | 147 ++++++
 src/sba.cpp                          |   1 +
 src/tbf.cpp                          |   1 +
 16 files changed, 237 insertions(+), 1934 deletions(-)
 copy src/{bts.cpp => pdch.cpp} (51%)
 create mode 100644 src/pdch.h


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list