mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-10-22 23:32:00 +00:00
lower default value of TRX.MinimumRxRSSI to -90
This commit is contained in:
@@ -3037,7 +3037,7 @@ ConfigurationKeyMap getConfigurationKeys()
|
||||
map[tmp.getName()] = tmp;
|
||||
}
|
||||
|
||||
{ ConfigurationKey tmp("TRX.MinimumRxRSSI","-63",
|
||||
{ ConfigurationKey tmp("TRX.MinimumRxRSSI","-90",
|
||||
"dB",
|
||||
ConfigurationKey::FACTORY,
|
||||
ConfigurationKey::VALRANGE,
|
||||
|
Reference in New Issue
Block a user