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
Commits
fc1c6347
Commit
fc1c6347
authored
2 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Make accessControlWindow optional
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
b55ce90a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide 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
+
3
−
3
View file @
fc1c6347
...
@@ -2018,19 +2018,19 @@ type record AccessControlRule
...
@@ -2018,19 +2018,19 @@ type record AccessControlRule
ListOfURIs
accessControlOriginators
,
ListOfURIs
accessControlOriginators
,
AccessControlOperations
accessControlOperations
,
AccessControlOperations
accessControlOperations
,
record
of
record
{
record
of
record
{
record
of
ScheduleEntry
accessControlWindow_list
,
record
of
ScheduleEntry
accessControlWindow_list
optional
,
//TODO Make it optional
record
{
record
{
record
length
(
1
..
infinity
)
of
Ipv4
ipv4Addresses
optional
,
record
length
(
1
..
infinity
)
of
Ipv4
ipv4Addresses
optional
,
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
,
XSD
.
AnyURI
specializationID
optional
,
XSD
.
AnyURI
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"
;
...
...
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