Commit 969a202a authored by Jasja Tijink's avatar Jasja Tijink
Browse files

Delete saem_v2.0.0.patch

parent bf73b9d1
Loading
Loading
Loading
Loading

saem_v2.0.0.patch

deleted100644 → 0
+0 −114
Original line number Diff line number Diff line
diff -ubBd orig/17419.2.asn patched/17419.2.asn
--- orig/17419.2.asn	2024-06-17 15:18:48.473517900 +0200
+++ patched/17419.2.asn	2024-06-14 23:48:32.455822000 +0200
@@ -50,6 +50,7 @@
 CountryCode::=UTF8String (SIZE(3)) -- ISO 3166 Alpha-3 code
 
 -- Area definitions
+/*
 ITSRPAREA::=CLASS{
 	&areaRef Int1,
 	&Area
@@ -64,7 +65,7 @@
 
 rpAreaCountryCode	ITSRPAREA::={&areaRef 0, &Area CountryCode}
 rpAreaGeoPolygon	ITSRPAREA::={&areaRef 1, &Area GeoPolygonArea}
-
+*/
 GeoPolygonArea::=SEQUENCE{
 	inclusions	GeoInclusionAreas,
 	exclusions	GeoExclusionAreas
@@ -302,7 +303,7 @@
 	iTSmsName	ITSObName,	-- human-readable name of ITS message set
 	iTSmsOwner	ITSOwnerInfo	-- owner of the ITS message set
 	}
-
+/*
 -- Regulatory region, 6.9.4
 -- whole set of registration information 
 ITSregRegionRegistry::=SEQUENCE OF ITSregRegion
@@ -322,7 +323,7 @@
 	polAuthority	ITS-RegPolicyAuthority,
 	polArea	ITS-RParea
 	}
-
+*/
 -- ITS Port Numbers, 6.9.6
 -- whole set of registration information 
 ITSportNumberRegistry::=SEQUENCE OF ITSportNumber
diff -ubBd orig/ISO_16460_ITSee1.asn patched/ISO_16460_ITSee1.asn
--- orig/ISO_16460_ITSee1.asn	2024-06-17 15:19:24.501763200 +0200
+++ patched/ISO_16460_ITSee1.asn	2024-06-14 23:48:31.854850500 +0200
@@ -5,10 +5,10 @@
 BEGIN
 
 IMPORTS
-
+/*
 -- ISO 21218
 I-Param FROM ITSllsap {iso(1) standard(0) calm-ll-sap(21218) asnm-1 (1) version2 (2)}
-
+*/
 -- ISO 17419
 VarLengthNumber FROM CITSdataDictionary1 {iso(1) standard(0) cits-applMgmt (17419) dataDictionary (1) version1 (1)}
 
@@ -84,11 +84,11 @@
 	hundredPercent	(200),
 	unknown	(201)
 	}(0..255) -- values larger than 201 are prohibited
-
+/*
 RXcip::=SEQUENCE OF I-Param
 
 TXcip::=SEQUENCE OF I-Param -- may optionally be forwarded to peer ITS station
-
+*/
 
 -- SAM header extension elements
 
diff -ubBd orig/ISO_16460_ITSsa1.asn patched/ISO_16460_ITSsa1.asn
--- orig/ISO_16460_ITSsa1.asn	2024-06-17 15:19:19.390046900 +0200
+++ patched/ISO_16460_ITSsa1.asn	2024-06-14 23:48:31.403244400 +0200
@@ -97,8 +97,8 @@
 	}
 
 ChannelOptions ::= SEQUENCE{
-	systemService	SystemService OPTIONAL, 
-	serviceProviderPort	ReplyAddress OPTIONAL,
+	systemService	NULL  OPTIONAL, -- SystemService
+	serviceProviderPort	NULL OPTIONAL, -- ReplyAddress
 	extensions	ServiceInfoExts OPTIONAL 
 	}
 
@@ -106,13 +106,13 @@
 	notUsed	(0), -- no change of channel
 	firstEntry	(1) 
 	}(0..31)
-
+/*
 ReplyAddress ::= PortNumber 
 
 SystemService ::= SEQUENCE OF SystemServiceAndContext
 
 SystemServiceAndContext ::= SamContext -- only ITS-AID = 0 allowed
-
+*/
 -- Service Info Extensions
 ServiceInfoExts ::= SEQUENCE OF ServiceInfoExt
 
@@ -219,7 +219,7 @@
 	{ GatewayMacAddress	IDENTIFIED BY c-GatewayMACaddress },
 	...
 	}
-
+/*
 -- Service Response Message
 -- not supported in IEEE 1609.3™-2016
 Srm ::= SEQUENCE{
@@ -309,5 +309,5 @@
 --	{ 	IDENTIFIED BY  },
 	...
 	}
-
+*/
 END