[MERGED] osmo-bts[master]: sysmobts: Add correct nominal transmit power for sysmoBTS 1020

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Feb 2 19:50:48 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: sysmobts: Add correct nominal transmit power for sysmoBTS 1020
......................................................................


sysmobts: Add correct nominal transmit power for sysmoBTS 1020

The sysmoBTS 1020 is a 2W BTS, hence its nominal transmit powre is
33dBm.  We must handle this correctly based on the model-nr in the
EEPROM.   As a result, proper power ramping will be made during start of
the unit by default.

Change-Id: I91a78dadfd7d2e1bc74c8086808c55effdcdd132
---
M src/osmo-bts-sysmo/utils.c
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/osmo-bts-sysmo/utils.c b/src/osmo-bts-sysmo/utils.c
index a636ae1..8f54e6f 100644
--- a/src/osmo-bts-sysmo/utils.c
+++ b/src/osmo-bts-sysmo/utils.c
@@ -125,6 +125,8 @@
 	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. */

-- 
To view, visit https://gerrit.osmocom.org/1729
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I91a78dadfd7d2e1bc74c8086808c55effdcdd132
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list