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
0586e6b70512cc6c064dcafb8f236b9e3ab085e9 to f7ce562828327f71d3224b76e5f854e03c594496
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
f7ce562828327f71d3224b76e5f854e03c594496
Select Git revision
Branches
Interim
Interim-TDE-2021-0061
ProcessManagementAndSoftwareManagementTypes
Titan-changes
main
master
6 results
Swap
Target
TST/ATS-oneM2M-Types-Release-4
Select target project
TST/ATS-oneM2M-Types-Release-4
1 result
0586e6b70512cc6c064dcafb8f236b9e3ab085e9
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)
New type RecordOfDynAuthJWT required for compatibility
· f7ce5628
Miguel Angel Reina Ortega
authored
3 years ago
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
f7ce5628
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
OneM2M_Types.ttcn
+2
-2
2 additions, 2 deletions
OneM2M_Types.ttcn
with
2 additions
and
2 deletions
OneM2M_Types.ttcn
View file @
f7ce5628
...
@@ -2740,7 +2740,7 @@ with {
...
@@ -2740,7 +2740,7 @@ with {
type
record
DynAuthRelMapResponse
type
record
DynAuthRelMapResponse
{
{
record
length
(
1
..
infinity
)
of
TokenID
tokenIDs
optional
,
record
length
(
1
..
infinity
)
of
TokenID
tokenIDs
optional
,
r
ecord
length
(
1
..
infinity
)
of
DynAuthJWT
tokens
optional
,
R
ecord
Of
DynAuthJWT
tokens
optional
,
//TODO Use the RecordOfDynAuthJWT
XSD
.
Boolean
authorSignReqInfo
optional
,
XSD
.
Boolean
authorSignReqInfo
optional
,
SignatureList
signature_
optional
SignatureList
signature_
optional
}
}
...
@@ -6870,7 +6870,7 @@ type record RequestPrimitive
...
@@ -6870,7 +6870,7 @@ type record RequestPrimitive
XSD
.
String
groupRequestIdentifier
optional
,
XSD
.
String
groupRequestIdentifier
optional
,
FilterCriteria
filterCriteria
optional
,
FilterCriteria
filterCriteria
optional
,
DesIdResType
desiredIdentifierResultType
optional
,
DesIdResType
desiredIdentifierResultType
optional
,
r
ecord
length
(
1
..
infinity
)
of
DynAuthJWT
tokens
optional
,
R
ecord
Of
DynAuthJWT
tokens
optional
,
//TODO Use the RecordOfDynAuthJWT
record
length
(
1
..
infinity
)
of
TokenID
tokenIDs
optional
,
record
length
(
1
..
infinity
)
of
TokenID
tokenIDs
optional
,
record
length
(
1
..
infinity
)
of
XSD
.
NCName
localTokenIDs
optional
,
record
length
(
1
..
infinity
)
of
XSD
.
NCName
localTokenIDs
optional
,
XSD
.
Boolean
tokenRequestIndicator
optional
,
XSD
.
Boolean
tokenRequestIndicator
optional
,
...
...
This diff is collapsed.
Click to expand it.