Commits (2)
......@@ -48,15 +48,9 @@ Package TP_GX {
IP_CAN_Type_AVP
RAT_Type_AVP
Called_Station_Id_AVP
PDN_Connection_Id_AVP
Framed_IP_Address_AVP
"or" Framed_IP6_IP_Address_AVP
Bearer_Usage_AVP
indicating value IMS_SIGNALLING
QoS_Information_AVP
APN_Aggregate_Max_Requested_Bandwidth_UL_AVP
APN_Aggregate_Max_Requested_Bandwidth_DL_AVP
Bearer_Identifier_AVP
Default_EPS_Bearer_QoS_AVP containing
QoS_Class_Identifier_AVP
indicating value '5'
......@@ -69,18 +63,7 @@ Package TP_GX {
then {
the EPC_PCRF_A entity sends the CCA containing
Result_Code_AVP
indicating value DIAMETER_SUCCESS
QoS_Information_AVP containing
APN_Aggregate_Max_Requested_Bandwidth_UL_AVP
APN_Aggregate_Max_Requested_Bandwidth_DL_AVP
Bearer_Identifier_AVP;,
Default_EPS_Bearer_QoS_AVP containing
QoS_Class_Identifier_AVP
indicating value '5'
Allocation_Retention_Priority_AVP containing
Priority_Level_AVP
Pre_emption_Capablity_AVP
Pre_emption_Vulnerability_AVP;;;
indicating value DIAMETER_SUCCESS;
to the EPC_PGW_A entity
}
}
......
......@@ -103,7 +103,7 @@ Package TP_IC {
the IMS_IBCF_A entity forwards the initial INVITE containing
Route not indicating value PX_S_CSCF_A_SIP_URI,
PChargingVector containing
Icid,
Icid_value,
Orig_Ioi indicating value PX_IMS_A_ICID,
not Access_Network_Charging_Info,
not Term_Ioi;,
......@@ -358,15 +358,44 @@ Package TP_IC {
}
} // End of TP TP_IC_IBCF_180RESP_02
Test Purpose {
TP Id TP_IC_IBCF_183RESP_01
Test objective
"S-CSCF inserts P-Asserted-Identity header in 183 response indicating a
registered SIP URI."
Reference
"TS 124 229 [1], clause 5.4.3.3 (item 3 in 3rd numbered list)"
Config Id CF_VxLTE_INT
PICS Selection NONE
Initial conditions with {
the UE_A entity isRegisteredTo the IMS_A and
the UE_B entity isRegisteredTo the IMS_B and
the UE_A entity registeredPublicIdsWithTelUriAndSipUri and
the UE_A entity hasReceivedIntialRequestForDialog from the UE_B entity
}
Expected behaviour
ensure that {
when {
the UE_A entity sends a 183_SessionProgress response "addressed to UE_B" to the IMS_A entity
}
then {
the IMS_IBCF_A entity sends the 183_SessionProgress response containing
PAssertedID containing
PAssertedIDValue indicating value PX_UE_A_SIP_URI;;
to the IMS_IBCF_B entity
}
}
} // End of TP TP_IC_IBCF_183RESP_01
Test Purpose { // Former TP TP_IMS_5115_03
TP Id TP_IC_IBCF_1XXRESP_01
Test objective
"S-CSCF inserts a second P-Asserted-Identity header in 1xx response indicating a
registered tel URI or SIP URI whichever is not present"
"S-CSCF inserts P-Asserted-Identity header in 1xx response indicating a
registered SIP URI"
Reference
"TS 124 229 [1], clause 5.4.3.3 (item 3 in 3rd numbered list)"
......@@ -389,15 +418,13 @@ Package TP_IC {
then {
the IMS_IBCF_A entity sends the 180_Ringing response containing
PAssertedID containing
PAssertedIDValue indicating value PX_UE_A_SIP_URI ,
PAssertedIDValue indicating value PX_UE_A_TEL_URI;;
PAssertedIDValue indicating value PX_UE_A_SIP_URI;;
to the IMS_IBCF_B entity
}
}
} // End of TP TP_IC_IBCF_1XXRESP_01
Test Purpose { // Former TP TP_IMS_5055_01
TP Id TP_IC_IBCF_1XXRESP_02
Test objective
......
......@@ -195,7 +195,12 @@ Package TP_MW_IS {
from the IMS_P_CSCF_A entity
}
then {
the IMS_I_CSCF_A entity sends an 404_NotFound containing
the IMS_I_CSCF_A entity sends an 403_Forbiden containing
From indicating value PX_UE_A_SIP_URI,
To indicating value PX_UE_A_SIP_URI,
CallId indicating value PX_UE_A_CALLID;
to the IMS_P_CSCF_A entity or
the IMS_I_CSCF_A entity sends an 480_Temporary_Unavailable containing
From indicating value PX_UE_A_SIP_URI,
To indicating value PX_UE_A_SIP_URI,
CallId indicating value PX_UE_A_CALLID;
......
......@@ -75,21 +75,7 @@ Package TP_S9 {
then {
the EPC_PCRF_A entity sends a AAA containing
Result_Code_AVP
indicating value DIAMETER_SUCCESS
Acceptable_Service_Info_AVP containing
"one or more" Media_Component_Description_AVP containing
Media_Component_Number_AVP
indicating value 0,
Media_Sub_Component_AVP containing
Flow_Description_AVP
Flow_Usage_AVP
indicating value AF_SIGNALING,
Flow_Status_AVP
indicating value ENABLED,
AF_Signalling_Protocol_AVP
indicating value SIP;;;,
IP_CAN_AVP
RAT_Type_AVP;
indicating value DIAMETER_SUCCESS;
to the EPC_PCRF_B entity
}
}
......