Loading CommonAts/ttcn/SIPI_PIXITS.ttcn +0 −1 Original line number Original line Diff line number Diff line Loading @@ -70,7 +70,6 @@ group TestCaseVariants { integer PX_TC404_007_VA := 1; integer PX_TC404_007_VA := 1; integer PX_TC405_004_VA := 1; integer PX_TC405_004_VA := 1; integer PX_TC407_003_VA := 1; integer PX_TC407_003_VA := 1; integer PX_TC409_007_VA := 1; integer PX_TC409_008_VA := 1; integer PX_TC409_008_VA := 1; integer PX_TC410_001_VA := 1; integer PX_TC410_001_VA := 1; integer PX_TC410_002_VA := 1; integer PX_TC410_002_VA := 1; Loading CommonAts/ttcn/SIPI_TestCases_BasicCall.ttcn +0 −3 Original line number Original line Diff line number Diff line Loading @@ -18,9 +18,6 @@ import from SIPI_SIP_Types all; import from SIPI_SIP_Types all; import from SIPI_SIP_TCFunctions all; import from SIPI_SIP_TCFunctions all; import from SIPI_ISUP_TCFunctions all; import from SIPI_ISUP_TCFunctions all; //Ats Isup //import from SipIsup_ISUP_Configuration all; group BasicCall { group BasicCall { group TP1_InterworkingFromSIPtoISUP { group TP1_InterworkingFromSIPtoISUP { Loading CommonAts/ttcn/SIPI_TestCases_SupplementaryServices.ttcn +0 −26 Original line number Original line Diff line number Diff line Loading @@ -2567,32 +2567,6 @@ f_cfTwoPtcsDown(v_sipComponent, v_isupBiccComponent); f_cfTwoPtcsDown(v_sipComponent, v_isupBiccComponent); } //end TC_409_006 } //end TC_409_006 /* * @desc TC_409_007 * @param p_cSeq_s Transaction Id */ testcase TC_409_007(inout CSeq p_cSeq_s) runs on ServerSyncComp system TestAdapter { //Variables var SipComponent v_sipComponent ; var IsupBiccComponent v_isupBiccComponent; f_cf00Up(v_sipComponent, v_isupBiccComponent); //Start f_IncCSeq(p_cSeq_s); v_sipComponent.start(f_Sip_TC_409_007(p_cSeq_s)); v_isupBiccComponent.start(f_IsupBicc_TC_409_007()) ; // synchronize both PTCs on sychronization points f_serverSync2ClientsAndStop({c_prDone, c_tbDone}); f_cfTwoPtcsDown(v_sipComponent, v_isupBiccComponent); } //end TC_409_007 /* /* * @desc TC_409_008 * @desc TC_409_008 * @param p_cSeq_s Transaction Id * @param p_cSeq_s Transaction Id Loading CommonAts/ttcn/SIPI_TestExecution.ttcn +0 −5 Original line number Original line Diff line number Diff line Loading @@ -1500,11 +1500,6 @@ module SIPI_TestExecution { execute(TC_409_006(v_cSeq_s)); execute(TC_409_006(v_cSeq_s)); } } // Mnemonic selection condition: TCs have not PICS conditions if (f_selection_true()) { execute(TC_409_007(v_cSeq_s)); } // Mnemonic selection condition: TCs have not PICS conditions // Mnemonic selection condition: TCs have not PICS conditions if (f_selection_true()) { if (f_selection_true()) { execute(TC_409_008(v_cSeq_s)); execute(TC_409_008(v_cSeq_s)); Loading CommonAts/ttcn/SIPI_TestSystem.ttcn +1 −0 Original line number Original line Diff line number Diff line Loading @@ -276,6 +276,7 @@ var boolean vc_dialog_caller := false; // true after establishment of dialog var boolean vc_dialog_caller := false; // true after establishment of dialog var boolean vc_first_recv:= false; // true after receipt of first incomming SIP message var boolean vc_first_recv:= false; // true after receipt of first incomming SIP message var boolean vc_callee:= false; // true if test system is callee (SUT is caller) var boolean vc_callee:= false; // true if test system is callee (SUT is caller) var boolean vc_2ndCallToRelease := false; //true if two calls are established var float vc_TRESP := PX_SIP_TRESP; // standard value for TRESP (may be modified in particular tests) var float vc_TRESP := PX_SIP_TRESP; // standard value for TRESP (may be modified in particular tests) // parts introduced for SipIsup Profile C interworking // parts introduced for SipIsup Profile C interworking Loading Loading
CommonAts/ttcn/SIPI_PIXITS.ttcn +0 −1 Original line number Original line Diff line number Diff line Loading @@ -70,7 +70,6 @@ group TestCaseVariants { integer PX_TC404_007_VA := 1; integer PX_TC404_007_VA := 1; integer PX_TC405_004_VA := 1; integer PX_TC405_004_VA := 1; integer PX_TC407_003_VA := 1; integer PX_TC407_003_VA := 1; integer PX_TC409_007_VA := 1; integer PX_TC409_008_VA := 1; integer PX_TC409_008_VA := 1; integer PX_TC410_001_VA := 1; integer PX_TC410_001_VA := 1; integer PX_TC410_002_VA := 1; integer PX_TC410_002_VA := 1; Loading
CommonAts/ttcn/SIPI_TestCases_BasicCall.ttcn +0 −3 Original line number Original line Diff line number Diff line Loading @@ -18,9 +18,6 @@ import from SIPI_SIP_Types all; import from SIPI_SIP_Types all; import from SIPI_SIP_TCFunctions all; import from SIPI_SIP_TCFunctions all; import from SIPI_ISUP_TCFunctions all; import from SIPI_ISUP_TCFunctions all; //Ats Isup //import from SipIsup_ISUP_Configuration all; group BasicCall { group BasicCall { group TP1_InterworkingFromSIPtoISUP { group TP1_InterworkingFromSIPtoISUP { Loading
CommonAts/ttcn/SIPI_TestCases_SupplementaryServices.ttcn +0 −26 Original line number Original line Diff line number Diff line Loading @@ -2567,32 +2567,6 @@ f_cfTwoPtcsDown(v_sipComponent, v_isupBiccComponent); f_cfTwoPtcsDown(v_sipComponent, v_isupBiccComponent); } //end TC_409_006 } //end TC_409_006 /* * @desc TC_409_007 * @param p_cSeq_s Transaction Id */ testcase TC_409_007(inout CSeq p_cSeq_s) runs on ServerSyncComp system TestAdapter { //Variables var SipComponent v_sipComponent ; var IsupBiccComponent v_isupBiccComponent; f_cf00Up(v_sipComponent, v_isupBiccComponent); //Start f_IncCSeq(p_cSeq_s); v_sipComponent.start(f_Sip_TC_409_007(p_cSeq_s)); v_isupBiccComponent.start(f_IsupBicc_TC_409_007()) ; // synchronize both PTCs on sychronization points f_serverSync2ClientsAndStop({c_prDone, c_tbDone}); f_cfTwoPtcsDown(v_sipComponent, v_isupBiccComponent); } //end TC_409_007 /* /* * @desc TC_409_008 * @desc TC_409_008 * @param p_cSeq_s Transaction Id * @param p_cSeq_s Transaction Id Loading
CommonAts/ttcn/SIPI_TestExecution.ttcn +0 −5 Original line number Original line Diff line number Diff line Loading @@ -1500,11 +1500,6 @@ module SIPI_TestExecution { execute(TC_409_006(v_cSeq_s)); execute(TC_409_006(v_cSeq_s)); } } // Mnemonic selection condition: TCs have not PICS conditions if (f_selection_true()) { execute(TC_409_007(v_cSeq_s)); } // Mnemonic selection condition: TCs have not PICS conditions // Mnemonic selection condition: TCs have not PICS conditions if (f_selection_true()) { if (f_selection_true()) { execute(TC_409_008(v_cSeq_s)); execute(TC_409_008(v_cSeq_s)); Loading
CommonAts/ttcn/SIPI_TestSystem.ttcn +1 −0 Original line number Original line Diff line number Diff line Loading @@ -276,6 +276,7 @@ var boolean vc_dialog_caller := false; // true after establishment of dialog var boolean vc_dialog_caller := false; // true after establishment of dialog var boolean vc_first_recv:= false; // true after receipt of first incomming SIP message var boolean vc_first_recv:= false; // true after receipt of first incomming SIP message var boolean vc_callee:= false; // true if test system is callee (SUT is caller) var boolean vc_callee:= false; // true if test system is callee (SUT is caller) var boolean vc_2ndCallToRelease := false; //true if two calls are established var float vc_TRESP := PX_SIP_TRESP; // standard value for TRESP (may be modified in particular tests) var float vc_TRESP := PX_SIP_TRESP; // standard value for TRESP (may be modified in particular tests) // parts introduced for SipIsup Profile C interworking // parts introduced for SipIsup Profile C interworking Loading