Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATS oneM2M Types Release 3
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
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 oneM2M Types Release 3
Compare revisions
90ab8a2c023e42acbc39e3d261b35e8ab21f68c4 to c2727ad3cff9f36452f895a8aaaebf9f432e461b
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
TST/ATS-oneM2M-Types-Release-3
Select target project
No results found
c2727ad3cff9f36452f895a8aaaebf9f432e461b
Select Git revision
Swap
Target
TST/ATS-oneM2M-Types-Release-3
Select target project
TST/ATS-oneM2M-Types-Release-3
1 result
90ab8a2c023e42acbc39e3d261b35e8ab21f68c4
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
OneM2M Types generated from XSD v3.29.0
· c2727ad3
Miguel Angel Reina Ortega
authored
1 year ago
c2727ad3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
OneM2M_Types.ttcn
+9
-6
9 additions, 6 deletions
OneM2M_Types.ttcn
with
9 additions
and
6 deletions
OneM2M_Types.ttcn
View file @
c2727ad3
...
...
@@ -2075,9 +2075,9 @@ type record EventNotificationCriteria
}
with
{
variant
"name as uncapitalized"
;
//
variant (operationMonitor_list) "untagged";
variant
(
operationMonitor_list
)
"untagged"
;
variant
(
operationMonitor_list
[
-
])
"name as 'operationMonitor'"
;
//
variant (notificationEventType_list) "untagged";
variant
(
notificationEventType_list
)
"untagged"
;
variant
(
notificationEventType_list
[
-
])
"name as 'notificationEventType'"
;
variant
(
childResourceType
)
"list"
;
};
...
...
@@ -2359,7 +2359,7 @@ type record AccessControlRule
ListOfURIs
accessControlOriginators
,
AccessControlOperations
accessControlOperations
,
record
of
record
{
record
of
ScheduleEntry
accessControlWindow_list
,
record
of
ScheduleEntry
accessControlWindow_list
optional
,
//TODO Make it optional
record
{
record
length
(
1
..
infinity
)
of
Ipv4
ipv4Addresses
optional
,
record
length
(
1
..
infinity
)
of
Ipv6
ipv6Addresses
optional
...
...
@@ -2375,7 +2375,7 @@ type record AccessControlRule
}
with
{
variant
"name as uncapitalized"
;
//
variant (accessControlContexts_list) "untagged";
variant
(
accessControlContexts_list
)
"untagged"
;
variant
(
accessControlContexts_list
[
-
])
"name as 'accessControlContexts'"
;
variant
(
accessControlContexts_list
[
-
].
accessControlWindow_list
)
"untagged"
;
variant
(
accessControlContexts_list
[
-
].
accessControlWindow_list
[
-
])
"name as 'accessControlWindow'"
;
...
...
@@ -2383,7 +2383,7 @@ with {
variant
(
accessControlContexts_list
[
-
].
accessControlIpAddresses
.
ipv6Addresses
)
"list"
;
//variant (accessControlAuthenticationFlag) "text 'true' as '1'";
//variant (accessControlAuthenticationFlag) "text 'false' as '0'";
//
variant (accessControlObjectDetails_list) "untagged";
variant
(
accessControlObjectDetails_list
)
"untagged"
;
variant
(
accessControlObjectDetails_list
[
-
])
"name as 'accessControlObjectDetails'"
;
variant
(
accessControlObjectDetails_list
[
-
].
childResourceType
)
"list"
;
};
...
...
@@ -4932,7 +4932,10 @@ type enumerated TriggerStatus
int3
(
3
),
int4
(
4
),
int5
(
5
),
int6
(
6
)
int6
(
6
),
int7
(
7
),
int8
(
8
),
int9
(
9
)
}
with
{
variant
"useNumber"
;
...
...
This diff is collapsed.
Click to expand it.