Loading BC/ttcn/AtsIms_Gm_TCFunctions.ttcn +6480 −6473 File changed.Preview size limit exceeded, changes collapsed. Show changes BC/ttcn/AtsIms_Ic_TCFunctions.ttcn +5 −5 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ group General { f_awaitingREGISTER_sendReply(mw_REGISTER_Request_Base, true); //LibSIP if (not match(f_getPathHeaderTop(vc_request),f_get_interfaceNameAddr(vc_interfaceprofile))) // IUT_IBCF1 if (not match(valueof(f_getPathHeaderTop(vc_request)),f_get_interfaceNameAddr(vc_interfaceprofile))) // IUT_IBCF1 {setverdict(fail)}; f_check2Null(""); Loading BC/ttcn/AtsIms_Mw_TCFunctions.ttcn +7 −7 Original line number Diff line number Diff line Loading @@ -1625,7 +1625,7 @@ module AtsIms_Mw_TCFunctions * @param p_cSeq_s */ function f_TC_IMST2_MW_REG_14_UE1(in CSeq p_cSeq_s) runs on ImsComponent { var REGISTER_Request v_register; var template REGISTER_Request v_register; v_register := valueof(m_REGISTER_Request_Base(vc_requestUri, vc_callId, p_cSeq_s, vc_from, vc_to, vc_via_REG, vc_contact, vc_authorization)); //Variables & defaults initialization Loading Loading @@ -2920,7 +2920,7 @@ module AtsIms_Mw_TCFunctions t.start(1.0); alt{ []t.timeout; []t.timeout{} } // any response to complete the request Loading Loading @@ -3010,7 +3010,7 @@ module AtsIms_Mw_TCFunctions f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());// sync point test body done t.start(1.0); alt{ []t.timeout; []t.timeout{} } // any response to complete the request Loading Loading @@ -3043,7 +3043,7 @@ module AtsIms_Mw_TCFunctions // INVITE UE1 (registered at SUT) t.start(5.0); alt{ []t.timeout; []t.timeout{} } LibIms_Steps.f_setHeadersINVITE(p_cSeq_s, c_userProfile_UE1atSUThome); f_SendINVITE(m_INVITE_Request_IMS(vc_requestUri, vc_callId, vc_cSeq, 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)))); Loading Loading @@ -4997,7 +4997,7 @@ module AtsIms_Mw_TCFunctions t_regExpires.start(3598.0); alt { [] SIPP.receive(?) [] SIPP.receive { t_regExpires.stop; setverdict(fail); Loading Loading @@ -5050,7 +5050,7 @@ module AtsIms_Mw_TCFunctions t_regExpires.start(3598.0); alt { [] SIPP.receive(?) [] SIPP.receive { t_regExpires.stop; setverdict(fail); Loading Loading @@ -5341,7 +5341,7 @@ module AtsIms_Mw_TCFunctions f_SendINVITE ( m_INVITE_Request_UE ( vc_requestUri, vc_callId, p_cSeq_s, vc_from, vc_to, vc_via, vc_contact, omit, vc_route, omit, m_MBody_SDP ( vc_sdp_local ) )); // await response - 200 if ( valueof ( p_secClient ) == omit ) { if ( not isvalue ( p_secClient ) ) { f_awaitingResponse ( mw_Response_Base ( ( c_statusLine200 ), vc_callId, vc_cSeq )); } else { Loading Loading
BC/ttcn/AtsIms_Gm_TCFunctions.ttcn +6480 −6473 File changed.Preview size limit exceeded, changes collapsed. Show changes
BC/ttcn/AtsIms_Ic_TCFunctions.ttcn +5 −5 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ group General { f_awaitingREGISTER_sendReply(mw_REGISTER_Request_Base, true); //LibSIP if (not match(f_getPathHeaderTop(vc_request),f_get_interfaceNameAddr(vc_interfaceprofile))) // IUT_IBCF1 if (not match(valueof(f_getPathHeaderTop(vc_request)),f_get_interfaceNameAddr(vc_interfaceprofile))) // IUT_IBCF1 {setverdict(fail)}; f_check2Null(""); Loading
BC/ttcn/AtsIms_Mw_TCFunctions.ttcn +7 −7 Original line number Diff line number Diff line Loading @@ -1625,7 +1625,7 @@ module AtsIms_Mw_TCFunctions * @param p_cSeq_s */ function f_TC_IMST2_MW_REG_14_UE1(in CSeq p_cSeq_s) runs on ImsComponent { var REGISTER_Request v_register; var template REGISTER_Request v_register; v_register := valueof(m_REGISTER_Request_Base(vc_requestUri, vc_callId, p_cSeq_s, vc_from, vc_to, vc_via_REG, vc_contact, vc_authorization)); //Variables & defaults initialization Loading Loading @@ -2920,7 +2920,7 @@ module AtsIms_Mw_TCFunctions t.start(1.0); alt{ []t.timeout; []t.timeout{} } // any response to complete the request Loading Loading @@ -3010,7 +3010,7 @@ module AtsIms_Mw_TCFunctions f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());// sync point test body done t.start(1.0); alt{ []t.timeout; []t.timeout{} } // any response to complete the request Loading Loading @@ -3043,7 +3043,7 @@ module AtsIms_Mw_TCFunctions // INVITE UE1 (registered at SUT) t.start(5.0); alt{ []t.timeout; []t.timeout{} } LibIms_Steps.f_setHeadersINVITE(p_cSeq_s, c_userProfile_UE1atSUThome); f_SendINVITE(m_INVITE_Request_IMS(vc_requestUri, vc_callId, vc_cSeq, 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)))); Loading Loading @@ -4997,7 +4997,7 @@ module AtsIms_Mw_TCFunctions t_regExpires.start(3598.0); alt { [] SIPP.receive(?) [] SIPP.receive { t_regExpires.stop; setverdict(fail); Loading Loading @@ -5050,7 +5050,7 @@ module AtsIms_Mw_TCFunctions t_regExpires.start(3598.0); alt { [] SIPP.receive(?) [] SIPP.receive { t_regExpires.stop; setverdict(fail); Loading Loading @@ -5341,7 +5341,7 @@ module AtsIms_Mw_TCFunctions f_SendINVITE ( m_INVITE_Request_UE ( vc_requestUri, vc_callId, p_cSeq_s, vc_from, vc_to, vc_via, vc_contact, omit, vc_route, omit, m_MBody_SDP ( vc_sdp_local ) )); // await response - 200 if ( valueof ( p_secClient ) == omit ) { if ( not isvalue ( p_secClient ) ) { f_awaitingResponse ( mw_Response_Base ( ( c_statusLine200 ), vc_callId, vc_cSeq )); } else { Loading