// a) if a SIP 180 (Ringing) response to the SIP INVITE request has already been received from the remote UE in
// any of the early dialogs associated with the originating early session not accepted yet, the state-info XML
// element containing "early" and the direction XML element containing "initiator";
// b) if a SIP 180 (Ringing) response to the SIP INVITE request has not been received yet from the remote UE in
// any of the early dialogs associated with the originating early session not accepted yet and the additional
// transferred session was originated by the SC UE, the state-info XML element containing "pre-alerting" and
// the direction XML element containing "initiator"; and
// c) if a SIP 180 (Ringing) response to the INVITE request has already been received on the source access leg,
// the state-info XML element containing "early" and the direction XML element containing "receiver"
TP Id TP_ISC_SCCAS_CPT_INV_06
Test objective "Verify that SCC AS correctly recognizes and initiated procedures for PS to CS dual radio access transfer of an additional session in an early dialog phase "
Reference
"ETSI TS 124 237 [1], Clauses 9.3.7.4."
Config Id CFG_SCCAS_01
PICS Selection NONE
Initial conditions with {
the UE entity isRegisteredTo the IMS and
the IUT entity hasAchievedInitialINVITE
// SCC AS the SCC AS supporting CS to PS dual radio access transfer for calls in an early phase
}
Expected behaviour
ensure that {
when {
the IUT entity receives an r_180_Ringing
from the IMS_S_CSCF entity
}
then {
the IUT entity sends an REFER 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,
ReferSub indicating value false, // 1) include a Refer-Sub header field with value "false" as specified in IETF RFC 4488 [20];
Supported indicating value "norefersub", // 2) include a Require header field with value "norefersub" as specified in IETF RFC 4488 [20];
ReferTo containing // 3) include a Refer-To header field
TargetDialog indicating value "Target-Dialog header field containing the dialog identifier of the dialog in the early phase, if exist", // a) if an early dialog supporting the additional transferred session exists, the Target-Dialog header field
Require indicating value "tdialog", // c) the Require header field populated with the option tag value "tdialog";
From indicating value "value of the P-Asserted-Identity provided by the SC UE during the session establishment", //the From header field populated as specified in IETF RFC 3261 [19], containing the value of the P-Asserted-Identity provided by the SC UE during the session establishment
ContentType indicating value "application/sdp", // E. the Content-Type header field with "application/sdp";
MessageBody containing // F. the URI header field with the hname "body" populated with SDP describing the media streams as negotiated in the session with the remote UE
SDP containing
TODO indicating value "";;;
,
Accept containing // if a SIP 180 (Ringing) response to the INVITE request has already been received on the source access leg, the state-info XML element containing "early" and the direction XML element containing "receiver"
MIME indicating value "application/vnd.3gpp.state-and-event-info.xml";; //subclause D.2.3
to the IMS_S_CSCF entity
}
}
} // end TP
} // end Group 9.3.7.4 SCC AS procedures for PS to CS dual radio access transfer of an additional session in an early dialog phase