Commit a5455a92 authored by poglitsch's avatar poglitsch
Browse files

corrections

parent adc70c37
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -407,6 +407,7 @@ group checksTC_IMS_MESS_0001{
           p_monitorCompRef.done;
		   
           f_getSipMsgFromMonitor(p_monitorCompRef, v_sip);
           if(ispresent(v_sip.response.msgHeader.expires)) {
               // Check that the message contains "Expires_header indicating the same or 
               // lower expiry time than specified in the initial SUBSCRIBE"
    		   v_Epires200OK := v_sip.response.msgHeader.expires.deltaSec;
@@ -415,6 +416,7 @@ group checksTC_IMS_MESS_0001{
    			 f_setIotVerdictFAIL("TP_IMS_5096_01 - - Expires_header Expires_header of 200_response is NOT the same or lower than the Expires_header of subscribe.");
               }
           }
	    }

    } // group

+4 −4
Original line number Diff line number Diff line
@@ -1561,7 +1561,7 @@ module AtsImsIot_Templates {
		}
  template Response mw_401Unauthorized_Base  modifies m_Response_Dummy :=
		{
		statusLine := c_statusLine401,
		statusLine := {c_sipNameVersion, 401, ?},
		msgHeader := ?,
		messageBody := *,
		payload	:= *
@@ -1576,7 +1576,7 @@ module AtsImsIot_Templates {
  }
  template Response mw_403Forbidden_Base  modifies m_Response_Dummy :=
		{
		statusLine := c_statusLine403,
		statusLine := {c_sipNameVersion, 403, ?},
		msgHeader := ?,
		messageBody := *,
		payload	:= *
@@ -1584,7 +1584,7 @@ module AtsImsIot_Templates {
		
	template Response mw_404NotFound_Base  modifies m_Response_Dummy :=
	{
		statusLine := c_statusLine404,
		statusLine := {c_sipNameVersion, 404, ?},
		msgHeader := ?,
		messageBody := *,
		payload	:= *
@@ -1592,7 +1592,7 @@ module AtsImsIot_Templates {
		
	template Response mdw_404Or604NotFound_Base  modifies m_Response_Dummy :=
	{
		statusLine := (c_statusLine404, c_statusLine604),
		statusLine := ({c_sipNameVersion, 404, ?}, {c_sipNameVersion, 604, ?}),
		msgHeader := ?,
		messageBody := *,
		payload	:= *
+2 −2
Original line number Diff line number Diff line
@@ -526,8 +526,8 @@ module AtsImsIot_TestCases_CALL {
		f_mtc_EndCall(v_ueA); //Test Sequence Step 7

		// check 4 (BYE)
		f_mtc_check_TP_IMS_5301_01_gm(v_gmA, false); // Check4 
		f_mtc_check_TP_IMS_5301_01_mw(v_mw, false); // Check4 
		//f_mtc_check_TP_IMS_5301_01_gm(v_gmA, false); // Check4 
		//f_mtc_check_TP_IMS_5301_01_mw(v_mw, false); // Check4 

		f_mtc_userCheckCallEnded(v_ueB); //Test Sequence Step 8
		f_mtc_userCheckCallEnded(v_ueA); //Test Sequence Step 9