Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
92b5df85
Commit
92b5df85
authored
Sep 12, 2018
by
Denis Filatov
Browse files
fix eeType for EA
parent
f7110ebe
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/itscertgen/asn1certgen/asn1certgen.xslt
View file @
92b5df85
...
...
@@ -90,11 +90,9 @@
<xsl:choose>
<xsl:when
test=
"@type = 'ROOT'"
>
11000000
</xsl:when>
<xsl:when
test=
"@type = 'AA'"
>
10000000
</xsl:when>
<xsl:when
test=
"@type = 'AT'"
>
10000000
</xsl:when>
<xsl:when
test=
"@type = 'TLM'"
>
10000000
</xsl:when>
<xsl:when
test=
"@type = 'EA'"
>
10000000
</xsl:when>
<!-- certReqPermissions is not used yet in TS103097 -->
<xsl:when
test=
"@type = 'EC'"
>
10000000
</xsl:when>
<!-- certReqPermissions is not used yet in TS103097 -->
<xsl:otherwise>
2
</xsl:otherwise>
<xsl:when
test=
"@type = 'EA'"
>
01000000
</xsl:when>
<!-- certReqPermissions is not used yet in TS103097 -->
<xsl:otherwise>
0
</xsl:otherwise>
</xsl:choose>
</xsl:variable>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment