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
c34fd0ed
Commit
c34fd0ed
authored
Feb 20, 2018
by
Miguel Angel Reina Ortega
Browse files
Fixing
#25
as proposed
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
7e4b13e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
OneM2M_PermutationFunctions.ttcn
OneM2M_PermutationFunctions.ttcn
+5
-4
No files found.
OneM2M_PermutationFunctions.ttcn
View file @
c34fd0ed
...
...
@@ -2798,16 +2798,17 @@ module OneM2M_PermutationFunctions {
// Test adapter configuration
// Preamble
v_acpAuxIndex
:=
f_cse_preamble_createAcpAux
(
-
,
-
);
//c_CRUDNDi)
if
(
p_resourceType
!=
int1
)
{
v_acpAuxIndex
:=
f_cse_preamble_createAcpAux
(
-
,
int61
);
//c_CRUDNDi)
p_requestPrimitive
:=
f_setAcpId
(
p_requestPrimitive
,
{
f_getResourceId
(
vc_resourcesList
[
v_acpAuxIndex
].
resource
)});
}
v_aeIndex
:=
f_cse_preamble_registerAe
(
{
f_getResourceId
(
vc_resourcesList
[
v_acpAuxIndex
].
resource
)}
);
//c_CRUDNDi;
v_aeIndex
:=
f_cse_preamble_registerAe
();
//c_CRUDNDi;
f_cse_preamble_subscriptionVerification
(
v_ae2Index
,
p_requestPrimitive
,
p_resourceType
);
v_resourceIndex
:=
f_cse_createResource
(
p_resourceType
,
p_requestPrimitive
,
v_aeIndex
);
f_cse_updateAcpAuxResource
(
int61
);
//c_CUDNDi
// Test Body
mcaPort
.
send
(
m_request
(
m_retrieve
(
f_getResourceAddress
(
v_resourceIndex
),
f_getOriginator
(
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