NativeEnumerated.c vars NULL init and check
[com/asn1c.git] / examples / README
1
2 This directory contains a few examples.
3
4 1.  The ./sample.source.PKIX1 directory contains the X.509 Certificate decoder,
5     as specified in rfc3280.txt. Just type `make` in there to compile.
6
7 2.  The ./sample.source.MHEG5 directory contains the decoder for
8     ISO 13522 MHEG-5/ITU-T T.172 (Multimedia Hypermedia Experts Group,
9     Multimedia Presentations). Read the README file in that directory.
10
11 3.  The ./sample.source.MEGACO directory contains the decoder for
12     Media Gateway Control Protocol data units as specified in rfc3525.txt.
13
14 4.  The ./sample.source.LDAP3 directory contains the decoder for
15     Lightweight Directory Access Protocol version 3 PDU as specified in
16     rfc4211.txt.
17
18 5.  The ./sample.source.RRC directory contains the 3GPP Radio Resource Control
19     decoder for RRC version 7.1.0. Just type `make` in there to compile.
20
21 6.  The ./sample.source.LTE-RRC directory contains the 3GPP RRC
22     decoder for LTE RRC version 14.2.1. Read the README file in that directory.
23
24 7.  The ./sample.source.TAP3 directory contains the GSM TAP3 decoder.
25     Before trying to compile, read the README file in that directory.
26
27 8.  The ./sample.source.ULP directory contains the Open Mobile Alliance
28     UserPlane Location Protocol decoder.
29     Before trying to compile, read the README file in that directory.
30
31 9.  The ./sample.source.J2735 directory contains the SAE J2735-201603 decoder.
32     Before trying to compile, read the README file in that directory.
33     WARNING WARNING WARNING: WORK IN PROGRESS. Not supposed to work yet.
34
35 10. The ./sample.source.1609.2 directory contains the IEEE 1609.2-2016 decoder.
36     Before trying to compile, read the README file in that directory.
37     WARNING WARNING WARNING: WORK IN PROGRESS. Not supposed to work yet.
38
39 11. The ./sample.source.S1AP directory contain the 3GPP S1AP decoder for
40     S1AP version 14.4.0. Read the README file in that directory.
41
42 The crfc2asn1.pl script can be used to extract ASN.1 data from RFC texts.
43 For instance, it is used to extract X.509, MEGACO, and LDAPv3 ASN.1 modules
44 from the corresponding RFC texts (rfc3280.txt, rfc3525.txt, rfc4211.txt).
45
46 To regenerate the .asn1 files from the original RFC texts, execute
47 `make clean; make` in the current directory.
48