WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
// TODO To be refined during validation: PEarlyMedia indicating value "the last received P-Early-Media header field",
// Contact indicating value "set to the Contact header field provided by the served UE at the creation of the dialog",
// SDP containing Media indicating value "the media characteristics as received in the SIP INVITE request due to PS to CS STN (including any precondition mechanism specific SDP attributes)";
// initial condition: the UE entity isRegisteredTo the IMS
f_registrationAS(p_cSeq_s);
// TODO:
// one dialog is early dialog
// and
// a SIP 180 (Ringing) response to the SIP INVITE request has not been received yet in any of the existing dialogs
// and
// the SCC AS included a g.3gpp.ps2cs-drvcc-orig-pre-alerting feature-capability indicator as in a Feature-Caps header field of SIP 18x responses
// and
// the Contact header field in the initial SIP INVITE request sent by the SC UE towards the SCC AS included a g.3gpp.ps2cs-drvcc-orig-pre-alerting media feature tag as
// and
// the remote leg is not a precondition enabled dialog
// Registration
f_sendRegistrationAndAwait200Ok(
v_cSeq_s,
m_sccas_register(
vc_requestUri,
vc_callId,
vc_cSeq,
vc_from,
vc_to,
vc_via_REG,
vc_contact,
m_add_Authorization_digest(
vc_authorization,
{c_Integrity_protected_no}
),
PX_IMS_TS_SCSCF_IPADDR,// TODO To be refined during validation
PX_IMS_TS_SCSCF_PORT,// TODO To be refined during validation
"600000",
-,
m_contentType(c_sdpApplication),// TODO To be refined during validation
m_MBody_SDP(vc_sdp_local)// TODO To be refined during validation
// TODO PEarlyMedia indicating value "the last received P-Early-Media header field",
// // TODO To be refined during validation: PEarlyMedia indicating value "the last received P-Early-Media header field",
// TODO: Contact indicating value "set to the Contact header field provided by the served UE at the creation of the dialog",
// TODO: SDP containing Media indicating value "the media characteristics as received in the SIP INVITE request due to PS to CS STN (including any precondition mechanism specific SDP attributes)";
// Contact indicating value "set to the Contact header field provided by the served UE at the creation of the dialog",
// SDP containing Media indicating value "the media characteristics as received in the SIP INVITE request due to PS to CS STN (including any precondition mechanism specific SDP attributes)";
log("*** "&__SCOPE__&": ERROR: 'PICS_SCCAS_IUT' and 'PICS_SCCAS_PS2CS_DUAL_RADIO_ACCES_TRANSFER_OF_CALLS_IN_EARLY_DIALOG' shall be set to true for executing the TC. ***");