Skip to content

Commit

Permalink
Removed ASN files & updated README with SAE links.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Jan 16, 2024
1 parent f279429 commit 9ca7f3d
Show file tree
Hide file tree
Showing 42 changed files with 14 additions and 15,215 deletions.
14 changes: 12 additions & 2 deletions asn1c_combined/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,23 @@
The `doIt.sh` script will generate the C code for the J2735 ASN.1 files.

## J2735 ASN Files
The 'j2735-asn-files' subdirectory contains the ASN.1 files for the J2735 standard. These are organized by year. For example, you can find the 2016 files in the 'j2735-asn-files 2016' directory.
The 'j2735-asn-files' subdirectory should contain the ASN.1 files for the J2735 standard. These are organized by year.

The `doIt.sh` script will reference the necessary files from the `j2735-asn-files` directory when generating the C code.

### Obtaining the J2735 ASN Files
Redistribution of the ASN files is not permitted, so they are not included in this repository. You must obtain them from SAE and place them in the `j2735-asn-files` directory under the appropriate year subdirectory.

A table of the ASN files for each year is provided below.

| Year | Source |
| ---- | ----------- |
| 2016 | https://www.sae.org/standards/content/j2735set_201603/ |
| 2020 | https://www.sae.org/standards/content/j2735set_202007/ |

## Environment Variables
The `doIt.sh` script uses the following environment variables:
- `J2735_YEAR` - The year of the J2735 standard to use. For example, `2016`.
- `J2735_YEAR` - The year of the J2735 standard to use. For example, `2020`.

# Troubleshooting
## Fix for Makefile
Expand Down
1 change: 1 addition & 0 deletions asn1c_combined/j2735-asn-files/2016/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.asn
Loading

0 comments on commit 9ca7f3d

Please sign in to comment.