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
fc1c6347c67de0cdf6d2f3b7e26fe18a6494686c to 32c6292c9cf44e813c4ad5d1166d8bf906afe8c2
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
32c6292c9cf44e813c4ad5d1166d8bf906afe8c2
Select Git revision
Swap
Target
TST/ATS-oneM2M-Types-Release-2
Select target project
TST/ATS-oneM2M-Types-Release-2
1 result
fc1c6347c67de0cdf6d2f3b7e26fe18a6494686c
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Make AE-ID-Stem parameter optional to use omit as default value
· 32c6292c
Miguel Angel Reina Ortega
authored
2 years ago
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
32c6292c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
OneM2M_Types.ttcn
+2
-1
2 additions, 1 deletion
OneM2M_Types.ttcn
with
2 additions
and
1 deletion
OneM2M_Types.ttcn
View file @
32c6292c
...
...
@@ -8974,8 +8974,9 @@ type record UtDesc {
type
record
AeSimuComponentDesc
{
/**
* @desc Test System AE-ID with AE-ID-Stem format (relative) according to TS-0001-7.2-1
* Note: Use omit when no value is specified instead of empty string
*/
XSD
.
ID
aeIdStem
,
XSD
.
ID
aeIdStem
optional
,
/**
* @desc Test System APP-ID with App-ID format according to TS-0001-7.2-1
*/
...
...
This diff is collapsed.
Click to expand it.