Skip to content
Snippets Groups Projects
Commit 717dd4a5 authored by garciay's avatar garciay
Browse files

Add missing parameters for TCs in control statement

parent cb87a666
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment