Loading AtsCommon/SipIsup_IMS_TCFunctions.ttcn +8 −0 Original line number Diff line number Diff line Loading @@ -1297,6 +1297,14 @@ module SipIsup_IMS_TCFunctions { f_IMS_TC_303_002(p_cSeq_s); }// end function f_IMS_TC_303_006 /* * @desc This is the test case function (IMS/SIP side) for TC_303_011 * @param loc_CSeq_s - Transaction Id */ function f_IMS_TC_303_011(in CSeq p_cSeq_s) runs on ImsComponent { f_IMS_TC_303_001(p_cSeq_s); }// end function f_IMS_TC_303_011 } // 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 @@ -1297,6 +1297,14 @@ module SipIsup_IMS_TCFunctions { f_IMS_TC_303_002(p_cSeq_s); }// end function f_IMS_TC_303_006 /* * @desc This is the test case function (IMS/SIP side) for TC_303_011 * @param loc_CSeq_s - Transaction Id */ function f_IMS_TC_303_011(in CSeq p_cSeq_s) runs on ImsComponent { f_IMS_TC_303_001(p_cSeq_s); }// end function f_IMS_TC_303_011 } // end group TP303_Sending_ACM group TP304_Sending_CPG { Loading