Loading BC/ttcn/AtsIms_Mw_TCFunctions.ttcn +10 −1 Original line number Diff line number Diff line Loading @@ -4655,8 +4655,17 @@ module AtsIms_Mw_TCFunctions */ function f_TC_IMST2_MW_SUB_03_IMS(in CSeq p_cSeq_s) runs on ImsComponent { f_IMS_preamble_woRegistration(c_userProfile_SCSCFwithHomeUE, p_cSeq_s); f_init_interfaceprofile(c_interfaceProfile_IMS_SUT_ICSCF); //TODO f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict()); // Testbody // await PUBLISH f_awaitingPUBLISH_sendReply(mw_PUBLISH_Request_PchargingVector(vc_callId,mw_pChargingVector(c_icid,?))); f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict()); // POSTAMBLE f_SIP_postamble_IMS1_withoutRegistration(); } // end function f_TC_IMST2_MW_SUB_03_IMS Loading Loading
BC/ttcn/AtsIms_Mw_TCFunctions.ttcn +10 −1 Original line number Diff line number Diff line Loading @@ -4655,8 +4655,17 @@ module AtsIms_Mw_TCFunctions */ function f_TC_IMST2_MW_SUB_03_IMS(in CSeq p_cSeq_s) runs on ImsComponent { f_IMS_preamble_woRegistration(c_userProfile_SCSCFwithHomeUE, p_cSeq_s); f_init_interfaceprofile(c_interfaceProfile_IMS_SUT_ICSCF); //TODO f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict()); // Testbody // await PUBLISH f_awaitingPUBLISH_sendReply(mw_PUBLISH_Request_PchargingVector(vc_callId,mw_pChargingVector(c_icid,?))); f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict()); // POSTAMBLE f_SIP_postamble_IMS1_withoutRegistration(); } // end function f_TC_IMST2_MW_SUB_03_IMS Loading