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

Change-Id: I3b3a7080a69e15d8d6770186810d922227439099
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()