Bug with running RAD1 transceiver with public release. Used wrong location of OpenBTS.db for some reason

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@3141 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
kurtis.heimerl
2012-02-03 23:30:06 +00:00
parent e40ef91546
commit 08d0c31ece

View File

@@ -39,7 +39,7 @@
using namespace std;
ConfigurationTable gConfig("OpenBTS.db");
ConfigurationTable gConfig("/etc/OpenBTS/OpenBTS.db");
volatile bool gbShutdown = false;