osmo-bts/src/osmo-bts-trx
Neels Hofmeyr 0c9bc5422a 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"
  d784e50747)
- 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
2017-10-18 14:02:30 +00:00
..
Makefile.am Remove build dependency on legacy OpenBSC 2017-10-08 18:40:09 +02:00
l1_if.c trx: avoid deactivating lchan on LCHAN_REL_ACT_REACT 2017-09-02 19:44:54 +00:00
l1_if.h TRX: merge/simplify l1_if and trx_if code 2017-07-01 07:38:01 +00:00
loops.c osmo-bts-trx: remove global variables from loops 2017-08-24 19:06:48 +00:00
loops.h osmo-bts-trx: remove global variables from loops 2017-08-24 19:06:48 +00:00
main.c osmo-bts-trx: remove global variables from loops 2017-08-24 19:06:48 +00:00
scheduler_trx.c cosmetic: Move error goto path to the end of the function 2017-07-24 22:00:00 +00:00
trx_if.c osmo-bts-trx: Relax validation to allow TRX data bursts without padding 2017-08-25 09:34:51 +00:00
trx_if.h TRX: Remove global variables, move SETBSIC/SETTSC handling into phy_link 2017-08-09 13:03:33 +00:00
trx_vty.c osmo-bts-trx: vty: various fixes of 'write file' and doc 2017-10-18 14:02:30 +00:00