[mobile] Corrected output value of PCS power class

This commit is contained in:
Andreas Eversberg 2011-07-17 10:58:21 +02:00
parent 072c2d4641
commit c99e2778f0
1 changed files with 1 additions and 1 deletions

View File

@ -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;