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.orgHarald Welte has uploaded this change for review. ( 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(-)
  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/10/9610/1
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: newchange
Gerrit-Change-Id: I3b3a7080a69e15d8d6770186810d922227439099
Gerrit-Change-Number: 9610
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
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/2dfab7d0/attachment.htm>