Commit 44e33d37 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

TPs for Rx, Gx, Cx interfaces.

parent 6311013e
Loading
Loading
Loading
Loading
+50 −0
Original line number Diff line number Diff line
@@ -78,6 +78,56 @@ Package TP_CX {
            }  
    }  // End of TP TP_CX_HSS_MAA_01
    
    Test Purpose {
        TP Id TP_CX_HSS_RTA_01
        //TP_CX_HSS_RT_01 from TS 103 289-2 V2.1.1
        Test objective  "IUT successfully processes all mandatory AVPs in a RT-Request received due to S-CSCF network de-registration notification procedure and sends RT-Answer."
        
        Reference 
            "TS 129 228 (V15.1.0) [4], clause 6.1.3",
            "TS 129 229 (V15.0.0) [5], clauses 6.1.9 and 6.1.10"
            
        Config Id CF_VxLTE_INT
        
        PICS Selection NONE
        
        Initial conditions with {
            the UE_A entity isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_S_CSCF_A entity sends a RTR containing
                        Session_ID_AVP
                        Vendor_Specific_Application_Id_AVP
                        Auth_Session_State_AVP
                            indicating value NO_STATE_MAINTAINED
                        Origin_Host_AVP
                        Origin_Realm_AVP
                        Destination_Host_AVP
                        Destination_Realm_AVP
                        User_Name_AVP
                        Deregistration_Reason_AVP containing
                            Reason_Code_AVP
                    ;;
                    to the IMS_HSS_A entity
                }
                then {
                    the IMS_HSS_A entity sends the RTA containing
                        Session_ID_AVP
                        Vendor_Specific_Application_Id_AVP
                        Auth_Session_State_AVP
                        Origin_Host_AVP
                        Origin_Realm_AVP
                        Result_Code_AVP
                            indicating value DIAMETER_SUCCESS
                    ;
                    to the IMS_S_CSCF_A entity
                }
            }  
    }  // End of TP TP_CX_HSS_RTA_01
     
    Test Purpose {
        TP Id TP_CX_HSS_SAA_01
        //TP_CX_HSS_SA_01 from TS 103 289-2 V2.1.1
+38 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ Package TP_GX {
    Test Purpose {
        TP Id TP_GX_PCRF_CCA_01
        //TP_EPC_7001_03 and TP_EPC_7001_04 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT when receives CC-Request for PCC Rules sends a CC-Answer."
        Test objective  "Verify that IUT when receives CC-Request for PCC Rules sends a CC-Answer in case of attachment procedure."
        
        Reference 
            "TS 129 212 (V15.3.0) [9], clauses 4.5.1-1 and 4a.5.1-1"
@@ -73,7 +73,7 @@ Package TP_GX {
                then {
                    the EPC_PCRF_A entity sends the CCA containing
                        Result_Code_AVP
                            indicating value DIAMETER_SUCCESS '2001'
                            indicating value DIAMETER_SUCCESS
                        QoS_Information_AVP containing
                            APN_Aggregate_Max_Requested_Bandwidth_UL_AVP
                            APN_Aggregate_Max_Requested_Bandwidth_DL_AVP
@@ -92,6 +92,42 @@ Package TP_GX {
            }  
    }  // End of TP_GX_PCRF_CCA_01
     
    Test Purpose {
        TP Id TP_GX_PCRF_CCA_02
        //TP_EPC_7004_01 and TP_EPC_7004_02 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT when receives CC-Request for PCC Rules sends a CC-Answer in case of detachment procedure."
        
        Reference 
            "TS 129 212 (V15.3.0) [9], clauses 4.5.1-1 and 4a.5.1-1"
        
        Config Id CF_VxLTE_INT
        
        PICS Selection NONE
        
        Initial conditions with {
        	the UE_A entity isNotAttachedTo the EPC_A and
            the UE_A entity isNotRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the EPC_PGW_A entity sends an CCR containing
                        CC_Request_Type_AVP
                            indicating value TERMINATION_REQUEST
                    ;
                    to the EPC_PCRF_A entity
                }
                then {
                    the EPC_PCRF_A entity sends the CCA containing
                        Result_Code_AVP
                            indicating value DIAMETER_SUCCESS
                    ;
                    to the EPC_PGW_A entity
                }
            }  
    }  // End of TP_GX_PCRF_CCA_02
     
    Test Purpose {
        TP Id TP_GX_PGW_RAA_01
        //TP_EPC_6013_01 and TP_EPC_6014_01 from TS 103 029 V5.1.1
+31 −0
Original line number Diff line number Diff line
@@ -880,6 +880,37 @@ Package TP_RX {
            }  
    }  // End of TP_RX_PCSCF_STR_07
    
    Test Purpose {
        TP Id TP_RX_PCSCF_STR_08
        //TP_EPC_6025_01 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT after reception of NOTIFY during administrative de-registration sends an ST-Request."
        
        Reference 
            "TS 129 214 (V15.6.0) [8], clauses 4.4.4, 4.4.5a, A.8"
        
        Config Id CF_VxLTE_INT
        
        PICS Selection NONE
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_A entity isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_P_CSCF_A entity receives a NOTIFY
                    from the IMS_S_CSCF_A entity
                }
                then {
                    the IMS_P_CSCF_A entity sends the STR containing
                        Session_Id_AVP;
                    to the EPC_PCRF_A entity
                }
            }  
    }  // End of TP_RX_PCSCF_STR_08
    
    
    
} // End of Package TP_RX