mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-04-30 20:39:29 +00:00
removed /var/run/OpenBTS stuff
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@6303 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
parent
b288d5c7ff
commit
f610e7a270
1 changed files with 6 additions and 6 deletions
|
|
@ -57,7 +57,7 @@ ConfigurationKeyMap getConfigurationKeys()
|
|||
ConfigurationKeyMap map;
|
||||
ConfigurationKey *tmp;
|
||||
|
||||
tmp = new ConfigurationKey("CLI.SocketPath","/var/run/OpenBTS/command",
|
||||
tmp = new ConfigurationKey("CLI.SocketPath","/var/run/command",
|
||||
"",
|
||||
ConfigurationKey::CUSTOMERWARN,
|
||||
ConfigurationKey::FILEPATH,
|
||||
|
|
@ -383,7 +383,7 @@ ConfigurationKeyMap getConfigurationKeys()
|
|||
map[tmp->getName()] = *tmp;
|
||||
delete tmp;
|
||||
|
||||
tmp = new ConfigurationKey("Control.Reporting.PhysStatusTable","/var/run/OpenBTS/ChannelTable.db",
|
||||
tmp = new ConfigurationKey("Control.Reporting.PhysStatusTable","/var/run/ChannelTable.db",
|
||||
"",
|
||||
ConfigurationKey::CUSTOMERWARN,
|
||||
ConfigurationKey::FILEPATH,
|
||||
|
|
@ -405,7 +405,7 @@ ConfigurationKeyMap getConfigurationKeys()
|
|||
map[tmp->getName()] = *tmp;
|
||||
delete tmp;
|
||||
|
||||
tmp = new ConfigurationKey("Control.Reporting.TMSITable","/var/run/OpenBTS/TMSITable.db",
|
||||
tmp = new ConfigurationKey("Control.Reporting.TMSITable","/var/run/TMSITable.db",
|
||||
"",
|
||||
ConfigurationKey::CUSTOMERWARN,
|
||||
ConfigurationKey::FILEPATH,
|
||||
|
|
@ -416,7 +416,7 @@ ConfigurationKeyMap getConfigurationKeys()
|
|||
map[tmp->getName()] = *tmp;
|
||||
delete tmp;
|
||||
|
||||
tmp = new ConfigurationKey("Control.Reporting.TransactionTable","/var/run/OpenBTS/TransactionTable.db",
|
||||
tmp = new ConfigurationKey("Control.Reporting.TransactionTable","/var/run/TransactionTable.db",
|
||||
"",
|
||||
ConfigurationKey::CUSTOMERWARN,
|
||||
ConfigurationKey::FILEPATH,
|
||||
|
|
@ -457,7 +457,7 @@ ConfigurationKeyMap getConfigurationKeys()
|
|||
true,
|
||||
"File path for SMSCB scheduling database. "
|
||||
"By default, this feature is disabled. "
|
||||
"To enable, specify a file path for the database e.g. /var/run/OpenBTS/SMSCB.db. "
|
||||
"To enable, specify a file path for the database e.g. /var/run/SMSCB.db. "
|
||||
"To disable again, execute \"unconfig Control.SMSCB.Table\"."
|
||||
);
|
||||
map[tmp->getName()] = *tmp;
|
||||
|
|
@ -2211,7 +2211,7 @@ ConfigurationKeyMap getConfigurationKeys()
|
|||
map[tmp->getName()] = *tmp;
|
||||
delete tmp;
|
||||
|
||||
tmp = new ConfigurationKey("Peering.NeighborTable.Path","/var/run/OpenBTS/NeighborTable.db",
|
||||
tmp = new ConfigurationKey("Peering.NeighborTable.Path","/var/run/NeighborTable.db",
|
||||
"",
|
||||
ConfigurationKey::CUSTOMERWARN,
|
||||
ConfigurationKey::FILEPATH,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue