mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-01 04:13:34 +00:00
increase range of allowable values for RxGain to support Ettus hardware
This commit is contained in:
@@ -2454,10 +2454,10 @@ ConfigurationKeyMap getConfigurationKeys()
|
|||||||
"dB",
|
"dB",
|
||||||
ConfigurationKey::FACTORY,
|
ConfigurationKey::FACTORY,
|
||||||
ConfigurationKey::VALRANGE,
|
ConfigurationKey::VALRANGE,
|
||||||
"25:75",// educated guess
|
"0:75",
|
||||||
true,
|
true,
|
||||||
"Receiver gain setting in dB. "
|
"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 and 0-10 dB for Ettus hardware. "
|
||||||
"This database parameter is static but the receiver gain can be modified in real time with the CLI \"rxgain\" command.",
|
"This database parameter is static but the receiver gain can be modified in real time with the CLI \"rxgain\" command.",
|
||||||
ConfigurationKey::NODESPECIFIC
|
ConfigurationKey::NODESPECIFIC
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user