summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Eversberg2011-07-17 10:58:21 +0200
committerAndreas Eversberg2011-07-17 10:58:21 +0200
commitc99e2778f0c2080f1f4ef6a43a45766a37aa0638 (patch)
tree50b9772d85d92e50942d8d8f7d039e9d84d61327 /src
parent[mobile] Adding option to hide most default values in config (diff)
downloadosmocom-c99e2778f0c2080f1f4ef6a43a45766a37aa0638.tar.gz
osmocom-c99e2778f0c2080f1f4ef6a43a45766a37aa0638.tar.xz
osmocom-c99e2778f0c2080f1f4ef6a43a45766a37aa0638.zip
[mobile] Corrected output value of PCS power class
Diffstat (limited to 'src')
-rw-r--r--src/host/layer23/src/mobile/vty_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/mobile/vty_interface.c b/src/host/layer23/src/mobile/vty_interface.c
index 567d8eb..8aff3ac 100644
--- a/src/host/layer23/src/mobile/vty_interface.c
+++ b/src/host/layer23/src/mobile/vty_interface.c
@@ -2029,7 +2029,7 @@ DEFUN(cfg_ms_sup_class_pcs, cfg_ms_sup_class_pcs_cmd, "class-pcs (1|2|3)",
"Select power class for PCS 1900\n"
"1 Watt\n"
"0.25 Watts\n"
- "4 Watts")
+ "2 Watts")
{
struct osmocom_ms *ms = vty->index;
struct gsm_settings *set = &ms->settings;