Loading AtsCommon/SipIsup_IMS_TCFunctions.ttcn +8 −0 Original line number Diff line number Diff line Loading @@ -1305,6 +1305,14 @@ module SipIsup_IMS_TCFunctions { f_IMS_TC_303_001(p_cSeq_s); }// end function f_IMS_TC_303_011 /* * @desc This is the test case function (IMS/SIP side) for TC_303_012 * @param loc_CSeq_s - Transaction Id */ function f_IMS_TC_303_0012(in CSeq p_cSeq_s) runs on ImsComponent { f_IMS_TC_303_002(p_cSeq_s); }// end function f_IMS_TC_303_012 } // end group TP303_Sending_ACM group TP304_Sending_CPG { Loading Loading
AtsCommon/SipIsup_IMS_TCFunctions.ttcn +8 −0 Original line number Diff line number Diff line Loading @@ -1305,6 +1305,14 @@ module SipIsup_IMS_TCFunctions { f_IMS_TC_303_001(p_cSeq_s); }// end function f_IMS_TC_303_011 /* * @desc This is the test case function (IMS/SIP side) for TC_303_012 * @param loc_CSeq_s - Transaction Id */ function f_IMS_TC_303_0012(in CSeq p_cSeq_s) runs on ImsComponent { f_IMS_TC_303_002(p_cSeq_s); }// end function f_IMS_TC_303_012 } // end group TP303_Sending_ACM group TP304_Sending_CPG { Loading