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
2d491e86
Commit
2d491e86
authored
Jun 15, 2020
by
Miguel Angel Reina Ortega
Browse files
Fix TC_CSE_DMR_DEL_001 to stop vc_ae2 if running
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
25f3d6dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
OneM2M_PermutationFunctions.ttcn
OneM2M_PermutationFunctions.ttcn
+3
-0
No files found.
OneM2M_PermutationFunctions.ttcn
View file @
2d491e86
...
...
@@ -6479,6 +6479,9 @@ module OneM2M_PermutationFunctions {
// Test Body
if
(
p_resourceType
==
int23
)
{
if
(
vc_ae2
.
running
)
{
vc_ae2
.
stop
;
}
vc_ae2
.
start
(
f_cse_notifyProcedure_noNotificationHandler
());
}
...
...
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