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

New Rx TPs added.

parent 8936ea7f
Loading
Loading
Loading
Loading
+39 −0
Original line number Diff line number Diff line
@@ -115,6 +115,45 @@ Package TP_CX {
            }  
    }  // End of TP TP_CX_HSS_UAA_02
     
    Test Purpose {
        TP Id TP_CX_HSS_UAA_03
        //TP_CX_HSS_UA_16 from TS 103 289-2 V2.1.1
        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 
            "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"
        
        Config Id CFG_CX_HSS_01
        
        PICS Selection PICS_1
        
        Initial conditions with {
            the UE_A entity isNotRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_I_CSCF_A entity sends a UAR containing
                    User_Name_AVP
                        indicating value "an unknown private user identity"
                    Public_Identity_AVP
                    ;
                    to the IMS_HSS_A entity
                }
                then {
                    the IMS_HSS_A entity sends the UAA containing
                        not Result_Code_AVP
                        Experimental_Result_AVP
                            Experimental_Result_Code_AVP
                                indicating value DIAMETER_ERROR_USER_UNKNOWN
                        not Server_Name_AVP
                    ;
                    to the IMS_I_CSCF_A entity
                }
            }  
    }  // End of TP TP_CX_HSS_UAA_03
     
    Test Purpose {
        TP Id TP_CX_HSS_MAA_01
        //TP_CX_HSS_MA_01 from TS 103 289-2 V2.1.1
+32 −0
Original line number Diff line number Diff line
@@ -107,5 +107,37 @@ Package TP_RX {
            }  
    }  // End of TP TP_GX_PGW_RAA_01
    
    
     
    Test Purpose {
        TP Id TP_RX_PCSCF_AAR_01
        //TP_EPC_6016_02 from TS 103 029 V5.1.1
        Test objective  "IUT successfully processes all mandatory AVPs in an AA-Request received due to provisioning of AF Signalling flow and sends AA-Answer."
        
        Reference 
            "TS 129 214 (V15.6.0) [8], clause A.8, 4.4.5a and Annex B"
        
        Config Id CFG_RX_PCSCF_01
        
        PICS Selection PICS_1
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_A entity isNotRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_P_CSCF_A entity receives an 4XX_Response_REGISTER
                    to the IMS_S_CSCF_A entity
                }
                then {
                    the IMS_P_CSCF_A entity not sends the AAR
                    to the EPC_PCRF_A entity
                }
            }  
    }  // End of TP TP_RX_PCSCF_AAR_01
    
} // End of Package TP_RX
+12 −1
Original line number Diff line number Diff line
@@ -118,6 +118,17 @@ Package Sip_Common {
                    connection between IMS_P_CSCF_A.g and EPC_PCRF_A.g
            ;
            
            Test Configuration CFG_RX_PCSCF_01 
                containing
                    Tester component IMS_S_CSCF_A of type SipComponent
                    Tester component EPC_PCRF_A of type DiameterComponent
                    
                    SUT component IMS_P_CSCF_A of type SIPComponent
                    SUT component IMS_P_CSCF_A of type DiameterComponent
                    connection between IMS_S_CSCF_A.g and IMS_P_CSCF_A.g
                    connection between IMS_P_CSCF_A.g and EPC_PCRF_A_A.g
            ;
            
            Test Configuration CFG_xxx_02 
                containing 
                    Tester component UE_A of type SipComponent