Change in osmo-trx[master]: LMSDevice: Set correct values for Max{Tx, Rx}Gain

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
Wed Jun 13 21:45:36 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9610 )

Change subject: LMSDevice: Set correct values for Max{Tx,Rx}Gain
......................................................................

LMSDevice: Set correct values for Max{Tx,Rx}Gain

Change-Id: I3b3a7080a69e15d8d6770186810d922227439099
---
M Transceiver52M/device/lms/LMSDevice.cpp
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/Transceiver52M/device/lms/LMSDevice.cpp b/Transceiver52M/device/lms/LMSDevice.cpp
index 2a40f46..f1714a0 100644
--- a/Transceiver52M/device/lms/LMSDevice.cpp
+++ b/Transceiver52M/device/lms/LMSDevice.cpp
@@ -250,7 +250,7 @@
 
 double LMSDevice::maxTxGain()
 {
-	return 60.0;
+	return 73.0;
 }
 
 double LMSDevice::minTxGain()
@@ -260,7 +260,7 @@
 
 double LMSDevice::maxRxGain()
 {
-	return 70.0;
+	return 73.0;
 }
 
 double LMSDevice::minRxGain()

-- 
To view, visit https://gerrit.osmocom.org/9610
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I3b3a7080a69e15d8d6770186810d922227439099
Gerrit-Change-Number: 9610
Gerrit-PatchSet: 2
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180613/436466b9/attachment.htm>


More information about the gerrit-log mailing list