Skip to content

Commit

Permalink
List required asn1 files. Clarify to put them in year subdirectory in…
Browse files Browse the repository at this point in the history
… readme.
  • Loading branch information
iyourshaw committed Nov 20, 2024
1 parent bc2d859 commit a12f013
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
4 changes: 3 additions & 1 deletion asn1c_combined/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ sudo make install
### J2735 ASN Files
The 'j2735-asn-files' subdirectory should contain the ASN.1 files for the J2735 standard. These are organized by year.

The `generate-files.sh` script will reference the necessary files from the `j2735-asn-files` directory when generating the C code.
Place the ASN files in the appropriate subdirectory for the year. For example, for 2024, place the ASN files in the `j2735-asn-files/2024` subdirectory.

The `generate-files.sh` script will reference the necessary files from the `j2735-asn-files/$year` 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.
Expand Down
43 changes: 43 additions & 0 deletions asn1c_combined/j2735-asn-files/2024/required-asn-files.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
ISO17573-EfcDataDictionary.asn
J2540-2-J2540ITIS-2024-rel-v1.1.1.asn
J2735-AddGrpB-2024-rel-v1.1.asn
J2735-AddGrpC-2024-rel-v1.1.asn
J2735-BasicSafetyMessage-2024-rel-v1.1.2.asn
J2735-Common-2024-rel-v1.1.2.asn
J2735-CommonSafetyRequest-2024-rel-v1.1.asn
J2735-EmergencyVehicleAlert-2024-rel-v1.1.asn
J2735-IntersectionCollision-2024-rel-v1.1.asn
J2735-ITIS-2024-rel-v1.1.asn
J2735-MapData-2024-rel-v1.1.asn
J2735-MessageFrame-2024-rel-v1.1.1.asn
J2735-NMEAcorrections-2024-rel-v1.1.asn
J2735-NTCIP-2024-rel-v1.1.asn
J2735-PersonalSafetyMessage-2024-rel-v1.1.asn
J2735-ProbeDataManagement-2024-rel-v1.1.asn
J2735-ProbeVehicleData-2024-rel-v1.1.asn
J2735-REGION-2024-rel-v1.1.asn
J2735-RoadSideAlert-2024-rel-v1.1.asn
J2735-RTCMcorrections-2024-rel-v1.1.asn
J2735-SCPR-2024-ph-v1.1.asn
J2735-SCPS-2024-ph-v1.1.asn
J2735-SignalRequestMessage-2024-rel-v1.1.asn
J2735-SignalStatusMessage-2024-rel-v1.1.asn
J2735-SPAT-2024-rel-v1.1.1.asn
J2735-TestMessages-2024-rel-v1.1.asn
J2735-TrafficLightStatusMessage-2024-rel-v1.1.2.asn
J2735-TravelerInformation-2024-rel-v1.1.2.asn
J2735-TSPAT-2024-ph-v1.1.asn
J2945-3-RoadWeatherMessage-2024-rel-v2.1.asn
J2945-4-RoadSafetyMessage-2024-rel-v1.1.1.asn
J2945-6-CooperativeControlMessage-2024-rel-v1.1.1.asn
J2945-9-PersonalSafetyMessage2-2024-ph-v1.1.asn
J2945-A-RGA-2024-ph-v1.1.asn
J2945-C-ProbeDataConfig-2024-rel-v1.1.asn
J2945-C-ProbeDataReport-2024-rel-v1.1.asn
J3186-ManeuverSharingandCoordinatingMessage-2024-rel-v1.1.asn
J3217-R-RoadUserChargingConfigMsg-2024-rel-v1.1.1.asn
J3217-R-RoadUserChargingReportMsg-2024-rel-v1.1.asn
J3217-TollAdvertisementMsg-2024-rel-v1.1.asn
J3217-TollUsageAckMsg-2024-rel-v1.1.asn
J3217-TollUsageMsg-2024-rel-v1.1.asn
J3224-SensorDataSharingMessage-2024-rel-v1.1.asn

0 comments on commit a12f013

Please sign in to comment.