aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-02-07 16:12:51 +0100
committerHarald Welte <laforge@gnumonks.org>2017-02-07 20:17:26 +0100
commit4ba7363286e794726411ec1b69c73dc81f51c7c9 (patch)
treed33f1e49712052b27a3cccd1dcfc032cfbce2818 /src
parenteb4a3392e1f91f3a1f3485c90548a73c9ae9ea15 (diff)
Revert "sysmobts: Add correct nominal transmit power for sysmoBTS 1020"
This reverts commit 1965b0d88082e427930f95071e992f0d9be79047, which was a premature change. The 10dB gain are not the power of the TRX board, but are due to an internal, factory mounted PA, i.e. the trx_power_params.pa. This will be introduced after adding a set of tx_power.c unit tests. Change-Id: I524b63c51fb0fe1f90ced28486a8e712f2dc50ae
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-sysmo/utils.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osmo-bts-sysmo/utils.c b/src/osmo-bts-sysmo/utils.c
index 8f54e6f2..a636ae15 100644
--- a/src/osmo-bts-sysmo/utils.c
+++ b/src/osmo-bts-sysmo/utils.c
@@ -125,8 +125,6 @@ int sysmobts_get_nominal_power(struct gsm_bts_trx *trx)
case 1002:
/* 200mW (23 dBm) nominal power */
return 23;
- case 1020:
- return 33;
case 2050:
/* 5W(37dBm) per TRX. This could be raiesd to 10W(40dBm)
* if the second TRX is not used. */