Commit bfe10eb8 authored by schmitting's avatar schmitting
Browse files

MW_GEN_05: "with"-statement deleted, "unprotected" remove as irrelevant,...

MW_GEN_05: "with"-statement deleted, "unprotected" remove as irrelevant, response instead of 200_response
parent 02f19e2a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -129,14 +129,13 @@ config ref: CF_1Mw
with  {
     IUT not configured_for_topology_hiding and
     UE1 visiting IMS and
     IUT has_sent_unprotected_REGISTER_and_has_received_401_response via Mw
}
ensure that {
  when {
       IUT receives protected REGISTER via Mw
       IUT receives REGISTER via Mw
  }
  then {
       IUT sends 200_response via Mw
       IUT sends response via Mw
           containing P-Charging-Vector_header including ioi_parameter indicating type1
  }
}