From aa5edff4771b990d4b90f33a7b706c1171833977 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 16 Jun 2017 14:42:16 +0200 Subject: lc15bts-mgr: use extended config file example Change-Id: I0ef9d00a031b7d7e59150a28a6972c620ff19e92 Related: SYS#3686 --- doc/examples/litecell15/lc15bts-mgr.cfg | 42 ++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/doc/examples/litecell15/lc15bts-mgr.cfg b/doc/examples/litecell15/lc15bts-mgr.cfg index 27ed326e..e7c9926f 100644 --- a/doc/examples/litecell15/lc15bts-mgr.cfg +++ b/doc/examples/litecell15/lc15bts-mgr.cfg @@ -1,15 +1,17 @@ ! -! SysmoMgr (0.3.0.141-33e5) configuration saved from vty +! lc15bts-mgr (0.3.0.284-a7c2-dirty) configuration saved from vty !! ! log stderr logging filter all 1 logging color 1 + logging print category 0 logging timestamp 0 logging level all everything logging level temp info logging level fw info logging level find info + logging level calib info logging level lglobal notice logging level llapd notice logging level linp notice @@ -17,8 +19,46 @@ log stderr logging level lmi notice logging level lmib notice logging level lsms notice + logging level lctrl notice + logging level lgtp notice ! 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 -- cgit v1.2.3