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

Change-Id: I3b3a7080a69e15d8d6770186810d922227439099
This commit is contained in:
Pau Espin 2018-05-08 18:46:28 +02:00 committed by Harald Welte
parent 79024867de
commit 587916e810
1 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ bool LMSDevice::stop()
double LMSDevice::maxTxGain()
{
return 60.0;
return 73.0;
}
double LMSDevice::minTxGain()
@ -260,7 +260,7 @@ double LMSDevice::minTxGain()
double LMSDevice::maxRxGain()
{
return 70.0;
return 73.0;
}
double LMSDevice::minRxGain()