From 0c9bc5422a267e51381bbc715b826f2681390e38 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 17 Oct 2017 12:35:48 +0200 Subject: 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 --- doc/examples/trx/osmo-bts.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/examples/trx') diff --git a/doc/examples/trx/osmo-bts.cfg b/doc/examples/trx/osmo-bts.cfg index c267fd02..805d9296 100644 --- a/doc/examples/trx/osmo-bts.cfg +++ b/doc/examples/trx/osmo-bts.cfg @@ -21,14 +21,13 @@ line vty ! phy 0 instance 0 - osmotrx rx-gain 1 + osmotrx rx-gain 1 osmotrx ip local 127.0.0.1 osmotrx ip remote 127.0.0.1 bts 0 band 1800 ipa unit-id 6969 0 oml remote-ip 192.168.122.1 - settsc gsmtap-sapi ccch gsmtap-sapi pdtch trx 0 -- cgit v1.2.3