Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATS oneM2M Types Release 4
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 4
Compare revisions
c28b5a251515b8745a7fd0bf37ea917b1d719357 to 1da00eb4a6c912fe3354fd5ab5bc24da92ddc3d9
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-4
Select target project
No results found
1da00eb4a6c912fe3354fd5ab5bc24da92ddc3d9
Select Git revision
Swap
Target
TST/ATS-oneM2M-Types-Release-4
Select target project
TST/ATS-oneM2M-Types-Release-4
1 result
c28b5a251515b8745a7fd0bf37ea917b1d719357
Select Git revision
Branches
Interim
Interim-TDE-2021-0061
ProcessManagementAndSoftwareManagementTypes
Titan-changes
main
master
6 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
oneM2M types based on XSD v4.12.0 baseline
· 1da00eb4
Miguel Angel Reina Ortega
authored
2 years ago
and
Miguel Angel Reina Ortega
committed
2 years ago
Signed-off-by:
Miguel Angel Reina Ortega
<
miguelangel.reinaortega@etsi.org
>
1da00eb4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
OneM2M_Types.ttcn
+5
-2
5 additions, 2 deletions
OneM2M_Types.ttcn
with
5 additions
and
2 deletions
OneM2M_Types.ttcn
View file @
1da00eb4
...
@@ -3174,7 +3174,8 @@ type record SetOfNotificationStatsInfo
...
@@ -3174,7 +3174,8 @@ type record SetOfNotificationStatsInfo
record
length
(
1
..
infinity
)
of
record
{
record
length
(
1
..
infinity
)
of
record
{
XSD
.
AnyURI
target
,
XSD
.
AnyURI
target
,
XSD
.
NonNegativeInteger
requestsSent
,
XSD
.
NonNegativeInteger
requestsSent
,
XSD
.
NonNegativeInteger
responsesReceived
XSD
.
NonNegativeInteger
responsesReceived
,
XSD
.
NonNegativeInteger
notificationEventCount
}
notificationStats_list
}
notificationStats_list
}
}
with
{
with
{
...
@@ -5259,7 +5260,9 @@ type enumerated MgmtDefinition
...
@@ -5259,7 +5260,9 @@ type enumerated MgmtDefinition
int1023
(
1023
),
int1023
(
1023
),
int1024
(
1024
),
int1024
(
1024
),
int1025
(
1025
),
int1025
(
1025
),
int1026
(
1026
)
int1026
(
1026
),
int1027
(
1027
),
int1028
(
1028
)
}
}
with
{
with
{
variant
"useNumber"
;
variant
"useNumber"
;
...
...
This diff is collapsed.
Click to expand it.