Table of Contents

Search

  1. Preface
  2. Libraries for Industry Standards
  3. Using Libraries
  4. Descriptions of the Libraries
  5. Generate Library Objects

Libraries Guide

Libraries Guide

Example

Example

In an ASN.1 BER file, there is a header before the first message and separators between the subsequent messages. The header and the separators are random sequences of hexadecimal 00 and FF bytes, of any length. For example, a header or separator might have the following form:
00 00 FF 00 FF FF FF 00 FF 00
The following configuration enables the
AsnToXml
processor to find the header and separators. The
header
and
separator
properties use regular expressions to define the pattern.
pre_processor = AsnToXml asn_file = SGSN-CDR-def-v2009A.asn header = PatternSearch pattern = "[\x00|\xFF]+" separator = PatternSearch pattern = "[\x00|\xFF]+"
The processor ignores the headers and separators, and it processes the messages between them.

0 COMMENTS

We’d like to hear from you!