Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
TST
ATS
Commits
c519835c
Commit
c519835c
authored
7 months ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Moved to XSD v3_31_0
parent
4e166f8f
Branches
Release3-onwards
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
LibOneM2M/OneM2M_Templates.ttcn
+8
-0
8 additions, 0 deletions
LibOneM2M/OneM2M_Templates.ttcn
LibOneM2M/OneM2M_TypesAndValues.ttcn
+2
-0
2 additions, 0 deletions
LibOneM2M/OneM2M_TypesAndValues.ttcn
LibOneM2M/oneM2M_Types
+1
-1
1 addition, 1 deletion
LibOneM2M/oneM2M_Types
with
11 additions
and
1 deletion
LibOneM2M/OneM2M_Templates.ttcn
+
8
−
0
View file @
c519835c
...
...
@@ -4358,6 +4358,7 @@ module OneM2M_Templates {
currentNrOfInstances
:=
omit
,
//NP
currentByteSize
:=
omit
,
//NP
periodicInterval
:=
omit
,
//O
periodicIntervalDelta
:=
omit
,
//O
missingDataDetect
:=
omit
,
//O
missingDataMaxNr
:=
omit
,
//O
missingDataList
:=
omit
,
//NP
...
...
@@ -4392,6 +4393,7 @@ module OneM2M_Templates {
currentNrOfInstances
:=
omit
,
//NP
currentByteSize
:=
omit
,
//NP
periodicInterval
:=
*
,
//O
periodicIntervalDelta
:=
*
,
//O
missingDataDetect
:=
*
,
//O
missingDataMaxNr
:=
*
,
//O
missingDataList
:=
omit
,
//NP
...
...
@@ -4424,6 +4426,7 @@ module OneM2M_Templates {
currentNrOfInstances
:=
omit
,
//NP
currentByteSize
:=
omit
,
//NP
periodicInterval
:=
omit
,
//O
periodicIntervalDelta
:=
omit
,
//O
missingDataMaxNr
:=
omit
,
//O
missingDataList
:=
omit
,
//NP
missingDataCurrentNr
:=
omit
,
//NP
...
...
@@ -4455,6 +4458,7 @@ module OneM2M_Templates {
currentNrOfInstances
:=
*
,
//M OA
currentByteSize
:=
*
,
//M OA
periodicInterval
:=
*
,
//O OA
periodicIntervalDelta
:=
*
,
//O OA
missingDataMaxNr
:=
*
,
//O OA
missingDataList
:=
*
,
//O OA
missingDataCurrentNr
:=
*
,
//O OA
...
...
@@ -5895,6 +5899,7 @@ module OneM2M_Templates {
currentNrOfInstances
:=
omit
,
//NP
currentByteSize
:=
omit
,
//NP
periodicInterval
:=
omit
,
//O
periodicIntervalDelta
:=
omit
,
//O
missingDataDetect
:=
omit
,
//O
missingDataMaxNr
:=
omit
,
//O
missingDataList
:=
omit
,
//NP
...
...
@@ -7315,6 +7320,7 @@ module OneM2M_Templates {
currentNrOfInstances
:=
omit
,
//M
currentByteSize
:=
omit
,
//M
periodicInterval
:=
omit
,
//O
periodicIntervalDelta
:=
omit
,
//O
missingDataDetect
:=
omit
,
//O
missingDataMaxNr
:=
omit
,
//O
missingDataList
:=
omit
,
//O
...
...
@@ -7345,6 +7351,7 @@ module OneM2M_Templates {
currentNrOfInstances
:=
?
,
//M
currentByteSize
:=
?
,
//M
periodicInterval
:=
*
,
//O
periodicIntervalDelta
:=
*
,
//O
missingDataDetect
:=
*
,
//O
missingDataMaxNr
:=
*
,
//O
missingDataList
:=
*
,
//O
...
...
@@ -7408,6 +7415,7 @@ module OneM2M_Templates {
currentNrOfInstances
:=
*
,
//O
currentByteSize
:=
*
,
//O
periodicInterval
:=
*
,
//O
periodicIntervalDelta
:=
*
,
//O
missingDataMaxNr
:=
*
,
//O
missingDataList
:=
*
,
//O
missingDataCurrentNr
:=
*
,
//O
...
...
This diff is collapsed.
Click to expand it.
LibOneM2M/OneM2M_TypesAndValues.ttcn
+
2
−
0
View file @
c519835c
...
...
@@ -2146,6 +2146,7 @@ type record TriggerRequest_optional
XSD
.
NonNegativeInteger
currentNrOfInstances
optional
,
XSD
.
NonNegativeInteger
currentByteSize
optional
,
XSD
.
PositiveInteger
periodicInterval
optional
,
XSD
.
NonNegativeInteger
periodicIntervalDelta
optional
,
XSD
.
Boolean
missingDataDetect
optional
,
XSD
.
PositiveInteger
missingDataMaxNr
optional
,
MissingDataList
missingDataList
optional
,
...
...
@@ -2197,6 +2198,7 @@ type record TriggerRequest_optional
XSD
.
NonNegativeInteger
currentNrOfInstances
optional
,
XSD
.
NonNegativeInteger
currentByteSize
optional
,
XSD
.
PositiveInteger
periodicInterval
optional
,
XSD
.
NonNegativeInteger
periodicIntervalDelta
optional
,
XSD
.
PositiveInteger
missingDataMaxNr
optional
,
MissingDataList
missingDataList
optional
,
XSD
.
NonNegativeInteger
missingDataCurrentNr
optional
,
...
...
This diff is collapsed.
Click to expand it.
oneM2M_Types
@
663109be
Compare
2497d16f
...
663109be
Subproject commit
2497d16f0e389ad8de88346136509b57f68ef1e4
Subproject commit
663109be6c0cce1690e7acea0aa17fda198bac17
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