TSP Lab Sga7N_ISUP_CDRGen - CDR generator Sga7N_ISUP_CDRGen

ISUP Call Data Record generator module
("Sga7N_ISUP_CDRGen")

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)
[Prefix]      
  Reload operator prefix codes   Sga7N_ISUP_CDRGen.ini/[RoamStat]/sOpPrefFile can be reloaded if it is changed
[KPI's]      
  Reload INI/[KPI XXX] lists   Reload KPI lists from Sga7N_ISUP_CDRGen.ini/[KPI ASR] and Sga7N_ISUP_CDRGen.ini/[KPI NER] sections
  Zero KPI statistics   KPI statistics are cleared
  Flush KPI statistics   Writes KPI statistics into Sga7N_ISUP_CDRGen.ini/[Advanced]/sKPIStatFilesPath folder
  Flush and zero KPI statistics   Writes out KPI statistics and zeroes the counters
[Required PC's]/B>      
  Reload INI/[Required DPC=OPC pairs] list   Reloads DPC=OPC pair list form Sga7N_ISUP_CDRGen.ini//[Required DPC=OPC pairs] section
  Flush and reset list   Writes the list of DPC-OPC pairs from where there is no CDR recently
[Options]      
  Go on / Pause (Ctrl-P, or ) Allow periodic scanning of the working directory for Sga-7014.xxx files
  Auto scroll (ScrollLock, or ) Allow automatic scrolling of the log screen
  Suspend traps for 1 hour.   Suspend alarm generating for 60 minutes.
  Flush and reset counter   The status-line counters can be flushed and cleared
  Save settings   Save actual settings into the configuration (Sga7N_ISUP_CDRGen.INI) file

The bottom status-line

Description of the CDR

The CDR contains the following data

Roaming Statistics

Accessibility of own subscribers abroad (200712201421_0.SzB)

Accessibility of foreign subscribers (200712201421_0.SzC)

OpPref File Record Format

Remarks:

  • Nature of Address is optional with its separator. Default value is NoA=4
  • Name of the operator that can be at most 20 character long  

    Samples:

    Configuration (Sga7N_ISUP_CDRGen.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 menuitem!)
    [Advanced]      
      wLogDetailLevel 3 (Equals to the listed order; refer to the [LOG]/Details menuitem!)
      wMaxCPUUsagePercent 25 Limit of CPU-usage for this module
      dwMaxLinesInLogWindow 1000 Number of lines in the log window on screen
      dwMaxCDRElemCount 1000 Maximum number of concurrent calls
      dwActiveCallDurationTimeOutSec 3600 Time limit for long calls in seconds. If a call reaches this limit its CDR will be closed.
      sDataPath d:\CDR Path for CDRs
      dwDataFileCutSize 1000000 size of output files can be limited (given in bytes)
      sLogFilesPath d:\LogFiles Path for the LOG files
      sKPIStatFilesPath c:\StatFilesKPI Path for KPI statistics files. (Writing ASR and NER KPI's at every midnight.)
      sKPIASRBackupFile c:\Sga7NCDR_KPIASR.dat Filename for backup of KPI ASR data which is saved and reloaded at shut-down and start-up.
      sKPINERBackupFile c:\Sga7NCDR_KPINER.dat Filename for backup of KPI NER data which is saved and reloaded at shut-down and start-up.
      sMCC 36 Mobile Country Code for Number_B expansion for ASR/NER calculation, based on NoA (default to "36")
      sMNC 30 Mobile Network Code for Number_B expansion for ASR/NER calculation, based on NoA (default to "30")
      dwDuplicatedRxTimeDiffMaxMS 250 Duplicated MSUs arriving within this time are dropped.
    [RoamStat]      
      sOpPrefFile c:\Sga-7N\OpPref2.cfg name of the operator prefix file
      dwFlushStatPeriod 900 Period of roaming statistics file creation
      dwFlushStatDelay 400 Written out of statistics file can be delayed by this value
      dwMaxStatKeyCount 25000 A statistics file can contain at most a limited number of rows
      sStatPath c:\StatFiles Folder for roaming statistics files
      sRelCause0 ACM CON 16 31 Ten ReleaseCause groups can be defined (sRelCause0..9). Particular RelCause values can be parts of more than one group. Maximum count of total RelCause values is 500.
      sRelCause1 ACM CON 0 1 2 3 4 5 6 7 8 9 17 18 19 20 21 22 26 27 28 29 30 34 38 39 40 41 42 43 44 46 47 49 50 53 55 57 58 62 63 65 66 69 70 79 81 82 83 84 85 86 87 88 90 91 95 96 97 98 99 100 101 102 103 110 111 127 Another example for a RelCause group
    [Required DPC=OPC pairs]     The module lists DPC-OPC pairs from this section that had no CDR recently at every midnight and at module shut-down
      32 160  
      160 32  
    [KPI ASR]      
      3630 7.5.1.2.003630 Calls with operator prefix "3630" will be shown by "7.5.1.2.003630" KPI indicator
      49170 7.5.1.4.0049170 Calls with operator prefix "49170" will be shown by "7.5.1.2.0049170" KPI indicator
    [KPI NER]      
      3630 7.5.1.4.003630 Calls with operator prefix "3630" will be shown by "7.5.1.2.003630" KPI indicator
      49170 7.5.1.4.0049170 Calls with operator prefix "49170" will be shown by "7.5.1.2.0049170" KPI indicator
    [Trap Thresholds]      
      dw15minNoACMcount 50 Alarm threshold for NoACM counter increasing.
      dw15minNoIAMcount 50 Alarm threshold for NoIAM counter increasing.
      dw15minTimeOutCount 50 Alarm threshold for TimeOut counter increasing.
      byMaxCDRElemCountPercent 50 Alarm threshold for fulness of active call memory. Given in percent.
      by15minMSUdecreasePercent 10 Alarm threshold for MSU decreasing. Given in percent.
      by15minCDRdecreasePercent 20 Alarm threshold for CDR decreasing. Given in percent.

    Version history