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 0c9bc5422a267e51381bbc715b826f2681390e38 (commit)
from 8c9bc5c6c70a34c88733f09bd1d8f7735881357b (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=0c9bc5422a267e51381bbc715b826f2…
commit 0c9bc5422a267e51381bbc715b826f2681390e38
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Oct 17 12:35:48 2017 +0200
osmo-bts-trx: vty: various fixes of 'write file' and doc
On 'write file':
- Write 'osmotrx' before 'maxdly' and 'maxdlynb' (broken since
"Introduce new
phy_link and phy_instance abstraction"
d784e50747b8cf0ce505489e1451f75be5ccbd4b)
- Fix indenting of 'write file' output, command 'osmotrx
timing-advance-loop',
had a stray space in case there is not a 'no' preceding it.
Add some missing instances of OSMOTRX_STR doc strings.
examples/osmo-bts.cfg:
- Drop 'settsc', the command no longer exists.
- Fix indenting of 'osmotrx rx-gain' command.
osmo-bts does not feature VTY tests, so it is pointless to add example files to
test these fixes. We should probably add VTY tests separately. However, I have
briefly tested manually (and hence found all of these issues).
Change-Id: I018eaef40345bfa26e12eb7d09e83a52596c1000
-----------------------------------------------------------------------
Summary of changes:
doc/examples/trx/osmo-bts.cfg | 3 +--
src/osmo-bts-trx/trx_vty.c | 14 +++++++++-----
2 files changed, 10 insertions(+), 7 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)