aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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. */