Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RangeNetworks/openbts
/ tmsiTabClearAuthCache
Method
tmsiTabClearAuthCache
Control/TMSITable.cpp:204–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
}
203
204
void TMSITable::tmsiTabClearAuthCache()
205
{
206
runQuery(
"UPDATE TMSI_TABLE SET AUTH_EXPIRY=0"
);
207
}
208
209
210
void TMSITable::tmsiTabClear()
Callers
1
checkForConfigChanges
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected