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
c3af4d2d
Commit
c3af4d2d
authored
Oct 10, 2018
by
garciay
Browse files
STF545: Add acPort support for Pki
parent
19386aa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/Pki/LibItsPki_TestSystem.ttcn
View file @
c3af4d2d
...
...
@@ -37,6 +37,17 @@ module LibItsPki_TestSystem {
// LibItsGeoNetworking
import
from
LibItsGeoNetworking_TestSystem
all
;
// LibItsPki
import
from
LibItsPki_TypesAndValues
all
;
/**
* @desc Adapter control port
*/
type
port
AdapterControlPort
message
{
out
AcPkiPrimitive
;
in
AcPkiResponse
;
}
// End of AdapterControlPort
type
port
PkiPort
message
{
inout
InnerEcRequest
,
InnerEcResponse
;
}
...
...
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