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
bf1c1a08
Commit
bf1c1a08
authored
3 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Plain Diff
Merge branch 'Release3-onwards-New-TPs-Semantics' into Release3-onwards
parents
9d25544a
42c6658d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!63
Merge Release4-onwards into Release4
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LibOneM2M/OneM2M_Templates.ttcn
+30
-0
30 additions, 0 deletions
LibOneM2M/OneM2M_Templates.ttcn
OneM2M_Testcases_CSE_Release_3.ttcn
+580
-1
580 additions, 1 deletion
OneM2M_Testcases_CSE_Release_3.ttcn
with
610 additions
and
1 deletion
LibOneM2M/OneM2M_Templates.ttcn
+
30
−
0
View file @
bf1c1a08
...
...
@@ -8281,6 +8281,36 @@ module OneM2M_Templates {
resultGenType
:=
?
,
periodForResultGen
:=
*
}
/**
* @desc Base primitiveContent for RETRIEVE operation for SemanticDescriptor resource
*/
template
SemanticDescriptor_optional
mw_retrieveSemanticDescriptor
:=
{
resourceName
:=
?
,
resourceType
:=
int42
,
resourceID
:=
?
,
parentID
:=
?
,
creationTime
:=
?
,
lastModifiedTime
:=
?
,
labels
:=
*
,
accessControlPolicyIDs
:=
*
,
expirationTime
:=
?
,
dynamicAuthorizationConsultationIDs
:=
*
,
announceTo
:=
*
,
announcedAttribute
:=
*
,
creator
:=
*
,
descriptorRepresentation
:=
?
,
semanticOpExec
:=
*
,
descriptor
:=
?
,
ontologyRef
:=
*
,
relatedSemantics
:=
*
,
semanticValidated
:=
*
,
validationEnable
:=
*
,
choice
:=
*
}
/**
* @desc Base primitiveContent for RETRIEVE operation for SemanticMashupJobProfile resource
...
...
This diff is collapsed.
Click to expand it.
OneM2M_Testcases_CSE_Release_3.ttcn
+
580
−
1
View file @
bf1c1a08
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