Commit a5b36015 authored by Yann Garcia's avatar Yann Garcia
Browse files

Updating Gm interface

parents ee51c62c eccb0e22
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -268,8 +268,6 @@ Package TP_CX {
                        User_Name_AVP
                        Destination_Host_AVP
                        Destination_Realm_AVP
                        UAR_Flags_AVP 
                            indicating value IMS_Emergency_Registration_bit_not_set
                        ;
                    to the IMS_HSS_A entity
                }
+8 −9
Original line number Diff line number Diff line
@@ -335,7 +335,7 @@ Package TP_GX {
     
    Test Purpose {
        TP Id TP_GX_PGW_RAA_01
        //TP_EPC_6013_01 and TP_EPC_6014_01 from TS 103 029 V5.1.1
        //TP_EPC_7001_05 and TP_EPC_7001_06 from TS 103 029 V5.1.1
        Test objective  "IUT successfully processes all mandatory AVPs in an RA-Request received due provision of PCC rules and sends RA-Answer."
        
        Reference 
@@ -355,7 +355,7 @@ Package TP_GX {
                    the EPC_PCRF_A entity sends an RAR containing
                        Charging_Rule_Install_AVP containing
                            Charging_Rule_Definition_AVP containing
                                Charging_Rule_Name_AVP containing
                                Charging_Rule_Name_AVP
                                Flows_AVP containing
                                    Media_Component_Number_AVP
                                        indicating value 0
@@ -366,7 +366,6 @@ Package TP_GX {
                            ;
                        ;
                    ;
                    ;
                    to the EPC_PGW_A entity
                }
                then {
+2 −20
Original line number Diff line number Diff line
@@ -52,17 +52,8 @@ Package TP_RX {
                                    indicating value 0,
                                Media_Sub_Component_AVP containing
                                    Flow_Description_AVP
                                        indicating value 
                                        "permit_in_ip from (UE_A-IP_address and UE_A_port_number) to (P-CSCF-IP_address and P-CSCF_port_number) or
                                         permit_in_udp from (UE_A-IP_address and UE_A_port_number) to (P-CSCF-IP_address and P-CSCF_port_number) or
                                         permit_in_tcp from (UE_A-IP_address and UE_A_port_number) to (P-CSCF-IP_address and P-CSCF_port_number)",
                                    Flow_Description_AVP
                                        indicating value 
                                        "permit_out_ip from (P-CSCF-IP_address P-CSCF_port_number) to UE_A-IP_address or
                                         permit_out_udp from (P-CSCF-IP_address P-CSCF_port_number) to UE_A-IP_address or
                                         permit_out_tcp from (P-CSCF-IP_address P-CSCF_port_number) to UE_A-IP_address",
                                    Flow_Usage_AVP
                                        indicating value AF_SIGNALING,
                                        indicating value AF_SIGNALLING,
                                    Flow_Status_AVP
                                        indicating value ENABLED,
                                    AF_Signalling_Protocol_AVP
@@ -180,17 +171,8 @@ Package TP_RX {
                                indicating value 0,
                            Media_Sub_Component_AVP containing
                                Flow_Description_AVP
                                    indicating value 
                                    "permit_in_ip from (UE_A-IP_address and UE_A_port_number) to (P-CSCF-IP_address and P-CSCF_port_number) or
                                     permit_in_udp from (UE_A-IP_address and UE_A_port_number) to (P-CSCF-IP_address and P-CSCF_port_number) or
                                     permit_in_tcp from (UE_A-IP_address and UE_A_port_number) to (P-CSCF-IP_address and P-CSCF_port_number))",
                                Flow_Description_AVP
                                    indicating value
                                    "permit_out_ip from (P-CSCF-IP_address P-CSCF_port_number) to UE_A-IP_address or
                                     permit_out_udp from (P-CSCF-IP_address P-CSCF_port_number) to UE_A-IP_address or
                                     permit_out_tcp from (P-CSCF-IP_address P-CSCF_port_number) to UE_A-IP_address)",
                                Flow_Usage_AVP
                                    indicating value AF_SIGNALING,
                                    indicating value AF_SIGNALLING,
                                Flow_Status_AVP
                                    indicating value ENABLED,
                                AF_Signalling_Protocol_AVP
+5 −1
Original line number Diff line number Diff line
@@ -18,6 +18,10 @@ group SUT_CONF {
		 * @desc charstring for conference factory URI name
		 */
		modulepar charstring PX_IMS_SUT_CONF_FACTORY_NAME := "factory.uri.name";
		/**
		 * @desc charstring for PChargingVector TP_IC_IBCF_INVITE_04
		 */
		modulepar charstring PX_IMS_A_ICID := "PX_IMS_A_ICID";
		
} // end group SUT_CONF

+1139 −44

File changed.

Preview size limit exceeded, changes collapsed.

Loading