My favorites | Sign in
Project Home Downloads Issues Source
Project Information
Members

CDR (Call Detail Record) Decoder for Siemens D900 MSC


CDR Decoder 2.2 now available: http://code.google.com/p/cdr-decoder/

This project includes the following components:

D900Cdr.Decoder.dll (.Net 2.0 library. Contains all functions to work with CDR-files of Siemens D900 MSC)
Ability to work with the files versions SR13 (Definition Schema = CS-50) and earlier (Definition Schema = CS-10). All definition schemas describe in a file D900Cdr.Elements.xml.
Decoder.exe (.Net 2.0 Windows Forms application. Decoding CDR-file with the record results in the log-file)

Usage:

Decoder.exe [/s] <cdr-file.cdr | /d:source-directory | /j:job-file.job>
 
 /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.

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:

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

Powered by Google Project Hosting