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, master has been updated
via 36153239bfd0b633c4d259a9de0a759f41197a2b (commit)
from aabeb2eae40bd8d5fc713fcf39e96ff14ad991b2 (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=36153239bfd0b633c4d259a9de0a759…
commit 36153239bfd0b633c4d259a9de0a759f41197a2b
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Nov 11 17:44:57 2016 +0100
Remove duplicated code
Remove lchan deactivation related code duplication to facilitate future
use for dynamic CCCH re-activation.
Change-Id: Id0d3b19dbfaa16d1734321a07a6eb0355bfd77c9
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/bts_model.h | 3 +++
include/osmo-bts/rsl.h | 2 ++
src/common/rsl.c | 6 ++++++
src/osmo-bts-litecell15/lc15bts_vty.c | 3 +--
src/osmo-bts-litecell15/oml.c | 7 +++----
src/osmo-bts-octphy/l1_oml.c | 7 +++----
src/osmo-bts-sysmo/oml.c | 7 +++----
src/osmo-bts-sysmo/sysmobts_vty.c | 3 +--
src/osmo-bts-trx/l1_if.c | 24 +++++++++++++++++++-----
tests/handover/handover_test.c | 2 ++
tests/stubs.c | 2 ++
11 files changed, 45 insertions(+), 21 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)