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 8c9bc5c6c70a34c88733f09bd1d8f7735881357b (commit)
via 3552247ae8d86bddc4e76529eeb8406c5cb470d6 (commit)
from 2d3aa02ba3f7276fbab7f1e2744b5eb880a36fd9 (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=8c9bc5c6c70a34c88733f09bd1d8f77…
commit 8c9bc5c6c70a34c88733f09bd1d8f7735881357b
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Oct 11 18:04:12 2017 +0200
sysmo: don't override clock source with defaults
Previously clock source configured via vty was ignored. Check that it
wasn't configured and only apply default value in that case.
Change-Id: I8de74a12d2096971a8a83946dc6c7cdb9889acd7
Fixes: OS#1944
http://cgit.osmocom.org/osmo-bts/commit/?id=3552247ae8d86bddc4e76529eeb8406…
commit 3552247ae8d86bddc4e76529eeb8406c5cb470d6
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Oct 11 17:46:10 2017 +0200
sysmo: use clock calibration source wrapper
Make get_clk_cal() public and use it for ctrl commands handling. This
ensures that the calibration is properly selected depending on the clock
source.
Change-Id: I1c809d48f29ef8e8c50641f882d7a954dfcf88f9
Related: OS#1944
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/l1_if.c | 27 +++++++++++++++------------
src/osmo-bts-sysmo/l1_if.h | 1 +
src/osmo-bts-sysmo/sysmobts_ctrl.c | 2 +-
3 files changed, 17 insertions(+), 13 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)