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
cbffaa85
Commit
cbffaa85
authored
Jan 12, 2018
by
Miguel Angel Reina Ortega
Browse files
TC_CSE_REG_DEL_003 small fix
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
a5f96610
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
OneM2M_Testcases_CSE_Release_1.ttcn
OneM2M_Testcases_CSE_Release_1.ttcn
+1
-0
No files found.
OneM2M_Testcases_CSE_Release_1.ttcn
View file @
cbffaa85
...
...
@@ -2683,6 +2683,7 @@ module OneM2M_Testcases_CSE_Release_1 {
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitive
(
int2002
)))
{
tc_ac
.
stop
;
setverdict
(
pass
,
__SCOPE__
&
": AE has been de-registered successfully"
);
f_removeElementFromList
(
vc_resourcesIndexToBeDeleted
,
v_aeIndex
);
}
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitiveOK
))
{
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