Commit a42dc78e authored by rennoch's avatar rennoch
Browse files

test 606008

parent d740b503
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -11979,6 +11979,7 @@ module SipIsup_IMS_TCFunctions {
				function f_IMS_TC_606_008(in CSeq p_cSeq_s) runs on ImsComponent {
					
					var INVITE_Request v_InviteReq;
					
					// PREAMBLE
					// IMS component interface initialization
					//c_userProfile_ICSCFwithHomeUE or c_userProfile_IBCFwithHomeUE
@@ -12003,6 +12004,11 @@ module SipIsup_IMS_TCFunctions {
					f_sendResponse(m_Response_2XXonINVITE_supported_privacy_UE(c_statusLine200,vc_callId, vc_cSeq,vc_caller_From, vc_caller_To, vc_via,vc_contact, m_Supported_fromChange ,m_Privacy(PX_SIP_privacy),f_route(),valueof(m_MBody_SDP(vc_sdp_local))));
					f_awaitingACK(mw_ACK_Request_Base(vc_callId));

					f_SendUPDATE(m_UPDATE_Request_Base(vc_requestUri, vc_callId, vc_cSeq, valueof(m_From(PX_SIP_NameAddr_ChangedFrom ,f_getRndTag())), vc_callee_To, vc_via, vc_contact, m_MBody_SDP(vc_sdp_local)));
					f_awaitingResponse(mw_Response_Base(c_statusLine200, vc_callId, vc_cSeq));
					
					f_selfOrClientSyncAndVerdict(c_sync2, f_getVerdict());// sync point

					f_check_Conversation();
					//await BYE and send 200 OK
					f_awaitingBYE_sendReply(mw_BYE_Request_Base(vc_callId));
@@ -12012,7 +12018,7 @@ module SipIsup_IMS_TCFunctions {
					// POSTAMBLE
					f_SIP_postamble_IMS1_withoutRegistration ()
						
				}// end function f_IMS_TC_606_00
				}// end function f_IMS_TC_606_008
				

				
+15 −0
Original line number Diff line number Diff line
@@ -133,6 +133,21 @@ module SipIsup_PIXITS {
                                            		urlParameters := omit,
                                            		headers := omit}
										}
										
    /** @desc	NameAddr default value for CHANGED From field 
     ** @remark	PICS/PIXIT Reference:	ETS TS186 009-3
     * 			Used in 606008
    */
	NameAddr	PX_SIP_NameAddr_ChangedFrom := {displayName := omit, 	 			// optional charstring
										addrSpec :=	{	  
                                            		scheme := c_sipScheme,  			// contains "sip"
                                            		userInfo := {userOrTelephoneSubscriber:= "+491111111", password:=omit},
                                            		hostPort := {host := "ims.net", portField :=omit},
                                            		urlParameters := omit,
                                            		headers := omit}
										}
										
										
	/** @desc	NameAddr default value for PAsserted (with sip scheme) field 
	 * 			Used in groupe 501
     ** @remark	PICS/PIXIT Reference:	ETS TS186 009-3, Table A1, item 1.15