Semantix Roaming Components
HomeProductsServicesDownloadsContact UsFAQs
Semantix Roaming Components
Home arrow Features arrow NRTRDE Pack

Overview

The NRTRDE Pack is a collection of lightweight, server-side modules for processing NRTRDE files. With the NRTRDE pack you can create NRTRDE files from TAP3 files (supported TAP3 releases from 3.1. to 3.11), validate your NRTRDE files based on TD.35 validation specifications, and convert NRTRDE files into/from XML and ASCII file formats.

TAP3 to NRTRDE

The TAP2NRTRDE Roaming component is used to create NRTRDE files from TAP3 input files (presumably received by another PMN or generated by some other system). All possible releases of TAP3, from 3.1 to 3.11, are supported.

Module Interface:

Usage: TAP2NRTRDE <options>

where options must include:

        -i   inputTapFileName
        -o   outputNRTRDEfileName

and optionally, any of:

        -V   output version number
        -h   this help message

NRTRDE to ASCII, ASCII to NRTRDE

The NRTRDE2ASCII component is used to create ASCII files from NRTRDE files and vice versa. A detailed description of the ASCII file format it uses can be found here.

Module Interface:

Usage: NRTRDE2ASCII <options>

where options must include:
        -i inputFileName        Input file (ASCII or NRTRDE)
        -o createdFileName      Output file (NRTRDE or ASCII)
        -m mode                 1 for converting NRTRDE files to ASCII
                                2 for converting ASCII files to NRTRDE
and optionally, any of:
        -V              output version number
        -h              this help message

NRTRDE to XML, XML to NRTRDE

NRTRDE2XML and XML2NRTRDE components are used to create XML files from NRTRDE files and vice versa. The XSD for the generated XML file can be downloaded from here.

Module Interface:

For NRTRDE2XML...

Usage: NRTRDE2XML <options>

where options must include:
        -i   inputNrtrdeFileName
and optionally, any of:
        -V
                output version number
        -o
                outputXML (if missing, report goes to stdout)
        -h
                this help message

...and for XML2NRTRDE:

Usage: XML2NRTRDE 

where options must include:
        -i input
                input XML file
        -o output
                output NRTRDE file
and optionally, any of:
        -v
                validate XML though XSD before conversion to NRTRDE
                (make sure the XSD is in the same directory as the XML file)
        -V
                output version number
        -h
                this help message

NRTRDE Validator

The NRTRDE Validator roaming component is used to validate NRTRDE files based on TD.35 validation specifications.

Module Interface:

Usage: NRTRDE_Validator <options>

where options must include:
        -i   inputNrtrdeFileName
and optionally, any of:
        -report reportFile
                Detailed validation per-error report (if missing, goes to STDERR)
        -iv redefinedValidations.xml
                customization of validation process
        -s summaryFile
                Log validation summary in a file
        -rtf rtfFile
                Consise validation report in .RTF output
        -V
                output version number
        -v
                increase verbosity (you can use it more than once, e.g. -vv)
        -h
                this help message
 

    ©2001-2010 Semantix Information Technologies. All rights reserved.
Terms & Conditions        Contact us