Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DiameterRfRo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
INT - Core Network and Interoperability Testing
DIAMETER
DiameterRfRo
Commits
717dd4a5
Commit
717dd4a5
authored
9 years ago
by
garciay
Browse files
Options
Downloads
Patches
Plain Diff
Add missing parameters for TCs in control statement
parent
cb87a666
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
DiameterRfRo/ttcn/DiameterRfRo_TestControl.ttcn
+231
-231
231 additions, 231 deletions
DiameterRfRo/ttcn/DiameterRfRo_TestControl.ttcn
with
231 additions
and
231 deletions
DiameterRfRo/ttcn/DiameterRfRo_TestControl.ttcn
+
231
−
231
View file @
717dd4a5
...
...
@@ -166,22 +166,22 @@ module DiameterRfRo_TestControl {
}
if
(
PICS_RO_CTF_IMMEDIATE_EVENT_CHARGING
)
{
execute
(
TC_RO_CTF_EC_01
());
execute
(
TC_RO_CTF_EC_02
());
execute
(
TC_RO_CTF_EC_01
(
v_cSeq
));
execute
(
TC_RO_CTF_EC_02
(
v_cSeq
));
}
if
(
PICS_RO_CTF_EVENT_CHARGING_WITH_UNIT_RESERVATION
)
{
execute
(
TC_RO_CTF_EC_03
());
execute
(
TC_RO_CTF_EC_04
());
execute
(
TC_RO_CTF_EC_03
(
v_cSeq
));
execute
(
TC_RO_CTF_EC_04
(
v_cSeq
));
}
if
(
PICS_RO_CTF_SESSION_CHARGING_WITH_UNIT_RESERVATION
)
{
execute
(
TC_RO_CTF_EC_05
());
execute
(
TC_RO_CTF_EC_05
(
v_cSeq
));
if
(
PICS_RO_CTF_DDFH_TERMINATE_OR_BUFFER
and
not
(
PICS_RO_CTF_FAILOVER
))
{
execute
(
TC_RO_CTF_EC_06
());
execute
(
TC_RO_CTF_EC_06
(
v_cSeq
));
}
}
if
(
PICS_RO_CTF_IMMEDIATE_EVENT_CHARGING
and
PICS_RO_CTF_DDFH_CONTINUE
and
not
(
PICS_RO_CTF_FAILOVER
))
{
execute
(
TC_RO_CTF_EC_07
());
execute
(
TC_RO_CTF_EC_08
());
execute
(
TC_RO_CTF_EC_07
(
v_cSeq
));
execute
(
TC_RO_CTF_EC_08
(
v_cSeq
));
}
if
(
PICS_RO_CTF_EVENT_CHARGING_WITH_UNIT_RESERVATION
and
PICS_RO_CTF_TARIFF_CHANGES_DURING_ACTIVE_SESSION
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment