alexander's patch #2: A few typos in comments

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@4460 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
Kurtis Heimerl
2012-11-11 10:16:26 +00:00
parent 0e14711300
commit c7c4b4ae47
3 changed files with 3 additions and 3 deletions

View File

@@ -246,7 +246,7 @@ unsigned TMSITable::nextL3TI(const char* IMSI)
// FIXME -- This should be a single atomic operation.
unsigned l3ti;
if (!sqlite3_single_lookup(mDB,"TMSI_TABLE","IMSI",IMSI,"L3TI",l3ti)) {
LOG(ERR) << "cannot read L3TI from TMSI_TABLE, using randon L3TI";
LOG(ERR) << "cannot read L3TI from TMSI_TABLE, using random L3TI";
return random() % 8;
}
// Note that TI=7 is a reserved value, so value values are 0-6. See GSM 04.07 11.2.3.1.3.