Loading BC/ttcn/AtsIms_Mw_TCFunctions.ttcn +32 −11 Original line number Diff line number Diff line Loading @@ -5090,15 +5090,14 @@ module AtsIms_Mw_TCFunctions // Testbody // prepare and send INVITE UE1 LibIms_Steps.f_setHeadersINVITE(p_cSeq_s, c_userProfile_UE1atSUThome); f_SendINVITE(m_INVITE_Request_IMS(vc_requestUri, vc_callId, p_cSeq_s, vc_from, vc_to, vc_via, vc_contact, omit, vc_route, omit, omit, m_pChargingVector_origIoi_fixedValue(vc_userprofile.homeDomain), valueof(m_MBody_SDP(vc_sdp_local)))); // await INVITE UE1@SUT f_awaitingINVITE(mw_INVITE_Request_Base); // no specific constraints in TP // await response - 200 ... f_awaitingResponse(mw_Response_Base(c_statusLine200,vc_callId, vc_cSeq)); // send ACK LibSip_Steps.f_setHeadersACK(); f_SendACK(m_ACK_Request_Base(vc_requestUri, vc_callId, vc_cSeq, vc_from, vc_to, vc_via)); //send response - 200 f_sendResponse(m_Response_mbody(c_statusLine200, vc_callId, vc_cSeq, vc_caller_From, vc_caller_To, vc_via, f_route(), f_recordroute(), valueof(m_MBody_SDP(vc_sdp_local)))); // await ACK f_awaitingACK(mw_ACK_Request_Base(vc_callId)); //await BYE and send 200OK (if alternative b) f_awaitingBYE_sendReply(mw_BYE_Request_Base(vc_callId)); Loading Loading @@ -5161,8 +5160,30 @@ module AtsIms_Mw_TCFunctions function f_TC_IMST2_MW_SUB_10_IMS(in CSeq p_cSeq_s) runs on ImsComponent { f_IMS_preamble_woRegistration(c_userProfile_ICSCFwithHomeUE, p_cSeq_s); f_init_interfaceprofile(c_interfaceProfile_IMS_SUT_SCSCF); //TODO f_SIP_postamble_UE1_withoutRegistration(); f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict()); // Testbody // await INVITE UE1@SUT f_awaitingINVITE(mw_INVITE_Request_Base); // no specific constraints in TP //send response - 200 f_sendResponse(m_Response_mbody(c_statusLine200, vc_callId, vc_cSeq, vc_caller_From, vc_caller_To, vc_via, f_route(), f_recordroute(), valueof(m_MBody_SDP(vc_sdp_local)))); // await ACK f_awaitingACK(mw_ACK_Request_Base(vc_callId)); //await BYE and send 200OK (if alternative b) f_awaitingBYE_sendReply(mw_BYE_Request_headerfieldlist(vc_callId,?,?,?,?,?,?)); f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict()); //Postamble // send original BYE await response to clean the session f_terminateCall_IMS(vc_requestUri, vc_callId, vc_cSeq, vc_caller_From, vc_caller_To); f_SIP_postamble_IMS1_withoutRegistration (); } // end function f_TC_IMST2_MW_SUB_10_IMS } // end group SubsequentRequest Loading Loading
BC/ttcn/AtsIms_Mw_TCFunctions.ttcn +32 −11 Original line number Diff line number Diff line Loading @@ -5090,15 +5090,14 @@ module AtsIms_Mw_TCFunctions // Testbody // prepare and send INVITE UE1 LibIms_Steps.f_setHeadersINVITE(p_cSeq_s, c_userProfile_UE1atSUThome); f_SendINVITE(m_INVITE_Request_IMS(vc_requestUri, vc_callId, p_cSeq_s, vc_from, vc_to, vc_via, vc_contact, omit, vc_route, omit, omit, m_pChargingVector_origIoi_fixedValue(vc_userprofile.homeDomain), valueof(m_MBody_SDP(vc_sdp_local)))); // await INVITE UE1@SUT f_awaitingINVITE(mw_INVITE_Request_Base); // no specific constraints in TP // await response - 200 ... f_awaitingResponse(mw_Response_Base(c_statusLine200,vc_callId, vc_cSeq)); // send ACK LibSip_Steps.f_setHeadersACK(); f_SendACK(m_ACK_Request_Base(vc_requestUri, vc_callId, vc_cSeq, vc_from, vc_to, vc_via)); //send response - 200 f_sendResponse(m_Response_mbody(c_statusLine200, vc_callId, vc_cSeq, vc_caller_From, vc_caller_To, vc_via, f_route(), f_recordroute(), valueof(m_MBody_SDP(vc_sdp_local)))); // await ACK f_awaitingACK(mw_ACK_Request_Base(vc_callId)); //await BYE and send 200OK (if alternative b) f_awaitingBYE_sendReply(mw_BYE_Request_Base(vc_callId)); Loading Loading @@ -5161,8 +5160,30 @@ module AtsIms_Mw_TCFunctions function f_TC_IMST2_MW_SUB_10_IMS(in CSeq p_cSeq_s) runs on ImsComponent { f_IMS_preamble_woRegistration(c_userProfile_ICSCFwithHomeUE, p_cSeq_s); f_init_interfaceprofile(c_interfaceProfile_IMS_SUT_SCSCF); //TODO f_SIP_postamble_UE1_withoutRegistration(); f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict()); // Testbody // await INVITE UE1@SUT f_awaitingINVITE(mw_INVITE_Request_Base); // no specific constraints in TP //send response - 200 f_sendResponse(m_Response_mbody(c_statusLine200, vc_callId, vc_cSeq, vc_caller_From, vc_caller_To, vc_via, f_route(), f_recordroute(), valueof(m_MBody_SDP(vc_sdp_local)))); // await ACK f_awaitingACK(mw_ACK_Request_Base(vc_callId)); //await BYE and send 200OK (if alternative b) f_awaitingBYE_sendReply(mw_BYE_Request_headerfieldlist(vc_callId,?,?,?,?,?,?)); f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict()); //Postamble // send original BYE await response to clean the session f_terminateCall_IMS(vc_requestUri, vc_callId, vc_cSeq, vc_caller_From, vc_caller_To); f_SIP_postamble_IMS1_withoutRegistration (); } // end function f_TC_IMST2_MW_SUB_10_IMS } // end group SubsequentRequest Loading