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
97b317e9
Commit
97b317e9
authored
Sep 12, 2019
by
Miguel Angel Reina Ortega
Browse files
Fix
#71
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
fb9b8a1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
OneM2M_PermutationFunctions.ttcn
OneM2M_PermutationFunctions.ttcn
+1
-1
No files found.
OneM2M_PermutationFunctions.ttcn
View file @
97b317e9
...
...
@@ -545,7 +545,7 @@ module OneM2M_PermutationFunctions {
//Preamble
//Send Tr
v_localResource
:=
f_generateLocalResource
(
valueof
(
m_primitiveContentAe
(
m_contentCreateAe
(
omit
,
omit
,
omit
,
omit
))),
vc_cSEBaseIndex
,
int2
);
v_localResource
:=
f_generateLocalResource
(
valueof
(
m_primitiveContentAe
(
m_contentCreateAe
(
omit
,
-
,
-
,
omit
))),
vc_cSEBaseIndex
,
int2
);
v_resourceIndex
:=
f_setLocalResource
(
v_localResource
,
int2
,
vc_cSEBaseIndex
);
p_utRequest
.
requestPrimitive
.
to_
:=
f_getLocalResourceAddress
(
v_resourceIndex
);
f_sendUtPrimitive
(
p_utRequest
,
p_action
&
f_getLocalResourceAddress
(
v_resourceIndex
));
...
...
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