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.orgPau Espin Pedrol has submitted this change and it was merged.
Change subject: lc15bts-mgr.cfg: Set default vswr to a value inside valid range
......................................................................
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(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
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: merged
Gerrit-Change-Id: Ibf60ab290acf0423c7617591a86403d63266e5d3
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>