Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATS oneM2M Types Release 2
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 2
Compare revisions
af89849b5a31a84d45cb8c2acab6ac50735b8c7f to d5bb3d0029d90aae8e4961173a19b045ef1a4adb
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-2
Select target project
No results found
d5bb3d0029d90aae8e4961173a19b045ef1a4adb
Select Git revision
Branches
Interim
master
Tags
ATS-oneM2M-Types-v2_27_0
ATS-oneM2M-Types-v2_28_0
ATS-oneM2M-Types-v2_29_0
ATS-oneM2M-Types-v2_30_0
ATS-oneM2M-Types-v2_31_0
ATS-oneM2M-Types-v2_32_0
8 results
Swap
Target
TST/ATS-oneM2M-Types-Release-2
Select target project
TST/ATS-oneM2M-Types-Release-2
1 result
af89849b5a31a84d45cb8c2acab6ac50735b8c7f
Select Git revision
Branches
Interim
master
Tags
ATS-oneM2M-Types-v2_27_0
ATS-oneM2M-Types-v2_28_0
ATS-oneM2M-Types-v2_29_0
ATS-oneM2M-Types-v2_30_0
ATS-oneM2M-Types-v2_31_0
ATS-oneM2M-Types-v2_32_0
8 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Some fixes
· d5bb3d00
Miguel Angel Reina Ortega
authored
4 years ago
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
d5bb3d00
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
OneM2M_Types.ttcn
+3
-3
3 additions, 3 deletions
OneM2M_Types.ttcn
with
3 additions
and
3 deletions
OneM2M_Types.ttcn
View file @
d5bb3d00
...
@@ -2024,13 +2024,13 @@ type record AccessControlRule
...
@@ -2024,13 +2024,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
,
}
accessControlContexts_list
optional
,
//TODO It should be optional
XSD
.
Boolean
accessControlAuthenticationFlag
optional
,
XSD
.
Boolean
accessControlAuthenticationFlag
optional
,
record
of
record
{
record
of
record
{
ResourceType
resourceType
optional
,
ResourceType
resourceType
optional
,
XSD
.
AnyURI
specializationID
optional
,
XSD
.
AnyURI
specializationID
optional
,
record
length
(
1
..
infinity
)
of
ResourceType
childResourceType
record
length
(
1
..
infinity
)
of
ResourceType
childResourceType
}
accessControlObjectDetails_list
}
accessControlObjectDetails_list
//TODO It should be optional
}
}
with
{
with
{
variant
"name as uncapitalized"
;
variant
"name as uncapitalized"
;
...
@@ -5648,7 +5648,7 @@ with {
...
@@ -5648,7 +5648,7 @@ with {
type
record
ListOfChildResourceRef
type
record
ListOfChildResourceRef
{
{
record
length
(
1
..
infinity
)
of
ChildResourceRef
resourceRef_list
record
length
(
0
..
infinity
)
of
ChildResourceRef
resourceRef_list
//TODO It should allow empty list
}
}
with
{
with
{
variant
"name as uncapitalized"
;
variant
"name as uncapitalized"
;
...
...
This diff is collapsed.
Click to expand it.