Commit bcb7d6cf authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

New S6a, Gx TPs added.

parent 2be160b2
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -81,7 +81,7 @@ Package TP_CX {
        Test objective  "IUT successfully processes all mandatory AVPs in a UA-Request received due to protected UE initial registration and sends UA-Answer."
        Test objective  "IUT successfully processes all mandatory AVPs in a UA-Request received due to protected UE initial registration and sends UA-Answer."
        
        
        Reference 
        Reference 
            "TS 129 228 (V15.1.0) [4], clause 6.1.1.1 items 1, 2, 4 (1st dash), 5 (2nd dash), 6 (1st dash) and tables 6.1.1.1 and 6.1.1.2"
            "TS 129 228 (V15.1.0) [4], clause 6.1.1.1"
        
        
        Config Id CFG_CX_HSS_01
        Config Id CFG_CX_HSS_01
        
        
@@ -121,7 +121,7 @@ Package TP_CX {
        Test objective  "Verify that the IUT checks that the Private User Identity and the Public User Identity exists in the HSS and if not then IUT sets the appropriate experimental result code in the UA-Answer."
        Test objective  "Verify that the IUT checks that the Private User Identity and the Public User Identity exists in the HSS and if not then IUT sets the appropriate experimental result code in the UA-Answer."
        
        
        Reference 
        Reference 
            "TS 129 228 (V15.1.0) [4], clause 6.1.1.1 item 1 and tables 6.1.1.1 and 6.1.1.2"
            "TS 129 228 (V15.1.0) [4], clause 6.1.1.1"
        
        
        Config Id CFG_CX_HSS_01
        Config Id CFG_CX_HSS_01
        
        
@@ -160,7 +160,7 @@ Package TP_CX {
        Test objective  "IUT successfully processes all mandatory AVPs in a MA-Request received due to S-CSCF registration notification procedure and sends SA-Answer."
        Test objective  "IUT successfully processes all mandatory AVPs in a MA-Request received due to S-CSCF registration notification procedure and sends SA-Answer."
        
        
        Reference 
        Reference 
            "TS 129 228 (V15.1.0) [4], clause 6.1.2 and tables 6.1.2.1 and 6.1.2.2",
            "TS 129 228 (V15.1.0) [4], clause 6.1.2",
            "TS 129 229 (V15.0.0) [5], clauses 6.1.3 and 6.1.4"
            "TS 129 229 (V15.0.0) [5], clauses 6.1.3 and 6.1.4"
            
            
        Config Id CFG_CX_HSS_01
        Config Id CFG_CX_HSS_01
@@ -220,7 +220,7 @@ Package TP_CX {
        Test objective  "IUT successfully processes all mandatory AVPs in a SA-Request received due to S-CSCF registration notification procedure and sends SA-Answer."
        Test objective  "IUT successfully processes all mandatory AVPs in a SA-Request received due to S-CSCF registration notification procedure and sends SA-Answer."
        
        
        Reference 
        Reference 
            "TS 129 228 (V15.1.0) [4], clause 6.3 and tables 6.3.1 and 6.3.2 and 6.3.4",
            "TS 129 228 (V15.1.0) [4], clause 6.3",
            "TS 129 229 (V15.0.0) [5], clauses 6.1.7 and 6.1.8"
            "TS 129 229 (V15.0.0) [5], clauses 6.1.7 and 6.1.8"
            
            
        Config Id CFG_CX_HSS_01
        Config Id CFG_CX_HSS_01
+73 −0
Original line number Original line Diff line number Diff line
@@ -150,5 +150,78 @@ Package TP_GX {
            }  
            }  
    }  // End of TP TP_GX_PCRF_RAR_01
    }  // End of TP TP_GX_PCRF_RAR_01
     
     
    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."
        
        Reference 
            "TS 129 212 (V15.3.0) [9], clauses 4.5.1-1 and 4a.5.1-1"
        
        Config Id CFG_GX_PGW_01
        
        PICS Selection PICS_1
        
        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
                        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'
                            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 '2001'
                        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
                            QoS_Class_Identifier_AVP
                                indicating value '5'
                        Allocation_Retention_Priority_AVP
                            Priority_Level_AVP
                            Pre_emption_Capablity_AVP
                            Pre_emption_Vulnerability_AVP
                        ;
                    ;
                    to the EPC_PGW_A entity
                }
            }  
    }  // End of TP TP_GX_PCRF_CCA_01
    
} // End of Package TP_GX
} // End of Package TP_GX
+93 −0
Original line number Original line Diff line number Diff line
/*
Copyright (c) ETSI 2019.

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.
*/


