Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
d86b45cb
Commit
d86b45cb
authored
Jul 19, 2016
by
filatov
Browse files
add TCs to be compatible with TS103097 v1.2.5
parent
2785d819
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
407 additions
and
20 deletions
+407
-20
data/profiles/CERT_IUT_A_1_AT.xml
data/profiles/CERT_IUT_A_1_AT.xml
+28
-0
ttcn/AtsSecurity/ItsSecurity_Pics.ttcn3
ttcn/AtsSecurity/ItsSecurity_Pics.ttcn3
+5
-0
ttcn/AtsSecurity/ItsSecurity_TestCases.ttcn3
ttcn/AtsSecurity/ItsSecurity_TestCases.ttcn3
+374
-20
No files found.
data/profiles/CERT_IUT_A_1_AT.xml
0 → 100644
View file @
d86b45cb
<certificate
name=
"CERT_IUT_A_1_AT"
>
<version>
2
</version>
<signer
type=
"digest"
name=
"CERT_TS_A_AA"
/>
<subject
type=
"AT"
name=
""
>
<!-- verification_key -->
<attribute
type=
"verification_key"
>
<public_key
algorythm=
"0"
>
<ecc_point
type=
"uncompressed"
/>
</public_key>
</attribute>
<!-- assurance_level -->
<attribute
type=
"assurance_level"
>
<assurance
level=
"3"
/>
</attribute>
<!-- its_aid_ssp_list -->
<attribute
type=
"its_aid_ssp_list"
>
<ssp
aid=
"36"
>
ÿÿ
</ssp>
<!-- CAM -->
<ssp
aid=
"37"
>
ÿÿÿ
</ssp>
<!-- DENM -->
</attribute>
</subject>
<validity>
<restriction
type=
"time"
start=
"+0"
end=
"+365d"
/>
<restriction
type=
"region"
>
<none/>
</restriction>
</validity>
<signature
algorithm=
"0"
/>
</certificate>
ttcn/AtsSecurity/ItsSecurity_Pics.ttcn3
View file @
d86b45cb
...
...
@@ -12,4 +12,9 @@ module ItsSecurity_Pics {
*/
modulepar
boolean
PICS_DEBUG_ADDON
:=
false
;
/**
* @desc Set to true to enable restrictions of TS 103 097 v1.2.5
*/
modulepar
boolean
PICS_PLUGTEST_VERSION
:=
false
;
}
// End of module ItsSecurity_Pics
ttcn/AtsSecurity/ItsSecurity_TestCases.ttcn3
View file @
d86b45cb
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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