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

Second Cx TP and References

parent 816f10ab
Loading
Loading
Loading
Loading
+43 −3
Original line number Diff line number Diff line
@@ -21,11 +21,11 @@ Package TP_CX {
    Test Purpose {
        TP Id TP_CX_HSS_UAA_01
        
        Test objective  "IUT successfully processes all mandatory AVPs in a UA-Request received due to an UE initial registration and sends UA-Answer."
        Test objective  "IUT successfully processes all mandatory AVPs in a UA-Request received due to first UE initial registration and sends UA-Answer."
        
        Reference 
            "TS 129 228 (V15.1.0) [1], clause 6.1.1 and tables 6.1.1.1 and 6.1.1.2",
            "TS 129 229 (V15.0.0) [2], clauses 6.1.1 and 6.1.2"
            "TS 129 228 (V15.1.0) [4], clause 6.1.1 and tables 6.1.1.1 and 6.1.1.2",
            "TS 129 229 (V15.0.0) [5], clauses 6.1.1 and 6.1.2"
        
        Config Id CFG_CX_HSS_01
        
@@ -75,5 +75,45 @@ Package TP_CX {
            }  
    }  // End of TP TP_CX_HSS_UAA_01
     
    Test Purpose {
        TP Id TP_CX_HSS_UAA_02
        
        Test objective  "IUT successfully processes all mandatory AVPs in a UA-Request received due to protected UE initial registration and sends UA-Answer."
        
        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"
        
        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
                        Public_Identity_AVP,
                        User_Name_AVP
                    ;
                    to the IMS_HSS_A entity
                }
                then {
                    the IMS_HSS_A entity sends the UAA containing
                        not Result_Code_AVP,
                        Experimental_Result_AVP containing
                            Experimental_Result_Code_AVP
                                indicating value DIAMETER_SUBSEQUENT_REGISTRATION
                            ;,
                        Server_Name_AVP,
                        not Server_Capabilities_AVP
                    ;
                    to the IMS_I_CSCF_A entity
                }
            }  
    }  // End of TP TP_CX_HSS_UAA_02
    
}