Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TST
ATS
Commits
fef1266e
Commit
fef1266e
authored
Dec 06, 2017
by
Miguel Angel Reina Ortega
Browse files
f_AE_GEN_CRE_001 corrected
Signed-off-by:
Miguel Angel Reina Ortega
<
miguelangel.reinaortega@etsi.org
>
parent
f6f5f1ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
OneM2M_Testcases_AE.ttcn
View file @
fef1266e
...
...
@@ -83,13 +83,13 @@ module OneM2M_Testcases_AE {
f_cf03Up
();
//Send Trigger Message
v_utRequest
.
to_
:=
f_getResourceAddress
(
-
1
,
e_nonHierarchical
,
p_primitiveScope
);
v_utRequest
.
to_
:=
f_get
Local
ResourceAddress
(
-
1
,
e_nonHierarchical
,
p_primitiveScope
);
v_utRequest
.
from_
:=
"UNINITIALIZED"
;
f_sendUtPrimitive
(
v_utRequest
,
v_action
);
tc_ac
.
start
;
alt
{
[]
mcaPortIn
.
receive
(
mw_request
(
mw_createContainer
(
omit
,
v_utRequest
.
to_
)))
{
[]
mcaPortIn
.
receive
(
mw_request
(
mw_createContainer
(
-
,
v_utRequest
.
to_
)))
{
tc_ac
.
stop
;
setverdict
(
pass
,
__SCOPE__
,
" : Container creation request received successfuly"
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment