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
2055629d
Commit
2055629d
authored
Sep 14, 2018
by
garciay
Browse files
STF545: Review first test
parent
00f08fdf
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/Http/LibItsHttp_Pics.ttcn
View file @
2055629d
...
...
@@ -8,6 +8,6 @@ module LibItsHttp_Pics {
/**
* @desc
*/
modulepar
charstring
PICS_HEADER_CONTENT_TYPE
:=
"application/
held+xml;charset=utf-8
"
;
modulepar
charstring
PICS_HEADER_CONTENT_TYPE
:=
"application/
x-its-request
"
;
}
// End of module LibItsHttp_Pics
ttcn/Pki/LibItsPki_TestSystem.ttcn
View file @
2055629d
...
...
@@ -22,18 +22,19 @@ module LibItsPki_TestSystem {
import
from
EtsiTs102941MessagesItss
language
"ASN.1:1997"
all
;
import
from
EtsiTs103097Module
language
"ASN.1:1997"
all
;
// Lib
ItsGeoNetworking
import
from
LibIts
GeoNetworking
_TestSystem
all
;
// Lib
Cam
import
from
LibIts
Cam
_TestSystem
all
;
// LibItsHttp
import
from
LibItsHttp_TestSystem
all
;
type
component
ItsPkiSystem
extends
Its
GeoNetworking
System
{
type
component
ItsPkiSystem
extends
Its
Cam
System
{
port
HttpPort
httpPort
;
}
// End of component ItsPkiSystem
type
component
ItsPki
extends
Its
GeoNetworking
{
type
component
ItsPki
extends
Its
Cam
{
port
HttpPort
httpPort
;
}
// End of component ItsPki
}
// End of module LibItsPki_TestSystem
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