Adding support for subdevices from @STKFLT (https://github.com/RangeNetworks/openbts/pull/12/files)

This commit is contained in:
FlUxIuS 2023-01-07 16:46:13 +01:00
parent d9ad8a5683
commit 15636159ad
5 changed files with 23 additions and 4 deletions

View file

@ -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,