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 4a8582846281322e8d7dfc577b18767cf35c24d1 (commit)
from b58aa60d785f4400ba6e21752d16ea01ac4c0a1f (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=4a8582846281322e8d7dfc577b18767…
commit 4a8582846281322e8d7dfc577b18767cf35c24d1
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Oct 12 16:24:32 2016 +0200
Fix AGCH/PCH proportional allocation
Do not assume that 1 == BS_AG_BLKS_RES but take that information from
SI3. Note: due to current implementation quirks we activate channels
before SI3 obtained, than we deactivate channels upon receiving SI3 and
activate them again. This might not be necessary once we migrate to
proper OML state machines.
This affects lc15 and sysmo hw.
Change-Id: I11377b12680ac3b2f77f80e742b6f0af63fc9c1e
Related: OS#1575
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/bts.h | 2 +-
include/osmo-bts/rsl.h | 1 +
src/common/l1sap.c | 13 ++++++-------
src/common/paging.c | 6 ------
src/common/rsl.c | 8 ++++++++
src/common/sysinfo.c | 14 ++++++++++++++
src/osmo-bts-litecell15/l1_if.c | 16 ----------------
src/osmo-bts-litecell15/oml.c | 9 +++++++--
src/osmo-bts-sysmo/l1_if.c | 16 ----------------
src/osmo-bts-sysmo/oml.c | 9 +++++++--
10 files changed, 44 insertions(+), 50 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)