Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LibIts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TTCN-3 Libraries
LibIts
Commits
8fb3fe27
Commit
8fb3fe27
authored
6 years ago
by
garciay
Browse files
Options
Downloads
Patches
Plain Diff
Update HTTP Ng112 to ITS
parent
8de0e26c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
EndOfTtf011
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ttcn/Http/LibItsHttp_XMLTypes.ttcn
+2
-1
2 additions, 1 deletion
ttcn/Http/LibItsHttp_XMLTypes.ttcn
ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn
+5
-4
5 additions, 4 deletions
ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn
with
7 additions
and
5 deletions
ttcn/Http/LibItsHttp_XMLTypes.ttcn
+
2
−
1
View file @
8fb3fe27
...
@@ -4,5 +4,6 @@ module LibItsHttp_XMLTypes { // FIXME To be removed
...
@@ -4,5 +4,6 @@ module LibItsHttp_XMLTypes { // FIXME To be removed
* This file is volontary empry. You have to declare all XSD files required by your project
* This file is volontary empry. You have to declare all XSD files required by your project
* In addition, the TTCN-3 module LibItsHttp_XmlMessageBodyTypes have to be updated too.
* In addition, the TTCN-3 module LibItsHttp_XmlMessageBodyTypes have to be updated too.
*/
*/
// TODO Add here your custom RFCs import
}
// End of module LibItsHttp_XMLTypes
}
// End of module LibItsHttp_XMLTypes
This diff is collapsed.
Click to expand it.
ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn
+
5
−
4
View file @
8fb3fe27
...
@@ -2,17 +2,18 @@ module LibItsHttp_XmlMessageBodyTypes {
...
@@ -2,17 +2,18 @@ module LibItsHttp_XmlMessageBodyTypes {
// LibItsHttp
// LibItsHttp
import
from
LibItsHttp_XMLTypes
all
;
import
from
LibItsHttp_XMLTypes
all
;
// RFC5985 Held
import
from
XSD
all
;
import
from
urn_ietf_params_xml_ns_geopriv_held
language
"XSD"
all
;
/**
/**
* This file volontary contains a trivial declaration of the type XmlBodu.
* This file volontary contains a trivial declaration of the type XmlBodu.
* In accordance with your TTCN-3 module LibItsHttp_XMLTypes, you have to change the XmlBody typing.
* In accordance with your TTCN-3 module LibItsHttp_XMLTypes, you have to change the XmlBody typing.
*/
*/
// TODO Add here your custom RFCs import
type
union
XmlBody
{
type
union
XmlBody
{
// TODO Add here your custom variants
charstring
raw
charstring
raw
};
}
with
{
variant
""
}
}
// End of LibItsHttp_XmlMessageBodyTypes
}
// End of LibItsHttp_XmlMessageBodyTypes
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment