Do not add IMSI001010000000000 when the SubscriberRegistry object is created.

git-svn-id: http://wush.net/svn/range/software/public/subscriberRegistry/trunk@6597 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
Donald Kirker 2013-09-26 04:35:47 +00:00
parent 9674c87589
commit 3af55ae9f6
1 changed files with 0 additions and 6 deletions

View File

@ -202,12 +202,6 @@ int SubscriberRegistry::init()
if (!sqlite3_command(mDB,enableWAL,mNumSQLTries)) {
LOG(EMERG) << "Cannot enable WAL mode on database at " << ldb << ", error message: " << sqlite3_errmsg(mDB);
}
if (!getCLIDLocal("IMSI001010000000000")) {
// This is a test SIM provided with the BTS.
if (addUser("IMSI001010000000000", "2100") != SUCCESS) {
LOG(EMERG) << "Cannot insert test SIM";
}
}
return 0;
}