Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
49185ba3
Commit
49185ba3
authored
Sep 21, 2018
by
garciay
Browse files
STF545: Review first test
parent
2055629d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/Pki/LibItsPki_TestSystem.ttcn
View file @
49185ba3
...
...
@@ -22,6 +22,9 @@ module LibItsPki_TestSystem {
import
from
EtsiTs102941MessagesItss
language
"ASN.1:1997"
all
;
import
from
EtsiTs103097Module
language
"ASN.1:1997"
all
;
// LibSecurity
import
from
LibItsSecurity_TestSystem
all
;
// LibCam
import
from
LibItsCam_TestSystem
all
;
...
...
@@ -32,7 +35,12 @@ module LibItsPki_TestSystem {
port
HttpPort
httpPort
;
}
// End of component ItsPkiSystem
type
component
ItsPki
extends
ItsCam
{
type
component
ItsPkiItss
extends
ItsCam
,
ItsSecurityBaseComponent
{
port
HttpPort
httpPort
;
}
// End of component ItsPkiItss
type
component
ItsPki
extends
ItsBaseComponent
,
ItsSecurityBaseComponent
{
port
HttpPort
httpPort
;
}
// End of component ItsPki
...
...
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