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=6dc90b8c86768a9b1beb429c610dcba…
commit 6dc90b8c86768a9b1beb429c610dcbae6488e21c
Author: Max <msuraev(a)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