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 ebb483b69a5319e522ba5f713e9cb6f68a814a6a (commit)
from b0c1d21581f009e9509e0fd995c86d1785785c7a (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=ebb483b69a5319e522ba5f713e9cb6f…
commit ebb483b69a5319e522ba5f713e9cb6f68a814a6a
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Oct 17 11:07:51 2016 +0200
Replace magic number with define
SDCCH occupy lchan 0..3 in combined configuration so for CCCH we've
always used lchan[4] - replace it with CCCH_LCHAN define and add
comment.
Change-Id: Ic5d742c292d638f119c6b4672120c1950adeb7f0
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/gsm_data.h | 3 +++
src/common/l1sap.c | 2 +-
src/common/oml.c | 2 +-
src/osmo-bts-litecell15/oml.c | 5 +++--
src/osmo-bts-octphy/l1_oml.c | 5 +++--
src/osmo-bts-sysmo/oml.c | 5 +++--
src/osmo-bts-trx/l1_if.c | 8 ++++----
7 files changed, 18 insertions(+), 12 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)