Commit e3c5362f authored by schmitting's avatar schmitting
Browse files

Some small changes after ATS validation

parent f329d57a
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -288,8 +288,8 @@ ensure that {
-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

TP id     : TP_IMST2_GM_REG_11
summary   : 'When a P-CSCF receives a SIP 200 (OK) response to a REGISTER request from a registered UE and the value of the Expires header 
						 field and/or the Expires parameter in the Contact header in the 200 (OK) response is set to zero it passes the 200 (OK) to the UE.'
summary   : 'When a P-CSCF receives a REGISTER request from a registered UE and the value of the Expires header
	     field and/or the Expires parameter in the Contact header is set to zero it sends a 200 (OK) to the UE.'
clause ref: '5.2.5.1'
TP type   : conformance
RQ ref    : None
@@ -866,7 +866,7 @@ with { UE1 and UE2 registered in IUT and
}
ensure that {
  when { 
  	   IUT receives target_refresh INVITE from UE1 for UE2
  	   IUT receives target_refresh UPDATE from UE1 for UE2
  }
  then { 
  	   IUT sends 403_response to UE1
@@ -884,7 +884,7 @@ RQ ref : RQ_003_5048
role      : IMS -- General
config ref: CF_2Gm -- Tester acting as two UE
with { UE1 and UE2 registered in IUT and
			 IUT not has_established_an_INVITE_dialog from UE1 to UE2
			 IUT has_established_an_INVITE_dialog from UE1 to UE2
}
ensure that {
  when { 
@@ -1393,16 +1393,16 @@ RQ ref : RQ_003_6002
role      : IMS -- General
config ref: CF_2Gm -- Tester acting as two UE
with { UE1 registered in IUT and
			 IUT has_received_INVITE from UE2 and
			 IUT has_sent_INVITE to UE1
			 IUT has_received_INVITE from UE1 and
			 IUT has_sent_INVITE to UE2
}
ensure that {
  when { 
  	   IUT receives 180_response from UE1 for UE2
  	   IUT receives 180_response from UE2 for UE1
           containing SDP_offer indicating unacceptable media_parameter
  }  
  then { 
  	   IUT sends 180_response to UE2
  	   IUT sends 180_response to UE1
  }
}

+2 −2
Original line number Diff line number Diff line
@@ -2458,13 +2458,13 @@ with {
ensure that {
  when {
       IUT receives BYE via Mw addressed to UE1 
           containing Record-Route_header not matching stored Record-Route_header
           containing Route_header not matching stored Record-Route_header
  }
  then {
       IUT not sends BYE via Gm to UE1 
       and IUT sends 400_response via Mw
       or
       IUT sends BYE via Mw to UE1
       IUT sends BYE via Gm to UE1
           containing stored Record-Route_header
  }
}