aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-07-24 14:49:04 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2017-07-25 17:17:24 +0000
commit824764fa6b34d8ed596aa8b08276126976d8e4b2 (patch)
treee73851b4089cac3ba54c5762cfc58408d5e2db86
parentdb4ab8e5cef3b1d0800c4d9eab0ea6a4ac886c22 (diff)
lc15bts-mgr.cfg: Set default vswr to a value inside valid range
Valid range is currently set to 1000-200000. Change-Id: Ibf60ab290acf0423c7617591a86403d63266e5d3
-rw-r--r--doc/examples/litecell15/lc15bts-mgr.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/litecell15/lc15bts-mgr.cfg b/doc/examples/litecell15/lc15bts-mgr.cfg
index c7d0a798..e67742ce 100644
--- a/doc/examples/litecell15/lc15bts-mgr.cfg
+++ b/doc/examples/litecell15/lc15bts-mgr.cfg
@@ -29,9 +29,9 @@ lc15bts-mgr
threshold warning min 17500
threshold critical min 19000
limits tx0_vswr
- threshold warning max 3
+ threshold warning max 1000
limits tx1_vswr
- threshold warning max 3
+ threshold warning max 1000
limits supply_pwr
threshold warning max 110
threshold critical max 120