TSP Lab Sga-TACFACCEAdb - SGA - TACFAC/CEA database Sga-TACFACCEAdb

SGA - TACFAC/CEA database
("Sga-TACFACCEAdb")

Table of Contents

Basic operation

User's Interface

Main screen

After starting the program main window appears:

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)
[IMEISV Memory]      
  Dump contents (max. 1000)   Dump content of IMEISV Memory into log
  Drop old contents   Delete entries of IMEISV Memory which are older than INI/[IMEISV Memory]/dwTimeOutSec
  Backup all entries   Writes all entries of IMESV Memory into a binary backup file (INI/[IMEISV Memory]/sBackupFilesPath)
[Actions]      
  Re-enter password to access IMSI-MSISDN/DB (IMSI-indexed)   The password used during the authentication can be re-entered
  Test above database access () Tests the accessibility of database
  Flush counters   Writes status line counters into the log
  Flush & reset counters   Writes the counters into the log and zeroes them
[Options]      
  Auto scroll () Allow automatic scrolling of the log screen
  Do *not* start processing next input file (, Ctrl+P) Disbale processing of the next input file
  Save settings   Save settings into INI file

The bottom status-line

Configuration (Sga-TACFACCEAdb.ini) file settings

This file has to be placed in the same directory as the executable file placed!
Program saves the actual settings selecting Options/Save settings menu item.

Section Entry Example Meaning
[Position]      
  iLeft 132 The initial horizontal position of the Main screen, in pixel
  iTop 132 The initial vertical position of the Main screen, in pixel
  iWidth 770 The initial width of the Main screen, in pixel
  iHeight 558 The initial height of the Main screen, in pixel
[Options]      
  bAutoscroll True If True, log list automatically scrolls to the last line, when a new item inserted
[IMEISV Memory]      
  dwMaxCount 6000000 Maximum number of entries in IMEISV Memory
  dwTimeOutSec 31557600 Time out in seconds of IMEISV Memory entry purging
  sBackupFilesPath d:\Sga-TACFACCEAdb Path for IMEISV memory backups
[Alarm Files]      
  sPath D:\TACFACCEAAlarmFiles Path of alarm files
  dwNextFileID 1969 Identification number of the next alarm file. Default value is 1. Updated automatically by application
  dwFlushPeriodSec 900 Time period of alarm file closing
[IMSI-MSISDN database / IMSI-index]      
  sIPaddress 10.0.0.111 Defines the IP address of the IMSI-indexed part of the "IMSISDN-DB"
  wTCPport 9000 TCP port of the IMSI-indexed part of the "IMSISDN-DB"
  sPassword password Password used during the authentication.
When it is not set then a pop-up window will appear to enter it when the module has been started
[Advanced]      
  wLogDetailLevel 3 (Equals to the listed order; refer to the [Log]/Details menu item!)
  dwMaxLinesInLogWindow 500 Number of lines in the log window on screen
  s9009FilesPath d:\DataFiles_CEAinfo Path of directory of intermediate data files (Sga-9009.xxx)
  sCellNamesFilesPath D:\CellNamesFilesFolder\CellNames.csv Path and filename of CellNames.csv file
  sLogFilesPath D:\SGA\Sga-UTI\Log Path of directory of log files
[TACFAC Exception List] reloaded on-the-fly, checked first    
  00000000 appears too frequently Defines a TACFAC value excluded from alarming. Format is "TACFAC = free text"
[TACFAC/SV Exception List] reloaded on-the-fly, checked second    
  123467/00 appears too frequently Defines a TACFAC value with software version excluded from alarming. Format is "TACFAC/SV = free text"

Version history