TSP Lab SgaIC2Chache - The IMSI - IMEI Cache SgaIC2Cache

The IMSI - IMEI Cache module
("SgaIC2Cache")

Basic operation

User interface

The main menu

Menu Menuitem Shortcut(s) Meaning
[Log]
  Find line containing... (Ctrl-F) Finds text in log window
  Find next matching line (F3) Finds next occurrence of text in log window
  Details   Detail level of logging (Off, Normal, Detailed or Debug)
[Actions]
  Go on/Pause (Ctrl-P, or ) Allow periodic scanning of the working directory for input files
  Flush counters   Writes status counters into the log
  Flush & reset counters   Writes out counters and zeros them
  Flush all IMSI-IMEI pairs (normally)   Creates input files for the database loader from IMSI-IMEI pairs are in the memory
  Flush all IMSI-IMEI pairs (into CSV file)   Saves pairs into an *.SQL file can be loaded into the database manually
  Drop old IMSI-IMEI pairs   Forgets IMSI-IMEI pairs reached INI/[Advanced]/dwIMSIIMEIPairMinLifeSec
  Drop *all* IMSI-IMEI pairs   Clear the IMSI-IMEI memory
  DEBUG: List 100 entries   Lists the 100 oldest pairs into the log
  DEBUG: Drop very old IMSI-IMEI pairs   This item is not functioning in this version.
[Options]
  Auto scroll (ScrollLock, or ) Allow automatic scrolling of the log screen
  Save setting   Saves actual settings into the configuration (SgaIC2Cache.ini) file

The bottom status-line

Configuration (SgaIC2Cache.ini) file settings

Section Entry Example Meaning
[Position]
  iLeft 140 Position of the program module on the display screen
  iTop 72 Position of the program module on the display screen
  iWidth 995 Position of the program module on the display screen
  iHeight 694 Position of the program module on the display screen
[Options]
  bAutoScroll True (Refer to the [Options]/Auto scroll) menu item!)
[Advanced]
  wLogDetailLevel 3 (Equals to the listed order; refer to the ([Log]/Details menu item!)
  wMaxCPUUsagePercent 25 Limit of CPU-usage for this module
  dwMaxLinesInLogWindow 1000 Number of lines in the log window on screen
  dwIMSIMaxCount 120000 Size of the memory storing IMSI's
  dwIMSIIMEIPairMaxCount 150000 Maximum number of IMSI-IMEI pairs
  dwIMSIIMEIPairMinLifeSec 302400 Lifetime for pairs
  sLogFilesPath d:\LogFiles Path for the LOG files
  sSavedSQLCommandFilename SgaIC2Cache.sql Path and filename for output SQL file

Version history