mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-04-29 11:59:27 +00:00
sync from commercial 64a79ce7a18f7e3ef3fe5aeacf3b6629980d30b2
This commit is contained in:
parent
eceec213a5
commit
3d59f52a3f
81 changed files with 1282 additions and 2269 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue