Commit 405abe29 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

TP for S9 interface added.

parent ebe05af2
Loading
Loading
Loading
Loading
+36 −0
Original line number Diff line number Diff line
@@ -108,6 +108,42 @@ Package TP_S9 {
            }  
    }  // End of TP_S9_PCRF_AAA_01
     
    Test Purpose {
        TP Id TP_S9_PCRF_AAA_02
        //TP_EPC_8002_02 from TS 103 029 V5.1.1
        Test objective  "Verify when IUT receives AA-Request from visited PCRF then it sends a AA-Answer."
        
        Reference 
            "TS 129 215 (V15.3.0) [11], clause 4.5.3.6"
        
        Config Id CF_VxLTE_RMI
        
        PICS Selection NONE
        
        Initial conditions with {
        	the UE_A entity isNotAttachedTo the EPC_B and
            the UE_A entity isNotRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the EPC_PCRF_B entity sends a AAR
                    to the EPC_PCRF_A entity
                }
                then {
                    the EPC_PCRF_A entity sends a AAA containing
                        Result_Code_AVP
                            indicating value DIAMETER_SUCCESS
                        Acceptable_Service_Info_AVP containing
                            "one or more" Media_Component_Description_AVP
                        ;
                    ;
                    to the EPC_PCRF_A entity
                }
            }  
    }  // End of TP_S9_PCRF_AAA_02
     
    Test Purpose {
        TP Id TP_S9_PCRF_CCR_01
        //TP_EPC_8001_04 from TS 103 029 V5.1.1