Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Commits
338aa3a1
Commit
338aa3a1
authored
2 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Moved to XSD v3_25_0
Signed-off-by:
Miguel Angel Reina Ortega
<
miguelangel.reinaortega@etsi.org
>
parent
985d435f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LibOneM2M/oneM2M_Types
+1
-1
1 addition, 1 deletion
LibOneM2M/oneM2M_Types
OneM2M_Testcases_CSE_Release_3.ttcn
+1
-1
1 addition, 1 deletion
OneM2M_Testcases_CSE_Release_3.ttcn
with
2 additions
and
2 deletions
oneM2M_Types
@
2cb0292c
Compare
c687a523
...
2cb0292c
Subproject commit
c687a5233c794a667daa54152c5ec6674d47e32c
Subproject commit
2cb0292c096407828b56e6de025203cb1e09f993
This diff is collapsed.
Click to expand it.
OneM2M_Testcases_CSE_Release_3.ttcn
+
1
−
1
View file @
338aa3a1
...
...
@@ -933,7 +933,7 @@ module OneM2M_Testcases_CSE_Release_3 {
var template RequestPrimitive v_createRequest := m_createSubscriptionBase;
const AttributeList c_optionalAttribute := {"rateLimit"};
v_createRequest.primitiveContent.subscription.rateLimit := {0,
omit
};
v_createRequest.primitiveContent.subscription.rateLimit := {0,
"PT2S"
};
v_ae1.start(f_CSE_DMR_CRE_012(int23, v_createRequest, c_optionalAttribute));
v_ae1.done;
...
...
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