Skip to content

Commit

Permalink
Change *.patch files to LF line endings, and add .gitattributes file …
Browse files Browse the repository at this point in the history
…to try to prevent git from changing them
  • Loading branch information
iyourshaw committed Nov 20, 2024
1 parent a12f013 commit f62e5fe
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 25 deletions.
2 changes: 2 additions & 0 deletions asn1c_combined/j2735-asn-files/2024/asn-edits/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.patch text
*.patch eol=lf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
--- J3217-R-RoadUserChargingReportMsg-2024-rel-v1.1.asn 2024-02-22 14:49:42.000000000 -0700
+++ J3217-R-RoadUserChargingReportMsg-2024-rel-v1.1.asn.EDITED 2024-11-17 00:19:57.157916800 -0700
@@ -98 +98,2 @@
- VehicleId
+ -- EDITED
+ TumVehicleId
- VehicleId
+ -- EDITED
+ TumVehicleId
@@ -144 +145 @@
- vehicleID VehicleId, -- From J3217 TUM
+ vehicleID TumVehicleId, -- From J3217 TUM, EDITED
- vehicleID VehicleId, -- From J3217 TUM
+ vehicleID TumVehicleId, -- From J3217 TUM, EDITED
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
--- J2945-3-RoadWeatherMessage-2024-rel-v2.1.asn 2024-03-25 13:58:52.000000000 -0600
+++ J2945-3-RoadWeatherMessage-2024-rel-v2.1.asn.EDITED 2024-11-17 00:22:05.128855100 -0700
@@ -136 +136 @@
- citizenReport SnapShot,
+ citizenReport RwmSnapShot, -- EDITED
- citizenReport SnapShot,
+ citizenReport RwmSnapShot, -- EDITED
@@ -141 +141 @@
- snapShot SnapShot,
+ snapShot RwmSnapShot, -- EDITED
- snapShot SnapShot,
+ snapShot RwmSnapShot, -- EDITED
@@ -222,2 +222,4 @@
-
-SnapShot ::= SEQUENCE {
+-- EDITED
+-- Name changed to avoid conflict with "Snapshot", lowercase S, in module ProveVehicleData per
+-- this https://github.com/vlm/asn1c/issues/420
+RwmSnapShot ::= SEQUENCE {
-
-SnapShot ::= SEQUENCE {
+-- EDITED
+-- Name changed to avoid conflict with "Snapshot", lowercase S, in module ProveVehicleData per
+-- this https://github.com/vlm/asn1c/issues/420
+RwmSnapShot ::= SEQUENCE {
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
--- J3217-TollUsageMsg-2024-rel-v1.1.asn 2024-02-21 17:09:52.000000000 -0700
+++ J3217-TollUsageMsg-2024-rel-v1.1.asn.EDITED 2024-11-17 00:18:53.773971300 -0700
@@ -157 +157 @@
- vehicleId VehicleId,
+ vehicleId TumVehicleId,
@@ -184 +184,3 @@
-VehicleId ::= SEQUENCE {
+-- EDITED to avoid conflict with "VehicleID" in "Common" module.
+-- Name changed VehicleId -> TumVehicleId
+TumVehicleId ::= SEQUENCE {
--- J3217-TollUsageMsg-2024-rel-v1.1.asn 2024-02-21 17:09:52.000000000 -0700
+++ J3217-TollUsageMsg-2024-rel-v1.1.asn.EDITED 2024-11-17 00:18:53.773971300 -0700
@@ -157 +157 @@
- vehicleId VehicleId,
+ vehicleId TumVehicleId,
@@ -184 +184,3 @@
-VehicleId ::= SEQUENCE {
+-- EDITED to avoid conflict with "VehicleID" in "Common" module.
+-- Name changed VehicleId -> TumVehicleId
+TumVehicleId ::= SEQUENCE {

0 comments on commit f62e5fe

Please sign in to comment.