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 758522947f2937a1d17b6c3988b03abc80bd0051 (commit)
from 64d16028eb7d38bb442591c6c0224ae28eb3e2be (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=758522947f2937a1d17b6c3988b03ab…
commit 758522947f2937a1d17b6c3988b03abc80bd0051
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jan 30 19:07:03 2017 +0100
octphy: Fix VTY commands
The VTY commands show phy 0 rf-port-stats and show phy 0 clk-sync-stats
do not output their results on the VTY console. If one of those commands
is entered the user is prompted to view the logtext, which is an
uncomfortable solution. This commit adds the missing functionality to
print the information in the VTY as well.
octphy_hw_api.c contains two value_string structs (radio_std_vals and
clocksync_state_vals) which are now exported in octphy_hw_api.h in
order to access them from octphy_vty.c
Change-Id: Iae5aa91fe2ebba7c2874eed88b15ed66e8c9cd61
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-octphy/octphy_hw_api.c | 51 +++++++--------------
src/osmo-bts-octphy/octphy_hw_api.h | 44 +++++++++++++++++-
src/osmo-bts-octphy/octphy_vty.c | 89 +++++++++++++++++++++++++++++++++----
3 files changed, 139 insertions(+), 45 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)