Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATS
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
82656957
Commit
82656957
authored
7 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Minor error in m_createContentInstanceBase
Signed-off-by:
Miguel Angel Reina Ortega
<
miguelangel.reinaortega@etsi.org
>
parent
df2086a2
No related branches found
No related tags found
1 merge request
!25
Ae fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
LibOneM2M/OneM2M_Templates.ttcn
+2
-2
2 additions, 2 deletions
LibOneM2M/OneM2M_Templates.ttcn
with
2 additions
and
2 deletions
LibOneM2M/OneM2M_Templates.ttcn
+
2
−
2
View file @
82656957
...
...
@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://forge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Templates.ttcn $
* $Id: OneM2M_Templates.ttcn 2
38
2017-03-2
3
17:
39:11
Z reinaortega $
* $Id: OneM2M_Templates.ttcn 2
45
2017-03-2
7
17:
06:27
Z reinaortega $
* @desc Module containing templates for oneM2M
*
*/
...
...
@@ -575,7 +575,7 @@ module OneM2M_Templates {
*/
template
(
value
)
RequestPrimitive
m_createContentInstanceBase
modifies
m_create
:=
{
requestIdentifier
:=
testcasename
()
&
"-m_createContentInstance"
&
f_rnd
(
1
,
1000000
),
resourceType
:=
int
3
,
resourceType
:=
int
4
,
primitiveContent
:=
{
any_1
:=
{{
ContentInstance_optional
:=
m_contentCreateContentInstance
}}
...
...
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