mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-14 10:25:40 +00:00
sync from commercial 64a79ce7a18f7e3ef3fe5aeacf3b6629980d30b2
This commit is contained in:
@@ -724,13 +724,14 @@ ConfigurationKeyMap getConfigurationKeys()
|
||||
map[tmp.getName()] = tmp;
|
||||
}
|
||||
|
||||
// It is CBS [Cell Broadcast Service].
|
||||
{ ConfigurationKey tmp("Control.SMSCB.Table","",
|
||||
"",
|
||||
ConfigurationKey::CUSTOMERWARN,
|
||||
ConfigurationKey::FILEPATH_OPT,// audited
|
||||
"",
|
||||
true,
|
||||
"File path for SMSCB scheduling database. "
|
||||
true, // static because the channel is started in GSMConfig at init time.
|
||||
"File path for CBS [Cell Broadcast Service] scheduling database. "
|
||||
"By default, this feature is disabled. "
|
||||
"To enable, specify a file path for the database e.g. /var/run/SMSCB.db. "
|
||||
"To disable again, execute \"unconfig Control.SMSCB.Table\"."
|
||||
@@ -3175,6 +3176,17 @@ ConfigurationKeyMap getConfigurationKeys()
|
||||
map[tmp.getName()] = tmp;
|
||||
}
|
||||
|
||||
{ ConfigurationKey tmp("Control.CDR.Dirname","", // (pat) Added 7-2014.
|
||||
"filename",
|
||||
ConfigurationKey::DEVELOPER,
|
||||
ConfigurationKey::FILEPATH_OPT,
|
||||
"",
|
||||
true,
|
||||
"If set, CDR (Call Data Records) are placed in this directory. A good choice is /var/log/OpenBTS. "
|
||||
);
|
||||
map[tmp.getName()] = tmp;
|
||||
}
|
||||
|
||||
return map;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user