NativeEnumerated.c vars NULL init and check
[com/asn1c.git] / examples / sample.source.S1AP / README
1
2 GENERAL INFORMATION
3 ===================
4
5 The 3GPP TS 36.413 version 14.4.0 S1 Application Protocol (S1AP) APER decoder.
6 Invoking `make` will compile the ASN.1 specifications from the
7 ../s1ap-14.4.0.asn1 file.
8
9 OBTAINING THE S1AP SPECIFICATION
10 ================================
11
12 To obtain a different version of S1AP ASN.1 specification, you should go to
13         http://www.3gpp.org/ftp/Specs/html-info/36413.htm
14 and download any version of S1AP specification you like.
15
16 A .ZIP file with a Microsoft Word .DOC files will download shortly.
17
18 You should extract the ASN.1 modules from the chapter 9 of that .DOC file.
19 Be careful not to copy any preambles, chapter titles and other non-ASN.1 text.
20
21 s1ap-dump USAGE
22 ===============
23
24 The s1ap-dump utility may be used to dump the contents of a APER-encoded
25 S1AP protocol data unit. Since S1AP specification contains multiple PDUs,
26 a PDU must be selected manually using -p <PDU> command line option:
27
28         ./s1ap-dump -iaper -p S1AP-PDU message.per
29
30 The list of recognized PDUs may be obtained using `-p list`.
31
32 The full list of recognized command line options may be obtained with
33
34         > ./s1ap-dump -h
35