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
49a2b3b1
Commit
49a2b3b1
authored
8 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Reordering of fields for some templates
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
7025783d
No related branches found
No related tags found
1 merge request
!25
Ae fixes
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
LibOneM2M/OneM2M_Templates.ttcn
+10
-9
10 additions, 9 deletions
LibOneM2M/OneM2M_Templates.ttcn
with
10 additions
and
9 deletions
LibOneM2M/OneM2M_Templates.ttcn
+
10
−
9
View file @
49a2b3b1
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
*
*
* @author ETSI
* @author ETSI
* @version $URL: https://forge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Templates.ttcn $
* @version $URL: https://forge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Templates.ttcn $
* $Id: OneM2M_Templates.ttcn 11
2
2016-09-0
7 14:29:02
Z reinaortega $
* $Id: OneM2M_Templates.ttcn 11
4
2016-09-0
9 07:12:19
Z reinaortega $
* @desc Module containing templates for oneM2M
* @desc Module containing templates for oneM2M
*
*
*/
*/
...
@@ -856,6 +856,7 @@ module OneM2M_Templates {
...
@@ -856,6 +856,7 @@ module OneM2M_Templates {
accessControlPolicyIDs
:=
omit
,
//O
accessControlPolicyIDs
:=
omit
,
//O
expirationTime
:=
omit
,
//O
expirationTime
:=
omit
,
//O
dynamicAuthorizationConsultationIDs
:=
omit
,
//TODO Check whether it is optional or mandatory for create operation
dynamicAuthorizationConsultationIDs
:=
omit
,
//TODO Check whether it is optional or mandatory for create operation
creator
:=
omit
,
//O
eventNotificationCriteria
:=
omit
,
//O
eventNotificationCriteria
:=
omit
,
//O
expirationCounter
:=
omit
,
//O
expirationCounter
:=
omit
,
//O
notificationURI
:=
p_notificationURI
,
//M
notificationURI
:=
p_notificationURI
,
//M
...
@@ -869,7 +870,6 @@ module OneM2M_Templates {
...
@@ -869,7 +870,6 @@ module OneM2M_Templates {
latestNotify
:=
omit
,
//O
latestNotify
:=
omit
,
//O
notificationContentType
:=
int1
,
//TODO Set to omit once xsd is fixed,//O
notificationContentType
:=
int1
,
//TODO Set to omit once xsd is fixed,//O
notificationEventCat
:=
omit
,
//O
notificationEventCat
:=
omit
,
//O
creator
:=
omit
,
//O
subscriberURI
:=
omit
,
//O
subscriberURI
:=
omit
,
//O
choice
:=
omit
//NP
choice
:=
omit
//NP
};
};
...
@@ -943,8 +943,8 @@ module OneM2M_Templates {
...
@@ -943,8 +943,8 @@ module OneM2M_Templates {
lastModifiedTime
:=
omit
,
//NP
lastModifiedTime
:=
omit
,
//NP
labels
:=
LABELS
,
//O
labels
:=
LABELS
,
//O
accessControlPolicyIDs
:=
p_accessControlPolicyIDs
,
//O
accessControlPolicyIDs
:=
p_accessControlPolicyIDs
,
//O
dynamicAuthorizationConsultationIDs
:=
omit
,
//TODO Check whether it is optional or mandatory for create operation
expirationTime
:=
omit
,
//O
expirationTime
:=
omit
,
//O
dynamicAuthorizationConsultationIDs
:=
omit
,
//TODO Check whether it is optional or mandatory for create operation
announceTo
:=
omit
,
//O
announceTo
:=
omit
,
//O
announcedAttribute
:=
omit
,
//O
announcedAttribute
:=
omit
,
//O
locationSource
:=
PX_LOCATION_SOURCE
,
//M
locationSource
:=
PX_LOCATION_SOURCE
,
//M
...
@@ -1084,6 +1084,7 @@ module OneM2M_Templates {
...
@@ -1084,6 +1084,7 @@ module OneM2M_Templates {
accessControlPolicyIDs
:=
omit
,
//O
accessControlPolicyIDs
:=
omit
,
//O
expirationTime
:=
omit
,
//O
expirationTime
:=
omit
,
//O
dynamicAuthorizationConsultationIDs
:=
omit
,
//TODO Check whether it is optional or mandatory for create operation
dynamicAuthorizationConsultationIDs
:=
omit
,
//TODO Check whether it is optional or mandatory for create operation
creator
:=
omit
,
//NP
eventNotificationCriteria
:=
omit
,
//O
eventNotificationCriteria
:=
omit
,
//O
expirationCounter
:=
omit
,
//O
expirationCounter
:=
omit
,
//O
notificationURI
:=
omit
,
//O
notificationURI
:=
omit
,
//O
...
@@ -1097,7 +1098,6 @@ module OneM2M_Templates {
...
@@ -1097,7 +1098,6 @@ module OneM2M_Templates {
latestNotify
:=
omit
,
//O
latestNotify
:=
omit
,
//O
notificationContentType
:=
omit
,
//O
notificationContentType
:=
omit
,
//O
notificationEventCat
:=
omit
,
//O
notificationEventCat
:=
omit
,
//O
creator
:=
omit
,
//NP
subscriberURI
:=
omit
,
//NP
subscriberURI
:=
omit
,
//NP
choice
:=
omit
//NP
choice
:=
omit
//NP
};
};
...
@@ -1169,8 +1169,8 @@ module OneM2M_Templates {
...
@@ -1169,8 +1169,8 @@ module OneM2M_Templates {
lastModifiedTime
:=
omit
,
//NP
lastModifiedTime
:=
omit
,
//NP
labels
:=
LABELS
,
//O
labels
:=
LABELS
,
//O
accessControlPolicyIDs
:=
p_accessControlPolicyIDs
,
//O
accessControlPolicyIDs
:=
p_accessControlPolicyIDs
,
//O
dynamicAuthorizationConsultationIDs
:=
omit
,
//TODO Check whether it is optional or mandatory for create operation
expirationTime
:=
omit
,
//O
expirationTime
:=
omit
,
//O
dynamicAuthorizationConsultationIDs
:=
omit
,
//TODO Check whether it is optional or mandatory for create operation
announceTo
:=
omit
,
//O
announceTo
:=
omit
,
//O
announcedAttribute
:=
omit
,
//O
announcedAttribute
:=
omit
,
//O
locationSource
:=
omit
,
//NP
locationSource
:=
omit
,
//NP
...
@@ -1478,6 +1478,7 @@ module OneM2M_Templates {
...
@@ -1478,6 +1478,7 @@ module OneM2M_Templates {
accessControlPolicyIDs
:=
*
,
//O
accessControlPolicyIDs
:=
*
,
//O
expirationTime
:=
?
,
//M
expirationTime
:=
?
,
//M
dynamicAuthorizationConsultationIDs
:=
*
,
//TODO Check whether it is optional or mandatory for create operation
dynamicAuthorizationConsultationIDs
:=
*
,
//TODO Check whether it is optional or mandatory for create operation
creator
:=
*
,
//O
eventNotificationCriteria
:=
*
,
//O
eventNotificationCriteria
:=
*
,
//O
expirationCounter
:=
*
,
//O
expirationCounter
:=
*
,
//O
notificationURI
:=
?
,
//M
notificationURI
:=
?
,
//M
...
@@ -1491,7 +1492,6 @@ module OneM2M_Templates {
...
@@ -1491,7 +1492,6 @@ module OneM2M_Templates {
latestNotify
:=
*
,
//O
latestNotify
:=
*
,
//O
notificationContentType
:=
*
,
//O
notificationContentType
:=
*
,
//O
notificationEventCat
:=
*
,
//O
notificationEventCat
:=
*
,
//O
creator
:=
*
,
//O
subscriberURI
:=
*
,
//O
subscriberURI
:=
*
,
//O
choice
:=
*
//O
choice
:=
*
//O
};
};
...
@@ -1506,6 +1506,7 @@ module OneM2M_Templates {
...
@@ -1506,6 +1506,7 @@ module OneM2M_Templates {
accessControlPolicyIDs
:=
omit
,
//O
accessControlPolicyIDs
:=
omit
,
//O
expirationTime
:=
omit
,
//M
expirationTime
:=
omit
,
//M
dynamicAuthorizationConsultationIDs
:=
omit
,
//TODO Check whether it is optional or mandatory for create operation
dynamicAuthorizationConsultationIDs
:=
omit
,
//TODO Check whether it is optional or mandatory for create operation
creator
:=
omit
,
//O
eventNotificationCriteria
:=
omit
,
//O
eventNotificationCriteria
:=
omit
,
//O
expirationCounter
:=
omit
,
//O
expirationCounter
:=
omit
,
//O
notificationURI
:=
omit
,
//M
notificationURI
:=
omit
,
//M
...
@@ -1519,7 +1520,6 @@ module OneM2M_Templates {
...
@@ -1519,7 +1520,6 @@ module OneM2M_Templates {
latestNotify
:=
omit
,
//O
latestNotify
:=
omit
,
//O
notificationContentType
:=
omit
,
//M
notificationContentType
:=
omit
,
//M
notificationEventCat
:=
omit
,
//O
notificationEventCat
:=
omit
,
//O
creator
:=
omit
,
//O
subscriberURI
:=
omit
,
//O
subscriberURI
:=
omit
,
//O
choice
:=
omit
//O
choice
:=
omit
//O
}
}
...
@@ -1552,6 +1552,8 @@ module OneM2M_Templates {
...
@@ -1552,6 +1552,8 @@ module OneM2M_Templates {
labels
:=
omit
,
//O
labels
:=
omit
,
//O
accessControlPolicyIDs
:=
omit
,
//O
accessControlPolicyIDs
:=
omit
,
//O
expirationTime
:=
omit
,
//M
expirationTime
:=
omit
,
//M
dynamicAuthorizationConsultationIDs
:=
omit
,
//TODO Check whether it is optional or mandatory for create operation
creator
:=
omit
,
//O
eventNotificationCriteria
:=
omit
,
//O
eventNotificationCriteria
:=
omit
,
//O
expirationCounter
:=
omit
,
//O
expirationCounter
:=
omit
,
//O
notificationURI
:=
omit
,
//M
notificationURI
:=
omit
,
//M
...
@@ -1565,7 +1567,6 @@ module OneM2M_Templates {
...
@@ -1565,7 +1567,6 @@ module OneM2M_Templates {
latestNotify
:=
omit
,
//O
latestNotify
:=
omit
,
//O
notificationContentType
:=
omit
,
//M
notificationContentType
:=
omit
,
//M
notificationEventCat
:=
omit
,
//O
notificationEventCat
:=
omit
,
//O
creator
:=
omit
,
//O
subscriberURI
:=
omit
,
//O
subscriberURI
:=
omit
,
//O
choice
:=
{
childResource_list
:=
?
}
//O
choice
:=
{
childResource_list
:=
?
}
//O
}
}
...
...
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