aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-07-18 18:34:29 +0200
committerMax <msuraev@sysmocom.de>2017-07-19 11:47:47 +0200
commit2d2fca434209f96ae2c3b9e0221c6a063d23dfd9 (patch)
tree1cfb1ef45cbf0ee6eb3b2a6eb567531afe820451 /doc
parentb2bbc819218c0f842ad00a1608725cccb780e6bd (diff)
lc15: port lc15bts-mgr changes
That's mostly changes related to lc15bts-mgr from https://gitlab.com/nrw_noa/osmo-bts branch nrw/litecell15 based on eb5b7f80510b603579f7af6d7d5ead296c2fa260 commit. I wanted to incorporate vty and hardcoded paths changes so we can use it from this point without major backward-incompatible changes as a base for future ports. Change-Id: Iabbaedc84aaaa594150a4e5445c16dd1f6f89858 Related: SYS#3679
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/litecell15/lc15bts-mgr.cfg52
1 files changed, 16 insertions, 36 deletions
diff --git a/doc/examples/litecell15/lc15bts-mgr.cfg b/doc/examples/litecell15/lc15bts-mgr.cfg
index 750dc368..c7d0a798 100644
--- a/doc/examples/litecell15/lc15bts-mgr.cfg
+++ b/doc/examples/litecell15/lc15bts-mgr.cfg
@@ -25,39 +25,19 @@ line vty
no login
!
lc15bts-mgr
- limits supply
- threshold warning 60
- threshold critical 78
- limits soc
- threshold warning 60
- threshold critical 78
- limits fpga
- threshold warning 60
- threshold critical 78
- limits logrf
- threshold warning 60
- threshold critical 78
- limits tx0
- threshold warning 60
- threshold critical 78
- limits tx1
- threshold warning 60
- threshold critical 78
- limits pa0
- threshold warning 60
- threshold critical 78
- limits pa1
- threshold warning 60
- threshold critical 78
- actions normal
- pa0-on
- pa1-on
- bts-service-on
- actions warn
- no pa0-off
- no pa1-off
- no bts-service-off
- actions critical
- pa0-off
- pa1-off
- no bts-service-off
+ limits supply_volt
+ threshold warning min 17500
+ threshold critical min 19000
+ limits tx0_vswr
+ threshold warning max 3
+ limits tx1_vswr
+ threshold warning max 3
+ limits supply_pwr
+ threshold warning max 110
+ threshold critical max 120
+ limits pa0_pwr
+ threshold warning max 50
+ threshold critical max 60
+ limits pa1_pwr
+ threshold warning max 50
+ threshold critical max 60