MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / tmsiTabSetRejected

Method tmsiTabSetRejected

Control/TMSITable.cpp:324–329  ·  view source on GitHub ↗

This does nothing if the IMSI is not found inthe table.

Source from the content-addressed store, hash-verified

322
323// This does nothing if the IMSI is not found inthe table.
324void TMSITable::tmsiTabSetRejected(string imsi,int rejectCode)
325{
326 char query[100];
327 snprintf(query,100,"UPDATE TMSI_TABLE SET AUTH=0,REJECT_CODE=%d WHERE IMSI == '%s'",rejectCode,imsi.c_str());
328 runQuery(query,1);
329}
330
331struct TSqlString : public string {
332 char buf[100];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected