Commit 8c781192 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in IVI SSPs

parent 26ba2209
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
		<!-- encryption_key -->
		<attribute type="encryption_key">
			<public_key sym_alg="0" algorithm="0">
				><ecc_point type="compressed"/>
				<ecc_point type="compressed"/>
			</public_key>
		</attribute>
		<!-- assurance_level -->
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
		<!-- encryption_key -->
		<attribute type="encryption_key">
			<public_key sym_alg="0" algorithm="0">
				><ecc_point type="compressed"/>
				<ecc_point type="compressed"/>
			</public_key>
		</attribute>
		<!-- assurance_level -->
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
		<!-- encryption_key -->
		<attribute type="encryption_key">
			<public_key sym_alg="0" algorithm="0">
				><ecc_point type="compressed"/>
				<ecc_point type="compressed"/>
			</public_key>
		</attribute>
		<!-- assurance_level -->
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
		<!-- encryption_key -->
		<attribute type="encryption_key">
			<public_key sym_alg="0" algorithm="0">
				><ecc_point type="compressed"/>
				<ecc_point type="compressed"/>
			</public_key>
		</attribute>
		<!-- assurance_level -->
+7 −6
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
		<!-- encryption_key -->
		<attribute type="encryption_key">
			<public_key sym_alg="0" algorithm="0">
				><ecc_point type="compressed"/>
				<ecc_point type="compressed"/>
			</public_key>
		</attribute>
		<!-- assurance_level -->
@@ -23,11 +23,12 @@
		<attribute type="its_aid_list">
			<aid value="CAM"/>  <!--CAM-->
			<aid value="DENM"/>  <!--DENM-->
			<aid value="SPAT"/> <!-- TLM / SPAT -->
			<aid value="MAP"/> <!-- RLT / MAP-->
			<aid value="IVI"/> <!-- IVI -->
			<aid value="SREM"/> <!-- TLC REQUEST-->
			<aid value="SSEM"/> <!-- TLC RESPONSE -->
			<aid value="SPAT">01 D0/FF 1F</aid> <!-- TLM / SPAT -->
			<aid value="MAP">01 C0/FF 3F</aid> <!-- RLT / MAP-->
			<aid value="IVI">01 FF FF FF FF F8/FF 00 00 00 00 07</aid> <!-- IVI -->
			<aid value="SREM">02 FF FF FF/FF 00 00 01</aid> <!-- TLC REQUEST-->
			<aid value="SSEM">01/FF</aid> <!-- TLC RESPONSE -->
			<ssp value="GPC">01/FF</ssp>  <!-- RTCM -->
			<aid value="GN-MGMT"/> <!-- GN-MGMT -->
		</attribute>
		<attribute type="its_aid_ssp_list">
Loading