aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-07-24 14:51:22 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2017-07-25 17:17:25 +0000
commitcbb64cffa58e71747fd198d56b0370c51afeab5c (patch)
tree6b11c8ca662feb6731309519bcc62ff17b9e4d27 /src/osmo-bts-litecell15
parent824764fa6b34d8ed596aa8b08276126976d8e4b2 (diff)
cosmetics: Fix typos and whitespace in lc15bts_mgr_vty.c
Diffstat (limited to 'src/osmo-bts-litecell15')
-rw-r--r--src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c b/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c
index b96349eb..8120165d 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c
+++ b/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c
@@ -1,5 +1,5 @@
/* Copyright (C) 2015 by Yves Godin <support@nuranwireless.com>
- *
+ *
* Based on sysmoBTS:
* sysmobts_mgr_vty.c
* (C) 2014 by lc15com - s.f.m.c. GmbH
@@ -423,7 +423,7 @@ DEFUN(cfg_limit_vswr_warn_max, cfg_thresh_vswr_warn_max_cmd,
DEFUN(cfg_limit_vswr_crit_max, cfg_thresh_vswr_crit_max_cmd,
"threshold critical max <1000-200000>",
- "Threshold to reach\n" "Warning level\n" "Range\n")
+ "Threshold to reach\n" "Critical level\n" "Range\n")
{
struct lc15bts_vswr_limit *limit = vty->index;
limit->thresh_crit_max = atoi(argv[0]);
@@ -441,7 +441,7 @@ DEFUN(cfg_limit_pwr_warn_max, cfg_thresh_pwr_warn_max_cmd,
DEFUN(cfg_limit_pwr_crit_max, cfg_thresh_pwr_crit_max_cmd,
"threshold critical max <0-200>",
- "Threshold to reach\n" "Warning level\n" "Range\n")
+ "Threshold to reach\n" "Critical level\n" "Range\n")
{
struct lc15bts_pwr_limit *limit = vty->index;
limit->thresh_crit_max = atoi(argv[0]);
@@ -739,7 +739,7 @@ DEFUN(show_thresh, show_thresh_cmd, "show thresholds",
DEFUN(calibrate_clock, calibrate_clock_cmd,
"calibrate clock",
- "Calibration commands\n"
+ "Calibration commands\n"
"Calibrate clock against GPS PPS\n")
{
if (lc15bts_mgr_calib_run(s_mgr) < 0) {