Skip to content

CDR (Call Detail Record) Decoder for Ericsson, Siemens D900 MSC

Notifications You must be signed in to change notification settings

dnarkhipov/cdr-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDR (Call Detail Record) Decoder for Ericsson, Siemens D900 MSC 1

This project includes the following components:

CDR.Decoder.Core.dll

.Net 2.0 library. Contains all functions to work with ASN.1 CDR-files, work with:

  • Siemens D900 MSC - versions SR13 (CS-50) and earlier (CS-10) [SiemensD900.CDR.Definition.xml];
  • Ericsson - SEQUENCE OF UMTSGSMPLMNCallDataRecord [Ericsson.CDR.Definition.xml];
  • Ericsson Gateway GPRS Support Node (GGSN) [Ericsson_GGSN.CDR.Definition.xml];
  • Ericsson Serving GPRS Support Node R7 (SGSN R7) [Ericsson_SGSN_R7.CDR.Definition.xml].

Sample CDR.Decoder.Core.dll.config:

 <?xml version="1.0" encoding="utf-8" ?> <XMLDefinitionFile>Ericsson_GGSN.CDR.Definition.xml</XMLDefinitionFile>
CDR.Decoder.exe

.Net 2.0 Windows Forms application. Decoding CDR-file with the record results in the log-file

Usage:

CDR.Decoder.exe [/s]

/s - Autorun decoding process. In the end of the decoding process, the program will return result-code.

If the next argument - is the name of CDR-file, the decoder will create a new task with the settings by default to decode the file.

/d: - Specify the directory that contains the CDR-files. You can use wildcards "." and "?" in path-string.

/j: - Load the saved job settings.

CDR.Decoder APP

HOWTO

If enabled formatting-mode (Farmatter Active = True), only defined elements will be printed. For each element You can choose the type of value that will be logged, the name of the column. The available element dependent on the chosen definition scheme:

Formatter

To adjust the format of the output log-file, you can use additional parameters: Format String, Print Columns Header:

Log file 1

Log file 2

Footnotes

  1. Automatically exported from code.google.com/p/cdr-decoder

About

CDR (Call Detail Record) Decoder for Ericsson, Siemens D900 MSC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages