mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-05-02 05:10:07 +00:00
lower default value of TRX.MinimumRxRSSI to -90
This commit is contained in:
parent
c438a5a689
commit
646bb6e79f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue