This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Review at  https://gerrit.osmocom.org/3342
lc15bts-mgr.cfg: Set default vswr to a value inside valid range
Valid range is currently set to 1000-200000.
Change-Id: Ibf60ab290acf0423c7617591a86403d63266e5d3
---
M doc/examples/litecell15/lc15bts-mgr.cfg
1 file changed, 2 insertions(+), 2 deletions(-)
  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/42/3342/1
diff --git a/doc/examples/litecell15/lc15bts-mgr.cfg b/doc/examples/litecell15/lc15bts-mgr.cfg
index c7d0a79..e67742c 100644
--- a/doc/examples/litecell15/lc15bts-mgr.cfg
+++ b/doc/examples/litecell15/lc15bts-mgr.cfg
@@ -29,9 +29,9 @@
    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
-- 
To view, visit https://gerrit.osmocom.org/3342
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibf60ab290acf0423c7617591a86403d63266e5d3
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>