Commit b174400c authored by rennoch's avatar rennoch
Browse files

REG_04 for release 10

parent f2172c95
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -248,7 +248,16 @@ module AtsIms_Gm_TCFunctions {
				// preamble
				// done
				// TESTBODY
				// TODO write test body
				f_setHeaders_REGISTER(p_cSeq_s);
				// send REGISTER
				f_SendREGISTER(m_REGISTER_Request_Base(vc_requestUri,
													   vc_callId, p_cSeq_s,
													   vc_from, vc_to,
													   vc_via_REG, vc_contact,
													   vc_authorization)); // LibSip
				f_awaitingResponse(mw_Response_Base(mw_statusLine4xx, *,
													p_cSeq_s));		
													
				f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict()); // sync
				// point
				// test
@@ -260,6 +269,7 @@ module AtsIms_Gm_TCFunctions {
				// postamble
				// done
				f_SIP_postamble_UE1_withoutRegistration();
				
			} // end function f_Sip_TC_IMST2_GM_REG_04_UE1

			/*
@@ -441,7 +451,7 @@ module AtsIms_Gm_TCFunctions {
				// point
				// postamble
				// done
				f_SIP_postamble_UE1_withoutRegistration();
				f_terminateCall_UE_withDeReg(vc_requestUri, vc_callId, p_cSeq_s, vc_from, vc_to);
			} // end function f_Sip_TC_IMST2_GM_REG_08_UE1

			/*