aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-10-09 23:05:38 +0200
committerHarald Welte <laforge@gnumonks.org>2013-10-09 23:05:38 +0200
commitb2a8a642d65779918f64437b5cbbde8e206222f2 (patch)
treebb3b09d0af85f918118055168d535024c67b7c88 /src/osmo-bts-sysmo
parent5c0e7b1f2ce3fade6d53fe406c8c16960c480200 (diff)
sysmobts: Permit local override of transmit power above 23 dBm
This is used in the sysmoBTS 2050, where the maximum power is 40 dBm We might want to add a safeguard of some kind to prevent people from overdriving their transmitters.
Diffstat (limited to 'src/osmo-bts-sysmo')
-rw-r--r--src/osmo-bts-sysmo/sysmobts_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/sysmobts_vty.c b/src/osmo-bts-sysmo/sysmobts_vty.c
index e509124a..3dfd6f79 100644
--- a/src/osmo-bts-sysmo/sysmobts_vty.c
+++ b/src/osmo-bts-sysmo/sysmobts_vty.c
@@ -411,7 +411,7 @@ DEFUN(activate_lchan, activate_lchan_cmd,
}
DEFUN(set_tx_power, set_tx_power_cmd,
- "trx <0-0> tx-power <-110-23>",
+ "trx <0-0> tx-power <-110-100>",
TRX_STR
"Set transmit power (override BSC)\n"
"Transmit power in dBm\n")