From a12f013a63d08cd784a29c64d8ed8a925179d0df Mon Sep 17 00:00:00 2001 From: Ivan Yourshaw <39739503+iyourshaw@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:39:12 -0700 Subject: [PATCH] List required asn1 files. Clarify to put them in year subdirectory in readme. --- asn1c_combined/README.md | 4 +- .../2024/required-asn-files.txt | 43 +++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 asn1c_combined/j2735-asn-files/2024/required-asn-files.txt diff --git a/asn1c_combined/README.md b/asn1c_combined/README.md index 4d7b020b..7778c005 100644 --- a/asn1c_combined/README.md +++ b/asn1c_combined/README.md @@ -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. diff --git a/asn1c_combined/j2735-asn-files/2024/required-asn-files.txt b/asn1c_combined/j2735-asn-files/2024/required-asn-files.txt new file mode 100644 index 00000000..cd8e75ee --- /dev/null +++ b/asn1c_combined/j2735-asn-files/2024/required-asn-files.txt @@ -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 \ No newline at end of file