mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-05-02 13:20:05 +00:00
Adding support for subdevices from @STKFLT (https://github.com/RangeNetworks/openbts/pull/12/files)
This commit is contained in:
parent
d9ad8a5683
commit
15636159ad
5 changed files with 23 additions and 4 deletions
|
|
@ -3078,6 +3078,17 @@ ConfigurationKeyMap getConfigurationKeys()
|
|||
map[tmp.getName()] = tmp;
|
||||
}
|
||||
|
||||
{ ConfigurationKey tmp("TRX.Subdevice","",
|
||||
"",
|
||||
ConfigurationKey::CUSTOMERWARN,
|
||||
ConfigurationKey::STRING,
|
||||
"",
|
||||
true,
|
||||
"This value is a string that specifies a subdevice for Ettus Hardware."
|
||||
);
|
||||
map[tmp.getName()] = tmp;
|
||||
}
|
||||
|
||||
{ ConfigurationKey tmp("TRX.Timeout.Clock","10",
|
||||
"seconds",
|
||||
ConfigurationKey::DEVELOPER,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue