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 8b39ff8bcfba2bb4444fb375bfedb24900ae4f52 (commit)
via f5494e84e898f947190466d30d5f932bac0fadf9 (commit)
from 3f192f229170b3f0359b03e3fafbcf80a21c6001 (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=8b39ff8bcfba2bb4444fb375bfedb24…
commit 8b39ff8bcfba2bb4444fb375bfedb24900ae4f52
Author: Philipp <pmaier(a)sysmocom.de>
Date: Wed Oct 5 13:45:24 2016 +0200
octopy: fixing renamed constant
The constant cOCTVC1_HW_CLOCK_SYNC_MGR_STATE_ENUM_UNUSED in header
file octvc1/hw/octvc1_hw_api.h has been renamed to
cOCTVC1_HW_CLOCK_SYNC_MGR_STATE_ENUM_IDLE. This commit adds an ifdef
decision in to code to ensure that older header files will still work.
Change-Id: I4c0b976d29689ace06741c5943434fc33ee2df14
http://cgit.osmocom.org/osmo-bts/commit/?id=f5494e84e898f947190466d30d5f932…
commit f5494e84e898f947190466d30d5f932bac0fadf9
Author: Philipp <pmaier(a)sysmocom.de>
Date: Wed Oct 5 13:52:00 2016 +0200
octphy: reintroducing multi-trx support
The multi-trx had to be removed because of build conflicts
with octphy header that lack the struct members for needed
to support multi-trx.
For details see the following revert-commits:
ed6b48e4a5fba07c3ecccf689991799ae13a2aaa
c9a1f284acf518cb4e62c3898e20398ed53807c3
This commit reintroduces multi trx support and ads an ifdef
decision to ensure that header files without multi-trx
support still work.
Change-Id: I7f9b2906cc149c817183745b4c96bcc7f9ebdad0
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
include/osmo-bts/phy_link.h | 5 +++++
src/osmo-bts-octphy/l1_oml.c | 20 +++++++++++++++++++-
src/osmo-bts-octphy/l1_utils.c | 8 ++++++++
src/osmo-bts-octphy/octphy_hw_api.c | 7 +++++++
5 files changed, 40 insertions(+), 1 deletion(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)