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 "The Open Source GSM Base Band stack".
The branch, stumpf/virt-phy has been updated
via bdf22f106290cbb48f6bbe0c3515c4270f2b581b (commit)
from b05b1381a58e5c26866254f5d98abc9f9b7c566d (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/osmocom-bb/commit/?id=bdf22f106290cbb48f6bbe0c3515c…
commit bdf22f106290cbb48f6bbe0c3515c4270f2b581b
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Mon Apr 24 10:45:17 2017 +0200
VIRT-PHY: Configurable signal power reductions for multiple arfcns.
Model was expanded and holds now power management information consisting
of an array of received power levels for all arfcns and one for the
reduction of this signal in dbm. The reduction is configurable by
commandline by --arfcn-sig-lev-red 666,12:888,13. The signal level is
assumed to be max level (-63) if a packet from that arfcn is received
within a timeframe (also configurable via cmd -- timeout-pm 5:800 ==
<seconds>:<microseconds>). After that timeout it will be reduced to min
level (-110).
-----------------------------------------------------------------------
Summary of changes:
src/host/virt_phy/include/virtphy/l1ctl_sap.h | 8 ++++
src/host/virt_phy/include/virtphy/virt_l1_model.h | 12 +++++
src/host/virt_phy/src/gsmtapl1_if.c | 16 +++++--
src/host/virt_phy/src/l1ctl_sap.c | 1 +
src/host/virt_phy/src/virt_l1_model.c | 1 -
src/host/virt_phy/src/virt_prim_fbsb.c | 2 +-
src/host/virt_phy/src/virt_prim_pm.c | 53 ++++++++++++++-------
src/host/virt_phy/src/virtphy.c | 58 ++++++++++++++++++++++-
8 files changed, 126 insertions(+), 25 deletions(-)
hooks/post-receive
--
The Open Source GSM Base Band stack