Commit 029b1d4a authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

TPs related to attachment procedures on Gx and S6a interfaces

parent 9db286b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ Package TP_CX {
     
    Test Purpose {
        TP Id TP_CX_HSS_ECO_UAA_01
        //TP_CX_HSS_UAA_01 from TS 103 653-2 V2.1.1 without emergency registration
        //TP_CX_HSS_UAA_01 from TS 103 653-1 V2.1.1 without emergency registration
        Test objective  "IUT successfully processes all mandatory AVPs in a UA-Request received due to first UE emergency registration and sends UA-Answer."
        
        Reference 
@@ -75,7 +75,7 @@ Package TP_CX {
     
    Test Purpose {
        TP Id TP_CX_HSS_ECO_UAA_02
        //TP_CX_HSS_UAA_02 from TS 103 653-2 V2.1.1 without emergency registration
        //TP_CX_HSS_UAA_02 from TS 103 653-1 V2.1.1 without emergency registration
        Test objective  "IUT successfully processes all mandatory AVPs in a UA-Request received due to protected UE emergency registration and sends UA-Answer."
        
        Reference 
+98 −0
Original line number Diff line number Diff line
@@ -21,5 +21,103 @@ Package TP_GX {
     
 
     
    Test Purpose {
        TP Id TP_GX_PCRF_CCA_01
        //TP_GX_PCRF_CCA_01 from TS 103 653-1 V2.1.1 without emergency registration
        Test objective  "Verify that IUT when receives CC-Request for PCC Rules containing IMSI for emergency services sends a CC-Answer in case of attachment procedure."
        
        Reference 
            "TS 129 212 [9], clauses 4.5.15.2.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 INITIAL_REQUEST
                        Subscription_Id_AVP containing
                            Subscription_Id_Type_AVP
                                indicating value END_USER_IMSI;,
                        IP_CAN_Type_AVP indicating value RestrictedToEmergencyServices,
                        RAT_Type_AVP,
                        Called_Station_Id_AVP indicating value "Emergency_APN"
                        Framed_IP_Address_AVP
                        "or" Framed_IP6_IP_Address_AVP
                        QoS_Information_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;;;
                    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_ECO_CCA_01
    
    Test Purpose {
        TP Id TP_GX_PCRF_CCA_02
        
        Test objective  "Verify that IUT when receives CC-Request for PCC Rules containing IMEI for emergency services sends a CC-Answer in case of attachment procedure."
        
        Reference 
            "TS 129 212 [9], clauses 4.5.15.2.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 INITIAL_REQUEST,
                        User_Equipment_Info_AVP containing
                             User_Equipment_Info_Type_AVP indicating value IMEISV
                             User_Equipment_Info_Value_AVP;,
                        IP_CAN_Type_AVP indicating value RestrictedToEmergencyServices,
                        RAT_Type_AVP,
                        Called_Station_Id_AVP indicating value "Emergency_APN"
                        Framed_IP_Address_AVP
                        "or" Framed_IP6_IP_Address_AVP
                        QoS_Information_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;;;
                    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_ECO_CCA_02
    
} // End of Package TP_GX
+35 −0
Original line number Diff line number Diff line
@@ -21,6 +21,41 @@ Package TP_S6A {
     

     
    Test Purpose {
        TP Id TP_S6A_HSS_ECO_ULA_01
        //TP_S6A_HSS_ULA_01 from TS 103 653-1 V2.1.1 without emergency registration
        Test objective  "Verify that IUT after receipt of UL-Request sends UL-Answer containing Emergency-Info AVP."
        
        Reference 
            "TS 129 272 [10], clause 5.2.1.1.2"
        
        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_MME_A entity sends a ULR
                    to the IMS_HSS_A entity
                }
                then {
                    the IMS_HSS_A entity sends the ULA containing
                        Subscription_Data_AVP containing
                            Emergency_Info_AVP indicating value PDN_GW;,
                        Result_Code_AVP
                            indicating value DIAMETER_SUCCESS
                        ULA_Flags_AVP;
                    to the EPC_MME_A entity
                }
            }  
    }  // End of TP TP_S6A_HSS_ECO_ULA_01
    
    
} // End of Package TP_S6A