Default to non-RAD1 setups.

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@6617 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
Kurtis Heimerl 2013-10-02 01:54:16 +00:00
parent 7a5d549aa5
commit 8006dd55ff
2 changed files with 4 additions and 4 deletions

View file

@ -2103,14 +2103,14 @@ ConfigurationKeyMap getConfigurationKeys()
map[tmp->getName()] = *tmp;
delete tmp;
tmp = new ConfigurationKey("GSM.Radio.RxGain","47",
tmp = new ConfigurationKey("GSM.Radio.RxGain","0",
"dB",
ConfigurationKey::FACTORY,
ConfigurationKey::VALRANGE,
"25:75",// educated guess
"0:75",// educated guess
true,
"Receiver gain setting in dB. "
"Ideal value is dictated by the hardware; 47 dB for RAD1. "
"Ideal value is dictated by the hardware; 47 dB for RAD1, less for USRPs "
"This database parameter is static but the receiver gain can be modified in real time with the CLI rxgain command."
);
map[tmp->getName()] = *tmp;