Commits (4)
TODO
[1] ETSI ES 203 119-4: "TDL: Structured Test Objective Specification (Extension)"
[2] ETSI TS 124 229: "Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); LTE; IP multimedia call control protocol based on Session Initiation Protocol (SIP) and Session Description Protocol (SDP); Stage 3 (3GPP TS 24.229 Release 15)".
[3] ETSI TS 129 165: "Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); LTE; Inter-IMS Network to Network Interface (NNI) (3GPP TS 29.165 Release 15)".
[4] ETSI TS 129 228: "Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); LTE; IP Multimedia (IM) Subsystem Cx and Dx Interfaces; Signalling flows and message contents (3GPP TS 29.228 Release 15)".
[5] ETSI TS 129 229: "Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); LTE; Cx and Dx interfaces based on the Diameter protocol; Protocol details (3GPP TS 29.229 Release 15)".
[6] ETSI TS 132 260: "Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); LTE; Telecommunication management;Charging management;IP Multimedia Subsystem (IMS) charging (3GPP TS 32.260 Release 15)".
[7] ETSI TS 132 299: "Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); LTE; Telecommunication management; Charging management; Diameter charging applications (3GPP TS 32.299 Release 15)".
[8] ETSI TS 129 214: "Universal Mobile Telecommunications System (UMTS); LTE; Policy and charging control over Rx reference point (3GPP TS 29.214 Release 15)".
[9] ETSI TS 129 212: "Universal Mobile Telecommunications System (UMTS); LTE; Policy and Charging Control (PCC); Reference points (3GPP TS 29.212 Release 15)".
[10] ETSI TS 129 272: "Universal Mobile Telecommunications System (UMTS); LTE; Evolved Packet System (EPS); Mobility Management Entity (MME) and Serving GPRS Support Node (SGSN) related interfaces based on Diameter protocol (3GPP TS 29.272 Release 15)".
[11] ETSI TS 129 215: "Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); LTE; Policy and Charging Control (PCC) over S9 reference point; Stage 3 (3GPP TS 29.215 Release 15)".
[12] ETSI TS 129 328: "Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); LTE; IP Multimedia (IM) Subsystem Sh interface; Signalling flows and message contents (3GPP TS 29.328 Release 15)".
[13] ETSI TS 129 329: "Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); LTE; Sh interface based on the Diameter protocol; Protocol details (3GPP TS 29.329 Release 15)".
[14] ISO/IEC 9646-1: "Information technology -- Open Systems Interconnection -- Conformance testing methodology and framework -- Part 1: General concepts".
[15] ISO/IEC 9646-7: "Information technology -- Open Systems Interconnection -- Conformance testing methodology and framework -- Part 7: Implementation Conformance Statements".
[16] ETSI ETS 300 406: "Methods for testing and Specification (MTS); Protocol and profile conformance testing specifications; Standardization methodology".
[17] IETF RFC 3588: "Diameter Base Protocol".
\ No newline at end of file
[1] ETSI TS 124 237: "Universal Mobile Telecommunications System (UMTS); LTE; IP Multimedia (IM) Core Network (CN) subsystem IP Multimedia Subsystem (IMS) service continuity; Stage 3 (3GPP TS 24.237 Release 16)".
[2] ETSI TS 124 292: "Universal Mobile Telecommunications System (UMTS); LTE; IP Multimedia (IM) Core Network (CN) subsystem Centralized Services (ICS); Stage 3 (3GPP TS 24.292 Release 16)".
[3] ETSI TS 103 833-1: "Core Network and Interoperability Testing (INT); Conformance Test Specifications for the SCC-AS Services; (3GPP™ Release 16); Part 1: Protocol Implementation Conformance Statement (PICS)".
[4] ISO/IEC 9646-1: "Information technology -- Open Systems Interconnection -- Conformance testing methodology and framework -- Part 1: General concepts".
[5] ISO/IEC 9646-7: "Information technology -- Open Systems Interconnection -- Conformance testing methodology and framework -- Part 7: Implementation Conformance Statements".
[6] ETSI ETS 300 406: "Methods for testing and Specification (MTS); Protocol and profile conformance testing specifications; Standardization methodology".
[7] ETSI ES 203 119-4: "Methods for Testing and Specification (MTS); The Test Description Language (TDL); Part 4: Structured Test Objective Specification (Extension)".
\ No newline at end of file
/*
Copyright (c) ETSI 2019-2022.
This software is subject to copyrights owned by ETSI. Non-exclusive permission
is hereby granted, free of charge, to copy, reproduce and amend this file
under the following conditions: It is provided "as is", without warranty of any
kind, expressed or implied.
ETSI shall never be liable for any claim, damages, or other liability arising
from its use or inability of use.This permission does not apply to any documentation
associated with this file for which ETSI keeps all rights reserved. The present
copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right.
*/
/* interface at SCSCF */
Package TP_SCSCF {
import all from Sip_Common;
Test Purpose {
TP Id TP_SCCAS_REGISTER_01
Test objective "TODO -- Verify that the P-CSCF successfully processes a first registration (Successful)."
Reference
"TODO -ETSI TS 124 229 [1], Clauses 5.2.2.1 and 6.2"
Config Id CFG_SCSCF_01
PICS Selection NONE
Initial conditions with {
the UE entity isNotRegisteredTo the IMS_A
}
Expected behaviour
ensure that {
when {
the IUT entity receives a REGISTER containing
From indicating value PX_UE_A_SIP_URI,
To indicating value PX_UE_A_SIP_URI,
CallId indicating value PX_UE_A_CALLID,
Via indicating value PX_UE_A_VIA;
from the IMS_S_CSCF entity
}
then {
the IUT entity sends a r_200_Ok containing
From indicating value PX_UE_A_SIP_URI,
To indicating value PX_UE_A_SIP_URI,
CallId indicating value PX_UE_A_CALLID,
Via indicating value PX_UE_A_VIA,
Path indicating value PX_P_CSCF_A_SIP_URI,
PChargingVector containing
icid indicating value PX_TO_BE_DEFINED,
PVisitedNetworkID indicating value PX_TO_BE_DEFINED,
Require indicating value "path",
Supported indicating value "path";;
to the IMS_S_CSCF entity
}
}
} // End of TP_SCCAS_REGISTER_01
Test Purpose {
TP Id TP_SCCAS_INVITE_01
Test objective "Verify that the P-CSCF successfully processes an initial INVITE (Originating Leg)."
Reference
"ETSI TS 124 229 [1], Clauses 5.2.7.2 and 6.2"
Config Id CFG_SCCAS_01
PICS Selection NONE
Initial conditions with {
the UE entity isRegisteredTo the IMS
}
Expected behaviour
ensure that {
when {
the IUT entity receives an INVITE 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,
PAccessNetworkInfo,
MessageBody containing
SDP containing
Version indicating value "0";;;
from the IMS_S_CSCF entity
}
then {
the IUT entity sends an r_200_Ok 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,
PAccessNetworkInfo,
ContentType indicating value "application/sdp",
ContentLength,
MessageBody containing
SDP containing
Version indicating value "0";;;
to the IMS_S_CSCF entity
}
}
} // End of TP_SCCAS_INVITE_01
} // End of Package TP_SCSCF
/*
Copyright (c) ETSI 2019-2022.
This software is subject to copyrights owned by ETSI. Non-exclusive permission
is hereby granted, free of charge, to copy, reproduce and amend this file
under the following conditions: It is provided "as is", without warranty of any
kind, expressed or implied.
ETSI shall never be liable for any claim, damages, or other liability arising
from its use or inability of use.This permission does not apply to any documentation
associated with this file for which ETSI keeps all rights reserved. The present
copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right.
*/
/* interface at SCCAS */
Package TP_SCCAS {
import all from Sip_Common;
Test Purpose {
TP Id TP_SCCAS_REGISTER_01
Test objective "TODO -- Verify that the P-CSCF successfully processes a first registration (Successful)."
Reference
"TODO -ETSI TS 124 229 [1], Clauses 5.2.2.1 and 6.2"
Config Id CFG_SCCAS_01
PICS Selection NONE
Initial conditions with {
the UE entity isNotRegisteredTo the IMS_A
}
Expected behaviour
ensure that {
when {
the IUT entity receives a REGISTER containing
From indicating value PX_UE_A_SIP_URI,
To indicating value PX_UE_A_SIP_URI,
CallId indicating value PX_UE_A_CALLID,
Via indicating value PX_UE_A_VIA;
from the IMS_S_CSCF entity
}
then {
the IUT entity sends a r_200_Ok containing
From indicating value PX_UE_A_SIP_URI,
To indicating value PX_UE_A_SIP_URI,
CallId indicating value PX_UE_A_CALLID,
Via indicating value PX_UE_A_VIA,
Path indicating value PX_P_CSCF_A_SIP_URI,
PChargingVector containing
icid indicating value PX_TO_BE_DEFINED,
PVisitedNetworkID indicating value PX_TO_BE_DEFINED,
Require indicating value "path",
Supported indicating value "path";;
to the IMS_S_CSCF entity
}
}
} // End of TP_MW_PCSCF_REGISTER_01
Test Purpose {
TP Id TP_SCCAS_INVITE_01
Test objective "Verify that the P-CSCF successfully processes an initial INVITE (Originating Leg)."
Reference
"ETSI TS 124 229 [1], Clauses 5.2.7.2 and 6.2"
Config Id CFG_SCCAS_01
PICS Selection NONE
Initial conditions with {
the UE entity isRegisteredTo the IMS
}
Expected behaviour
ensure that {
when {
the IUT entity receives an INVITE 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,
PAccessNetworkInfo,
MessageBody containing
SDP containing
Version indicating value "0";;;
from the IMS_S_CSCF entity
}
then {
the IUT entity sends an r_200_Ok 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,
PAccessNetworkInfo,
ContentType indicating value "application/sdp",
ContentLength,
MessageBody containing
SDP containing
Version indicating value "0";;;
to the IMS_S_CSCF entity
}
}
} // End of TP_MW_PCSCF_INVITE_01
} // End of Package TP_MW_PS
......@@ -67,7 +67,7 @@ Package TP_SCCAS_Chapter_12_3 {
Test Purpose {
TP Id TP_ISC_SCCAS_SRA_INI_02
TP Id TP_ISC_SCCAS_SRA_INV_02
Test objective "Verify that the SCCAS distinguish SIP INVITE with STN-SR and informs remote UE"
......@@ -167,7 +167,7 @@ Package TP_SCCAS_Chapter_12_3 {
import all from Sip_Common;
Test Purpose {
TP Id TP_ISC_SCCAS_SRA_INI_04
TP Id TP_ISC_SCCAS_SRA_INV_04
Test objective "Verify that the SCCAS distinguish SIP INVITE with STN-SR and not release source leg"
......@@ -359,7 +359,7 @@ Package TP_SCCAS_Chapter_12_3 {
Test Purpose {
TP Id TP_ISC_SCCAS_SRA_CNL_01
TP Id TP_ISC_SCCAS_SRA_CAN_01
Test objective "Verify that the SCCAS distinguish SIP CANCEL and release session transfered leg after OperatiorSpecificTimer timeout"
......@@ -400,7 +400,7 @@ Package TP_SCCAS_Chapter_12_3 {
to the IMS_S_CSCF entity
}
}
} // End of TP_ISC_SCCAS_SRA_CNL_01
} // End of TP_ISC_SCCAS_SRA_CAN_01
}
Group "12.3.3.5.2 SCC AS serving a terminating user"{
......@@ -408,7 +408,7 @@ Package TP_SCCAS_Chapter_12_3 {
Test Purpose {
TP Id TP_ISC_SCCAS_SRA_CNL_02
TP Id TP_ISC_SCCAS_SRA_CAN_02
Test objective "Verify that the SCCAS send 200Ok_CANCEL and release PStoCS session transfered leg in alerting state for terminating user"
......@@ -449,7 +449,7 @@ Package TP_SCCAS_Chapter_12_3 {
//to the IMS_S_CSCF entity
}
}
} // End of TP_ISC_SCCAS_SRA_CNL_02
} // End of TP_ISC_SCCAS_SRA_CAN_02
}
}
......
......@@ -565,7 +565,7 @@ Package TP_SCCAS_Chapter_9_3 {
// This TP: only case A
TP Id TP_ISC_PCT_RES_02
TP Id TP_ISC_SCCAS_PCT_RES_02
Test objective "Verify that the SCC AS sends SIP provisional response to the SIP INVITE request due to PS to CS STN"
......@@ -613,7 +613,7 @@ Package TP_SCCAS_Chapter_9_3 {
to the IMS_S_CSCF entity
}
}
} // end TP TP_ISC_PCT_RES_02
} // end TP TP_ISC_SCCAS_PCT_RES_02
} // end Group "9.3.5.2 SCC AS procedures for PS to CS dual radio access transfer of a originating session in the alerting phase"
......
This diff is collapsed.