// - if the SIP 180 (Ringing) response does not contain the g.3gpp.dynamic-stn media feature tag as described
// in annex C in the Contact header field, the static STN.
TP Id TP_ICS_SCCAS_XXX_XXX_01
TP Id TP_ICS_SCCAS_PCT_REF_01
Test objective "Verify that the SCC AS terminates the call over CS after receiving a SIP 488"
@@ -605,10 +605,60 @@ Package TP_SCCAS {
// - anew SDP offer, including the media characteristics as received in the SIP 1xx response with the SDP
// answer, by following the rules of 3GPP TS 24.229 [2].
TP Id TP_ICS_SCCAS_XXX_XXX_02
TP Id TP_ICS_SCCAS_PCT_XXX_02
Test objective "Verify that the SCC AS sends a SIP PRACK and SIP UPDATE after receiving a SIP 1xx"
Reference
"ETSI TS 124 237 [1], Clauses 9.3.5.5"
Config Id CFG_SCCAS_01
PICS Selection NONE // TODO
Initial conditions with {
the UE entity isRegisteredTo the IMS
// TODO:
// SIP INVITE was sent with:
// creating the session in the terminating alerting phase without an SDP MIME body
// SCC AS supports PS to CS dual radio access
}
Expected behaviour
ensure that {
when {
the IUT entity receives an r_1xx_Any containing
From indicating value PX_UE_A_SIP_URI,
To indicating value PX_UE_B_SIP_URI,
CallId indicating value PX_UE_A_CALLID,
Via indicating value PX_UE_A_VIA,
Route indicating value PX_UE_A_SERVICE_ROUTE;
from the IMS_S_CSCF entity
}
then {
the IUT entity sends an PRACK containing // send a SIP PRACK request towards the CS domain
From indicating value PX_UE_A_SIP_URI,
To indicating value PX_UE_B_SIP_URI,
CallId indicating value PX_UE_A_CALLID,
Via indicating value PX_UE_A_VIA,
Route indicating value PX_UE_A_SERVICE_ROUTE;
and
the IUT entity sends an UPDATE containing
From indicating value PX_UE_A_SIP_URI,
To indicating value PX_UE_B_SIP_URI,
CallId indicating value PX_UE_A_CALLID,
Via indicating value PX_UE_A_VIA,
Route indicating value PX_UE_A_SERVICE_ROUTE,
Contact indicating value "", // the Contact header field set to the Contact header field provided by the served UE at the creation of the dialog with the remote UE;
MessageBody containing // anew SDP offer, including the media characteristics as received in the SIP 1xx response with the SDP answer, by following the rules of 3GPP TS 24.229 [2].
SDP containing
TODO indicating value "TODO";
;
;
to the IMS_S_CSCF entity
}
}
}
@@ -641,32 +691,37 @@ Package TP_SCCAS {
PICS Selection NONE // TODO
// Initial conditions with {
// the UE entity isRegisteredTo the IMS and
// the UE entity hasReceived200OkOnInitialRequestForDialogWith
// }
Initial conditions with {
the UE entity isRegisteredTo the IMS
// TODO
// // source access leg is an ongoing session containing only an active or inactive media component
// or
// a session in an early dialog phase on the terminating side
}
//
// Expected behaviour
// ensure that {
// when {
// the IUT entity receives an ACK containing
// From indicating value PX_UE_A_SIP_URI,
// To indicating value PX_UE_B_SIP_URI,
// CallId indicating value PX_UE_A_CALLID,
// Via indicating value PX_UE_A_VIA,
// Route indicating value PX_UE_A_SERVICE_ROUTE;
// from the IMS_S_CSCF entity
// }
// then {
// the IUT entity sends an BYE containing
Expected behaviour
ensure that {
when {
the IUT entity receives an ACK
// TODO: trigger for event unclear, transfer of a session is successfully completed
// From indicating value PX_UE_A_SIP_URI,
// To indicating value PX_UE_B_SIP_URI,
// CallId indicating value PX_UE_A_CALLID,
// Via indicating value PX_UE_A_VIA,
// Route indicating value PX_UE_A_SERVICE_ROUTE;
// to the IMS_S_CSCF entity
// }
// }
from the IMS_S_CSCF entity
}
then {
the IUT entity sends an BYE containing
From indicating value PX_UE_A_SIP_URI,
To indicating value PX_UE_B_SIP_URI,
CallId indicating value PX_UE_A_CALLID,
Via indicating value PX_UE_A_VIA;
to the IMS_S_CSCF entity
}
}
} // end TP_ICS_SCCAS_XXX_BYE_01
@@ -691,32 +746,35 @@ Package TP_SCCAS {
PICS Selection NONE // TODO
// Initial conditions with {
// the UE entity isRegisteredTo the IMS and
// the UE entity hasReceived200OkOnInitialRequestForDialogWith
// }
//
// Expected behaviour
// ensure that {
// when {
// the IUT entity receives an ACK containing
// From indicating value PX_UE_A_SIP_URI,
// To indicating value PX_UE_B_SIP_URI,
// CallId indicating value PX_UE_A_CALLID,
// Via indicating value PX_UE_A_VIA,
// Route indicating value PX_UE_A_SERVICE_ROUTE;
// from the IMS_S_CSCF entity
// }
// then {
// the IUT entity sends an BYE containing
Initial conditions with {
the UE entity isRegisteredTo the IMS
// TODO: session is dialog in an early dialog phase on the originating side
}
Expected behaviour
ensure that {
when {
the IUT entity receives an ACK
// TODO: trigger for event unclear, transfer of a session is successfully completed
// From indicating value PX_UE_A_SIP_URI,
// To indicating value PX_UE_B_SIP_URI,
// CallId indicating value PX_UE_A_CALLID,
// Via indicating value PX_UE_A_VIA,
// Route indicating value PX_UE_A_SERVICE_ROUTE;
// to the IMS_S_CSCF entity
// }
// }
from the IMS_S_CSCF entity
}
then {
the IUT entity sends an r_480_TemporaryUnavailable containing