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
7254733b
Commit
7254733b
authored
Feb 05, 2018
by
Antonio Castillo Verdugo
Browse files
FIX
#12
Signed-off-by:
acverdugo
<
acverdugo@at4wireless.com
>
parent
6c8ad30f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
OneM2M_PermutationFunctions.ttcn
OneM2M_PermutationFunctions.ttcn
+2
-2
No files found.
OneM2M_PermutationFunctions.ttcn
View file @
7254733b
...
...
@@ -4353,9 +4353,9 @@ module OneM2M_PermutationFunctions {
mcaPort
.
send
(
m_request
(
v_request
));
tc_ac
.
start
;
alt
{
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitive
(
int400
4
)))
->
value
v_response
{
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitive
(
int400
0
)))
->
value
v_response
{
tc_ac
.
stop
;
setverdict
(
pass
,
__SCOPE__
&
":
Resource "
&
c_defaultResourceName
&
" of
type "
&
int2str
(
enum2int
(
p_resourceType
))
&
" not found"
);
setverdict
(
pass
,
__SCOPE__
&
":
It is not possible to update an unexisting attribute of resource
type "
&
int2str
(
enum2int
(
p_resourceType
)));
}
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitiveKO
))
->
value
v_response
{
tc_ac
.
stop
;
...
...
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