Commit 2be160b2 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

New Rx TPs added.

parent 404f9071
Loading
Loading
Loading
Loading
+389 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ Package TP_RX {
            ensure that {
                when {
                    the IMS_P_CSCF_A entity receives an 4XX_Response_REGISTER
                    to the IMS_S_CSCF_A entity
                    from the IMS_S_CSCF_A entity
                }
                then {
                    the IMS_P_CSCF_A entity not sends the AAR
@@ -139,6 +139,394 @@ Package TP_RX {
            }  
    }  // End of TP TP_RX_PCSCF_AAR_01
    
    Test Purpose {
        TP Id TP_RX_PCSCF_AAR_02
        //TP_EPC_7002_01 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT send AA-Request in case of session establishment for originating side after INVITE is received."
        
        Reference 
            "TS 129 214 (V15.6.0) [8], clauses 4.4.1, A.1, A.2, 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 isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_P_CSCF_A entity receives an INVITE_Request_with_SDP_offer
                    from the UE_A entity
                }
                then {
                    the IMS_P_CSCF_A entity sends the AAR containing
                        Framed_IPv4_Address_AVP 
                            indicating value "IPv4_Address of UE_A",
                        "or" Framed_IPv6_Address_AVP 
                            indicating value "IPv6_Address of UE_A",
                        "one or more" Media_Component_Description_AVP containing
                            Media_Component_Number_AVP
                            Media_Type_AVP
                            Flow_Status_AVP
                                indicating value DISABLED '(3)'
                            Max_Requested_Bandwidth_DL_AVP
                            RR_Bandwidth_AVP
                            Codec_Data_AVP
                            "one or more" Media_Subcomponent_Description_AVP
                            Flow_Number_AVP
                            Flow_Description_AVP
                        ;
                    ;
                    to the EPC_PCRF_A entity
                }
            }  
    }  // End of TP TP_RX_PCSCF_AAR_02
    
    Test Purpose {
        TP Id TP_RX_PCSCF_AAR_03
        //TP_EPC_7002_06 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT send AA-Request in case of session establishment for originating side after 180 Ringing with SDP is received."
        
        Reference 
            "TS 129 214 (V15.6.0) [8], clauses 4.4.1, A.1, A.2, 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 isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_P_CSCF_A entity receives an 180_Response_INVITE_with_SDP_offer
                    from the IMS_S_CSCF_A entity
                }
                then {
                    the IMS_P_CSCF_A entity sends the AAR containing
                        Framed_IPv4_Address_AVP 
                            indicating value "IPv4_Address of UE_A",
                        "or" Framed_IPv6_Address_AVP 
                            indicating value "IPv6_Address of UE_A",
                        "one or more" Media_Component_Description_AVP containing
                            Media_Component_Number_AVP
                            Media_Type_AVP
                            Flow_Status_AVP
                                indicating value ENABLED_DOWNLINK '(1)'
                            Max_Requested_Bandwidth_DL_AVP
                            Max_Requested_Bandwidth_UL_AVP
                            RR_Bandwidth_AVP
                            RS_Bandwidth_AVP
                            Codec_Data_AVP
                            "one or more" Media_Subcomponent_Description_AVP
                            Flow_Number_AVP
                            Flow_Description_AVP
                        ;
                    ;
                    to the EPC_PCRF_A entity
                }
            }  
    }  // End of TP TP_RX_PCSCF_AAR_03
    
    Test Purpose {
        TP Id TP_RX_PCSCF_AAR_04
        //TP_EPC_7002_08 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT send AA-Request in case of session establishment for originating side after 200 OK with SDP is received."
        
        Reference 
            "TS 129 214 (V15.6.0) [8], clauses 4.4.1, A.1, A.2, 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 isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_P_CSCF_A entity receives an 200_Response_INVITE_with_SDP_offer
                    from the IMS_S_CSCF_A entity
                }
                then {
                    the IMS_P_CSCF_A entity sends the AAR containing
                        Framed_IPv4_Address_AVP 
                            indicating value "IPv4_Address of UE_A",
                        "or" Framed_IPv6_Address_AVP 
                            indicating value "IPv6_Address of UE_A",
                        "one or more" Media_Component_Description_AVP containing
                            Media_Component_Number_AVP
                            Media_Type_AVP
                            Flow_Status_AVP
                                indicating value ENABLED '(2)'
                            Max_Requested_Bandwidth_DL_AVP
                            Max_Requested_Bandwidth_UL_AVP
                            RR_Bandwidth_AVP
                            RS_Bandwidth_AVP
                            Codec_Data_AVP
                            "one or more" Media_Subcomponent_Description_AVP
                            Flow_Number_AVP
                            Flow_Description_AVP
                        ;
                    ;
                    to the EPC_PCRF_A entity
                }
            }  
    }  // End of TP TP_RX_PCSCF_AAR_04
    
    Test Purpose {
        TP Id TP_RX_PCSCF_AAR_05
        //TP_EPC_7002_10 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT send AA-Request in case of session establishment for terminating side after INVITE is received."
        
        Reference 
            "TS 129 214 (V15.6.0) [8], clauses 4.4.1, A.1, A.2, 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 isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_P_CSCF_A entity receives an INVITE_Request_with_SDP_offer
                    from the IMS_S_CSCF_A entity
                }
                then {
                    the IMS_P_CSCF_A entity sends the AAR containing
                        Framed_IPv4_Address_AVP 
                            indicating value "IPv4_Address of UE_A",
                        "or" Framed_IPv6_Address_AVP 
                            indicating value "IPv6_Address of UE_A",
                        "one or more" Media_Component_Description_AVP containing
                            Media_Component_Number_AVP
                            Media_Type_AVP
                            Flow_Status_AVP
                                indicating value DISABLED '(3)'
                            Max_Requested_Bandwidth_UL_AVP
                            RS_Bandwidth_AVP
                            Codec_Data_AVP
                            "one or more" Media_Subcomponent_Description_AVP
                            Flow_Number_AVP
                            Flow_Description_AVP
                        ;
                    ;
                    to the EPC_PCRF_A entity
                }
            }  
    }  // End of TP TP_RX_PCSCF_AAR_05
    
    Test Purpose {
        TP Id TP_RX_PCSCF_AAR_06
        //TP_EPC_7002_12 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT send AA-Request in case of session establishment for terminating side after 180 Ringing with SDP is received."
        
        Reference 
            "TS 129 214 (V15.6.0) [8], clauses 4.4.1, A.1, A.2, 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 isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_P_CSCF_A entity receives an 180_Response_INVITE_with_SDP_offer
                    from the UE_B entity
                }
                then {
                    the IMS_P_CSCF_A entity sends the AAR containing
                        Framed_IPv4_Address_AVP 
                            indicating value "IPv4_Address of UE_A",
                        "or" Framed_IPv6_Address_AVP 
                            indicating value "IPv6_Address of UE_A",
                        "one or more" Media_Component_Description_AVP containing
                            Media_Component_Number_AVP
                            Media_Type_AVP
                            Flow_Status_AVP
                                indicating value ENABLED_UPLINK '(0)'
                            Max_Requested_Bandwidth_DL_AVP
                            Max_Requested_Bandwidth_UL_AVP
                            RR_Bandwidth_AVP
                            RS_Bandwidth_AVP
                            Codec_Data_AVP
                            "one or more" Media_Subcomponent_Description_AVP
                            Flow_Number_AVP
                            Flow_Description_AVP
                        ;
                    ;
                    to the EPC_PCRF_A entity
                }
            }  
    }  // End of TP TP_RX_PCSCF_AAR_06
    
    Test Purpose {
        TP Id TP_RX_PCSCF_AAR_07
        //TP_EPC_7002_14 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT send AA-Request in case of session establishment for terminating side after 200 OK with SDP is received."
        
        Reference 
            "TS 129 214 (V15.6.0) [8], clauses 4.4.1, A.1, A.2, 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 isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_P_CSCF_A entity receives an 200_Response_INVITE_with_SDP_offer
                    from the UE_B entity
                }
                then {
                    the IMS_P_CSCF_A entity sends the AAR containing
                        Framed_IPv4_Address_AVP 
                            indicating value "IPv4_Address of UE_A",
                        "or" Framed_IPv6_Address_AVP 
                            indicating value "IPv6_Address of UE_A",
                        "one or more" Media_Component_Description_AVP containing
                            Media_Component_Number_AVP
                            Media_Type_AVP
                            Flow_Status_AVP
                                indicating value ENABLED '(2)'
                            Max_Requested_Bandwidth_DL_AVP
                            Max_Requested_Bandwidth_UL_AVP
                            RR_Bandwidth_AVP
                            RS_Bandwidth_AVP
                            Codec_Data_AVP
                            "one or more" Media_Subcomponent_Description_AVP
                            Flow_Number_AVP
                            Flow_Description_AVP
                        ;
                    ;
                    to the EPC_PCRF_A entity
                }
            }  
    }  // End of TP TP_RX_PCSCF_AAR_07
    
    Test Purpose {
        TP Id TP_RX_PCSCF_AAR_08
        //TP_EPC_7002_15 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT send AA-Request in case of session modification for originating side after 200 OK on re-INVITE is received."
        
        Reference 
            "TS 129 214 (V15.6.0) [8], clauses 4.4.2, A.1, A.2, 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 isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_P_CSCF_A entity receives an 200_Response_INVITE_with_SDP_offer
                    from the IMS_S_CSCF_A entity
                }
                then {
                    the IMS_P_CSCF_A entity sends the AAR containing
                        Framed_IPv4_Address_AVP 
                            indicating value "IPv4_Address of UE_A",
                        "or" Framed_IPv6_Address_AVP 
                            indicating value "IPv6_Address of UE_A",
                        "one or more" Media_Component_Description_AVP containing
                            Media_Component_Number_AVP
                            Media_Type_AVP
                            Flow_Status_AVP
                                indicating value ENABLED_UPLINK '(0)'
                            Max_Requested_Bandwidth_DL_AVP
                            Max_Requested_Bandwidth_UL_AVP
                            RR_Bandwidth_AVP
                            RS_Bandwidth_AVP
                            Codec_Data_AVP
                            "one or more" Media_Subcomponent_Description_AVP
                            Flow_Number_AVP
                            Flow_Description_AVP
                        ;
                    ;
                    to the EPC_PCRF_A entity
                }
            }  
    }  // End of TP TP_RX_PCSCF_AAR_08
    
    Test Purpose {
        TP Id TP_RX_PCSCF_AAR_09
        //TP_EPC_7002_16 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT send AA-Request in case of session modification for terminating side after 200 OK on re-INVITE is received."
        
        Reference 
            "TS 129 214 (V15.6.0) [8], clauses 4.4.2, A.1, A.2, 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 isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_P_CSCF_A entity receives an 200_Response_INVITE_with_SDP_offer
                    from the UE_B entity
                }
                then {
                    the IMS_P_CSCF_A entity sends the AAR containing
                        Framed_IPv4_Address_AVP 
                            indicating value "IPv4_Address of UE_A",
                        "or" Framed_IPv6_Address_AVP 
                            indicating value "IPv6_Address of UE_A",
                        "one or more" Media_Component_Description_AVP containing
                            Media_Component_Number_AVP
                            Media_Type_AVP
                            Flow_Status_AVP
                                indicating value ENABLED_DOWNLINK '(1)'
                            Max_Requested_Bandwidth_DL_AVP
                            Max_Requested_Bandwidth_UL_AVP
                            RR_Bandwidth_AVP
                            RS_Bandwidth_AVP
                            Codec_Data_AVP
                            "one or more" Media_Subcomponent_Description_AVP
                            Flow_Number_AVP
                            Flow_Description_AVP
                        ;
                    ;
                    to the EPC_PCRF_A entity
                }
            }  
    }  // End of TP TP_RX_PCSCF_AAR_09
    
    Test Purpose {
        TP Id TP_RX_PCRF_AAA_02
        //TP_EPC_7002_04 from TS 103 029 V5.1.1