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
4a7fc4839d66ad69c3cb554c38ef28d275183b21 to d10b88fa5d91f243ab44f526941f0079c1c6e20c
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
d10b88fa5d91f243ab44f526941f0079c1c6e20c
Select Git revision
Swap
Target
TST/ATS-oneM2M-Types-Release-3
Select target project
TST/ATS-oneM2M-Types-Release-3
1 result
4a7fc4839d66ad69c3cb554c38ef28d275183b21
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.25.0
· d10b88fa
Miguel Angel Reina Ortega
authored
2 years ago
Signed-off-by:
Miguel Angel Reina Ortega
<
miguelangel.reinaortega@etsi.org
>
d10b88fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
OneM2M_Types.ttcn
+5
-4
5 additions, 4 deletions
OneM2M_Types.ttcn
with
5 additions
and
4 deletions
OneM2M_Types.ttcn
View file @
d10b88fa
...
...
@@ -2363,13 +2363,13 @@ type record AccessControlRule
record
length
(
1
..
infinity
)
of
Ipv6
ipv6Addresses
optional
}
accessControlIpAddresses
optional
,
LocationRegion
accessControlLocationRegion
optional
}
accessControlContexts_list
optional
,
//TODO
It should be
optional
}
accessControlContexts_list
optional
,
//TODO
Make it
optional
XSD
.
Boolean
accessControlAuthenticationFlag
optional
,
record
of
record
{
ResourceType
resourceType
optional
,
SpecializationType
specializationID
optional
,
record
length
(
1
..
infinity
)
of
ResourceType
childResourceType
}
accessControlObjectDetails_list
optional
//TODO
It should be
optional
}
accessControlObjectDetails_list
optional
//TODO
Make it
optional
}
with
{
variant
"name as uncapitalized"
;
...
...
@@ -3966,6 +3966,7 @@ type enumerated ResourceType
int10002
(
10002
),
int10003
(
10003
),
int10004
(
10004
),
int10005
(
10005
),
int10009
(
10009
),
int10010
(
10010
),
int10013
(
10013
),
...
...
@@ -7573,8 +7574,8 @@ with {
type
record
RateLimit
{
XSD
.
NonNegativeInteger
maxNrOfNotify
optional
,
XSD
.
Duration
timeWindow
optional
XSD
.
NonNegativeInteger
maxNrOfNotify
,
XSD
.
Duration
timeWindow
}
with
{
variant
"name as uncapitalized"
;
...
...
This diff is collapsed.
Click to expand it.