X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=examples%2Fsample.source.J2735%2FREADME;fp=examples%2Fsample.source.J2735%2FREADME;h=0000000000000000000000000000000000000000;hb=7bfd112193698e9340c01e9260e3f14889f0cbe0;hp=1e0697fcd8da22c85c468a3f734160e1a17e580c;hpb=0c91129502aa163bb0e1d6d0ca7c807560ffb588;p=com%2Fasn1c.git diff --git a/examples/sample.source.J2735/README b/examples/sample.source.J2735/README deleted file mode 100644 index 1e0697f..0000000 --- a/examples/sample.source.J2735/README +++ /dev/null @@ -1,40 +0,0 @@ - -GENERAL INFORMATION -=================== - -The SAE J2735-201603 Dedicated Short Range Communications (DSRC) -Message Set Dictionary decoder. -Invoking `make` will compile the ASN.1 specifications from the -../J2735_201603.asn1 file. - -THERE IS NO J2735_201603.asn1 FILE THERE YET! - -OBTAINING THE J2735 SPECIFICATION -================================= - -Go to http://standards.sae.org/j2735_201603/ and download the files. - -You should extract the ASN.1 module from there and save it -as the ../J2735_201603.asn1 file. This file should start with -the following line - - DSRC DEFINITIONS AUTOMATIC TAGS ::= - -and end with the "END" token. -Be careful not to copy any non-ASN.1 preambles from that .DOC file. - -After obtaining the J2735_201603.asn1, type `make` in the directory -containing this README file. - -j2735-dump USAGE -================ - -The j2735-dump utility may be used to dump the contents of the -UPER-encoded DSRC message record file: - - ./j2735-dump j2735file.per # Print as XML (BASIC-XER) - -The full list of recognized command line options may be obtained with - - > ./j2735-dump -h -