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
f67714c7
Commit
f67714c7
authored
Jan 24, 2019
by
Miguel Angel Reina Ortega
Browse files
Fix
#62
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
6ccf0ae2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
OneM2M_PermutationFunctions.ttcn
OneM2M_PermutationFunctions.ttcn
+7
-2
No files found.
OneM2M_PermutationFunctions.ttcn
View file @
f67714c7
...
...
@@ -2172,8 +2172,13 @@ module OneM2M_PermutationFunctions {
v_resourceIndex
:=
f_cse_createResource
(
p_resourceType
,
p_requestPrimitive
,
v_aeIndex
);
v_request
:=
f_getCreateRequestPrimitive
(
p_resourceType
,
p_requestPrimitive
,
v_aeIndex
);
if
(
p_resourceType
==
int15
)
{
v_request
:=
f_getCreateRequestPrimitive
(
int3
,
m_createContainerBase
,
v_aeIndex
);
v_request
.
primitiveContent
.
container
.
resourceName
:=
vc_resourcesList
[
v_resourceIndex
].
resource
.
pollingChannel
.
resourceName
;
}
else
{
v_request
:=
f_getCreateRequestPrimitive
(
p_resourceType
,
p_requestPrimitive
,
v_aeIndex
);
}
// Test Body
v_request
.
requestIdentifier
:=
"Existing 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