Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
TST
ATS
Commits
612bdad4
Commit
612bdad4
authored
Sep 14, 2016
by
Miguel Angel Reina Ortega
Browse files
f_setResource to use Tester instead of CseTester
parent
b82e31c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
LibOneM2M/OneM2M_Functions.ttcn
LibOneM2M/OneM2M_Functions.ttcn
+2
-2
No files found.
LibOneM2M/OneM2M_Functions.ttcn
View file @
612bdad4
...
...
@@ -7,7 +7,7 @@
*
* @author ETSI
* @version $URL: https://forge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Functions.ttcn $
* $Id: OneM2M_Functions.ttcn 1
0
6 2016-09-
01 06:59:26
Z reinaortega $
* $Id: OneM2M_Functions.ttcn 1
1
6 2016-09-
14 07:10:05
Z reinaortega $
* @desc Module containing functions for oneM2M
*
*/
...
...
@@ -693,7 +693,7 @@ module OneM2M_Functions {
* @return Internal resource index of the saved resource
* @verdict
*/
function
f_setResource
(
PrimitiveContent
p_resource
,
integer
p_parentIndex
:=
-
1
)
runs
on
Cse
Tester
return
integer
{
function
f_setResource
(
PrimitiveContent
p_resource
,
integer
p_parentIndex
:=
-
1
)
runs
on
Tester
return
integer
{
if
(
isbound
(
vc_resourcesList
))
{
vc_resourcesList
[
lengthof
(
vc_resourcesList
)]
:=
{
p_parentIndex
,
p_resource
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment