NativeEnumerated.c vars NULL init and check
[com/asn1c.git] / examples / sample.source.1609.2 / README
1
2 GENERAL INFORMATION
3 ===================
4
5 The IEEE 1609.2-2016 "Wireless Access in Vehicular Environments --
6 Security Services for Applications and Management Messages" messages decoder.
7 Invoking `make` will compile the ASN.1 specifications from the
8 ../IEEE-1609.2-2016.asn1 file.
9
10 THERE IS NO IEEE-1609.2-2016.asn1 FILE THERE YET!
11
12 OBTAINING THE IEEE 1609.2-2016 SPECIFICATION
13 ============================================
14
15 Download the standard containing the ASN.1 module files from
16 https://standards.ieee.org/findstds/standard/1609.2-2016.html
17
18 You should extract the ASN.1 modules from there and save it
19 into a single ../IEEE-1609.2-2016.asn1 file. This file should start with
20 the following line
21
22     IEEE1609dot2BaseTypes {iso(1) identified-organization(3) ieee(111)
23
24 or
25
26     IEEE1609dot2 {iso(1) identified-organization(3) ieee(111)
27
28 (both of these modules should be present in the file; order is unimportant)
29 and end with the "END" token.
30 Be careful not to copy any non-ASN.1 preambles from that .DOC file.
31
32 After obtaining the IEEE-1609.2-2016.asn1, type `make` in the directory
33 containing this README file.
34
35 1609-2-dump USAGE
36 =================
37
38 The 1609-2-dump utility may be used to dump the contents of the
39 OER-encoded Certificate file:
40
41         ./1609-2-dump 1609cert.oer      # Print as XML (BASIC-XER)
42
43 The full list of recognized command line options may be obtained with
44
45         > ./1609-2-dump -h
46