Commit 249aff1b authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

TPs for Rx, S9 interface added.

parent a22e4331
Loading
Loading
Loading
Loading
+34 −0
Original line number Diff line number Diff line
@@ -657,6 +657,40 @@ Package TP_RX {
            }  
    }  // End of TP_RX_PCRF_ASA_01
    
    Test Purpose {
        TP Id TP_RX_PCSCF_ASR_01
        //TP_EPC_8004_06 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT receives AS-Request from home PCRF and it sends AS-Request towards visited P-CSCF."
        
        Reference 
            "TS 129 214 (V15.6.0) [8], clause 4.4.6.1"
        
        Config Id CF_VxLTE_RMI
        
        PICS Selection NONE
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_B and
            the UE_A entity isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the EPC_PCRF_A entity sends a ASR
                    to the EPC_PCRF_B entity
                }
                then {
                    the EPC_PCRF_B entity sends the ASR containing
                        Session_Id_AVP
                        Abort_Cause_AVP
                            indicating value BEARER_RELEASED
                    ;
                    to the IMS_P_CSCF_B entity
                }
            }  
    }  // End of TP_RX_PCSCF_ASR_01
     
    Test Purpose {
        TP Id TP_RX_PCRF_STA_01
        //TP_EPC_7002_19 from TS 103 029 V5.1.1
+65 −2
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ Package TP_S9 {
    Test Purpose {
        TP Id TP_S9_PCRF_ASR_01
        //TP_EPC_8004_05 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT receives AS-Request from home PCRF and it sends AS-Request towards home PCRF."
        Test objective  "Verify that IUT receives AS-Request from home PCRF and it sends AS-Request towards visited PCRF."
        
        Reference 
            "TS 129 215 (V15.3.0) [11], clause 4.5.3.3"
@@ -177,6 +177,36 @@ Package TP_S9 {
            }  
    }  // End of TP_S9_PCRF_ASR_01
    
    Test Purpose {
        TP Id TP_S9_PCRF_ASA_01
        //TP_EPC_8004_07 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT receives AS-Answer from visited P-CSCF and it sends AS-Answer towards home PCRF."
        
        Reference 
            "TS 129 215 (V15.3.0) [11], clause 4.5.3.3"
        
        Config Id CF_VxLTE_RMI
        
        PICS Selection NONE
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_B and
            the UE_A entity isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_P_CSCF_B entity sends a ASA
                    to the EPC_PCRF_B entity
                }
                then {
                    the EPC_PCRF_B entity sends the ASA 
                    to the EPC_PCRF_A entity
                }
            }  
    }  // End of TP_S9_PCRF_ASA_01
     
    Test Purpose {
        TP Id TP_S9_PCRF_CCR_01
        //TP_EPC_8001_04 from TS 103 029 V5.1.1
@@ -365,7 +395,7 @@ Package TP_S9 {
    
    Test Purpose {
        TP Id TP_S9_PCRF_STR_01
        //TP_EPC_8002_04 from TS 103 029 V5.1.1
        //TP_EPC_8002_04 and 8004_08 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT receives ST-Request from visited P-CSCS and it sends ST-Request towards home PCRF."
        
        Reference 
@@ -426,5 +456,38 @@ Package TP_S9 {
            }  
    }  // End of TP_S9_PCRF_STA_01
     
    Test Purpose {
        TP Id TP_S9_PCRF_STA_02
        //TP_EPC_8002_09 from TS 103 029 V5.1.1
        Test objective  "Verify when IUT receives ST-Request from visited PCRF then it sends a ST-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 isAttachedTo the EPC_B and
            the UE_A entity isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the EPC_PCRF_B entity sends a STR
                    to the EPC_PCRF_A entity
                }
                then {
                    the EPC_PCRF_A entity sends a STA containing
                        Result_Code_AVP
                            indicating value DIAMETER_SUCCESS
                    ;
                    to the EPC_PCRF_B entity
                }
            }  
    }  // End of TP_S9_PCRF_STA_02
    
} // End of Package TP_S9