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
c687a5233c794a667daa54152c5ec6674d47e32c to 2cb0292c096407828b56e6de025203cb1e09f993
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
2cb0292c096407828b56e6de025203cb1e09f993
Select Git revision
Branches
Interim
master
Tags
ATS-oneM2M-Types-v3_18_0
ATS-oneM2M-Types-v3_24_0
ATS-oneM2M-Types-v3_29_0
5 results
Swap
Target
TST/ATS-oneM2M-Types-Release-3
Select target project
TST/ATS-oneM2M-Types-Release-3
1 result
c687a5233c794a667daa54152c5ec6674d47e32c
Select Git revision
Branches
Interim
master
Tags
ATS-oneM2M-Types-v3_18_0
ATS-oneM2M-Types-v3_24_0
ATS-oneM2M-Types-v3_29_0
5 results
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.25.0
· 2cb0292c
Miguel Angel Reina Ortega
authored
2 years ago
Signed-off-by:
Miguel Angel Reina Ortega
<
miguelangel.reinaortega@etsi.org
>
2cb0292c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
OneM2M_Types.ttcn
+4
-4
4 additions, 4 deletions
OneM2M_Types.ttcn
with
4 additions
and
4 deletions
OneM2M_Types.ttcn
View file @
2cb0292c
...
@@ -2363,13 +2363,13 @@ type record AccessControlRule
...
@@ -2363,13 +2363,13 @@ type record AccessControlRule
record
length
(
1
..
infinity
)
of
Ipv6
ipv6Addresses
optional
record
length
(
1
..
infinity
)
of
Ipv6
ipv6Addresses
optional
}
accessControlIpAddresses
optional
,
}
accessControlIpAddresses
optional
,
LocationRegion
accessControlLocationRegion
optional
LocationRegion
accessControlLocationRegion
optional
}
accessControlContexts_list
optional
,
//TODO
It should be
optional
}
accessControlContexts_list
optional
,
//TODO
Make it
optional
XSD
.
Boolean
accessControlAuthenticationFlag
optional
,
XSD
.
Boolean
accessControlAuthenticationFlag
optional
,
record
of
record
{
record
of
record
{
ResourceType
resourceType
optional
,
ResourceType
resourceType
optional
,
SpecializationType
specializationID
optional
,
SpecializationType
specializationID
optional
,
record
length
(
1
..
infinity
)
of
ResourceType
childResourceType
record
length
(
1
..
infinity
)
of
ResourceType
childResourceType
}
accessControlObjectDetails_list
optional
//TODO
It should be
optional
}
accessControlObjectDetails_list
optional
//TODO
Make it
optional
}
}
with
{
with
{
variant
"name as uncapitalized"
;
variant
"name as uncapitalized"
;
...
@@ -7574,8 +7574,8 @@ with {
...
@@ -7574,8 +7574,8 @@ with {
type
record
RateLimit
type
record
RateLimit
{
{
XSD
.
NonNegativeInteger
maxNrOfNotify
optional
,
XSD
.
NonNegativeInteger
maxNrOfNotify
,
XSD
.
Duration
timeWindow
optional
XSD
.
Duration
timeWindow
}
}
with
{
with
{
variant
"name as uncapitalized"
;
variant
"name as uncapitalized"
;
...
...
This diff is collapsed.
Click to expand it.