aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-sysmo/utils.c')
-rw-r--r--src/osmo-bts-sysmo/utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/utils.c b/src/osmo-bts-sysmo/utils.c
index a636ae15..8f54e6f2 100644
--- a/src/osmo-bts-sysmo/utils.c
+++ b/src/osmo-bts-sysmo/utils.c
@@ -125,6 +125,8 @@ 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. */