Package TP_S6A {
    
    import all from Sip_Common;
     
    Test Purpose {
        TP Id TP_S6A_MME_ULR_01
        //TP_EPC_7001_01 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT after receipt of IP-CAN session establishment sends UL-Request."
        
        Reference 
            "TS 129 272 [10], clause 5.2.1.1"
        
        Config Id CFG_S6A_MME_01
        
        PICS Selection PICS_1
        
        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 UE_A entity sends an IP_CAN session establishment request
                    to the EPC_MME_A entity
                }
                then {
                    the EPC_MME_A entity sends the ULR containing
                        User_Name_AVP
                            indicating value IMSI
                        ULR_Flags_AVP
                        Visited_PLMN_Id_AVP
                        RAT_Type_AVP
                        ;
                    to the IMS_HSS_A entity
                }
            }  
    }  // End of TP TP_S6A_MME_ULR_01
     
    Test Purpose {
        TP Id TP_S6A_HSS_ULA_01
        //TP_EPC_7001_02 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT after receipt of UL-Request sends UL-Answer."
        
        Reference 
            "TS 129 272 [10], clause 5.2.1.1"
        
        Config Id CFG_S6A_HSS_01
        
        PICS Selection PICS_1
        
        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
                        Result_Code_AVP
                            indicating value DIAMETER_SUCCESS
                        ULA_Flags_AVP
                        ;
                    to the EPC_MME_A entity
                }
            }  
    }  // End of TP TP_S6A_HSS_ULA_01
    
    
} // End of Package TP_S6A
+21 −0
Original line number Original line Diff line number Diff line
@@ -38,6 +38,8 @@ Package Sip_Common {
            - EPC_PCRF_B
            - EPC_PCRF_B
            - EPC_PGW_A
            - EPC_PGW_A
            - EPC_PGW_B
            - EPC_PGW_B
            - EPC_MME_A
            - EPC_MME_B
            - IMS_P_CSCF_A
            - IMS_P_CSCF_A
            - IMS_I_CSCF_A
            - IMS_I_CSCF_A
            - IMS_S_CSCF_A
            - IMS_S_CSCF_A
@@ -149,6 +151,25 @@ Package Sip_Common {
                    connection between IMS_P_CSCF_A.g and EPC_PCRF_A_A.g
                    connection between IMS_P_CSCF_A.g and EPC_PCRF_A_A.g
            ;
            ;
            
            
            Test Configuration CFG_S6A_MME_01 
                containing
                    Tester component UE_A of type S1APComponent
                    Tester component IMS_HSS_A of type DiameterComponent
                    
                    SUT component EPC_MME_A of type S1APComponent
                    SUT component EPC_MME_A of type DiameterComponent
                    connection between UE_A.g and EPC_MME_A.g
                    connection between EPC_MME_A.g and IMS_HSS_A.g
            ;
            
            Test Configuration CFG_S6A_HSS_01 
                containing
                    Tester component IMS_HSS_A of type DiameterComponent
                    
                    SUT component EPC_PGW_A of type DiameterComponent
                    connection between EPC_MME_A.g and IMS_HSS_A.g
            ;
            
            Test Configuration CFG_xxx_02 
            Test Configuration CFG_xxx_02 
                containing 
                containing 
                    Tester component UE_A of type SipComponent
                    Tester component UE_A of type SipComponent