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
80e18cde
Commit
80e18cde
authored
Jul 05, 2018
by
Miguel Angel Reina Ortega
Browse files
Fix
#52
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
01dd9246
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
OneM2M_Testcases_CSE_Release_2.ttcn
OneM2M_Testcases_CSE_Release_2.ttcn
+2
-2
No files found.
OneM2M_Testcases_CSE_Release_2.ttcn
View file @
80e18cde
...
...
@@ -9097,12 +9097,12 @@ module OneM2M_Testcases_CSE_Release_2 {
}
//Trigger IUT for sending a polling request (req1)
v_utRequest2
:=
valueof
(
m_utRetrievePollingChannel
(
f_getLocalResourceAddress
(
v_localResourceIndex
)
&
"
\
"
& c_resourceShortNamePollingChannelUri));
v_utRequest2
:=
valueof
(
m_utRetrievePollingChannel
(
f_getLocalResourceAddress
(
v_localResourceIndex
)
&
"
/
"
&
c_resourceShortNamePollingChannelUri
));
f_sendUtPrimitive
(
v_utRequest2
,
v_action2
);
tc_ac
.
start
;
alt
{
[] mccPortIn.receive(mw_request(mw_retrieve(f_getResourceAddress(v_localResourceIndex) & "
\
" & c_resourceShortNamePollingChannelUri))) -> value v_request_req1 {
[]
mccPortIn
.
receive
(
mw_request
(
mw_retrieve
(
f_getResourceAddress
(
v_localResourceIndex
)
&
"
/
"
&
c_resourceShortNamePollingChannelUri
)))
->
value
v_request_req1
{
tc_ac
.
stop
;
setverdict
(
pass
,
__SCOPE__
&
":INFO: Polling request received successfuly"
);
v_response_rsp1
:=
valueof
(
m_responsePrimitive
(
int2000
,
v_request_req1
.
primitive
.
requestPrimitive
.
requestIdentifier
));
...
...
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