Commit 5d079920 authored by garciay's avatar garciay
Browse files

Upgrade Certificate from H:\STF517

Validate RSUsimulator against AtsSremSsem in non secured mode
parent d04ca2d5
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -5,12 +5,17 @@ reuse=yes
format=hex

# Reference time point. The begining of the current year is used by default
#reftime=2015-01-01
#reftime=2016-01-01

# location of the IUT position
reflocation=51.4744200:5.6240500
reflocation= 43.552545:10.300891

# custom AID to be used to test GenericMessageProfile
macro=CAM:36
macro=DENM:37
macro=GENERIC:39
macro=GENERIC:38

# local region: Italy
macro=RGN_LOCAL:380
# Other region: France
macro=RGN_OTHER:250
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
	<validity>
		<restriction type="time" start="+0d" end="+365d"/>
		<restriction type="region">
			<id dictionary="iso_3166_1" id="528" local="0"/> <!-- NL -->
			<id dictionary="iso_3166_1" id="RGN_LOCAL" local="0"/> <!-- Local region -->
		</restriction>
	</validity>
	<signature algorithm="0"/>
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
	<validity>
		<restriction type="time" start="+0d" end="+365d"/>
		<restriction type="region">
			<id dictionary="iso_3166_1" id="250" local="0"/> <!-- France -->
			<id dictionary="iso_3166_1" id="RGN_LOCAL" local="0"/> <!-- Local region -->
		</restriction>
	</validity>
	<signature algorithm="0"/>
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
	<validity>
		<restriction type="time" start="+0d" end="+365d"/>
		<restriction type="region">
			<id dictionary="iso_3166_1" id="250" local="1"/> <!-- France -->
			<id dictionary="iso_3166_1" id="RGN_LOCAL" local="1"/> <!-- Local Region -->
		</restriction>
	</validity>
	<signature algorithm="0"/>
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
	<validity>
		<restriction type="time" start="+0d" end="+365d"/>
		<restriction type="region">
			<id dictionary="iso_3166_1" id="250" local="1"/> <!-- France -->
			<id dictionary="iso_3166_1" id="RGN_LOCAL" local="1"/> <!-- Local Region -->
		</restriction>
	</validity>
	<signature algorithm="0"/>
Loading