aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-25 18:06:29 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-25 18:06:29 +0200
commit9e873335ec6c77df8a3ffa9fe041d8dfa4ac4ece (patch)
treeadf6dd682803c574fea04c5dc2dc90571727d716 /src
parent04585dd90a1439e256d54affe4ccea113455cbe7 (diff)
Revert "add nominal transmit power for upcoming sysmoBTS 1020 and 1100"
This reverts commit d0866fe4773918381c80c7362ef2d043845ebf54, as it was a bit premature. We need to address this more properly.
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-sysmo/utils.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/osmo-bts-sysmo/utils.c b/src/osmo-bts-sysmo/utils.c
index c28ab31c..a636ae15 100644
--- a/src/osmo-bts-sysmo/utils.c
+++ b/src/osmo-bts-sysmo/utils.c
@@ -125,12 +125,6 @@ int sysmobts_get_nominal_power(struct gsm_bts_trx *trx)
case 1002:
/* 200mW (23 dBm) nominal power */
return 23;
- case 1020:
- /* 2W (33 dBm) nominal power */
- return 33;
- case 1110:
- /* 10W (40 dBm) nominal power */
- return 40;
case 2050:
/* 5W(37dBm) per TRX. This could be raiesd to 10W(40dBm)
* if the second TRX is not used. */