Commit efdc8e08 authored by pintar's avatar pintar
Browse files

PIXITS for Gx and Gxx interfaces added in case when PCEF, BBERF1 and BBERF2...

PIXITS for Gx and Gxx interfaces added in case when PCEF, BBERF1 and BBERF2 test components will be part of test configuration.
parent bcfac236
Loading
Loading
Loading
Loading
+76 −26
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ module DiameterS9_PIXITS
    import from LibDiameter_Types_Gx_AVPs {type IP_CAN_Type, RAT_Type;};

    group Port_and_addresses{
        group S9_Port_and_addresses{
            
            /** @desc	charstring, PIXIT item A-7/1
             * IP address of the test system
@@ -30,6 +31,61 @@ module DiameterS9_PIXITS
             * Port number of the system under test
             */
            modulepar integer PX_DIAMETER_S9_SUT_PORT := 3868;
        }
        group Gx_Port_and_addresses{
            
            /** @desc	charstring, PIXIT item A-7/1
             * IP address of the test system PCEF
             */
            modulepar charstring PX_DIAMETER_GX_ETS_IPADDR := "1.1.1.1";
    
            /** @desc	charstring,  PIXIT item A-7/2
             * IP address of the system under test
             */
            modulepar charstring PX_DIAMETER_GX_SUT_IPADDR := "1.1.1.2";
    
            /** @desc	charstring, PIXIT item A-7/3
             * Port number of the test system
             */
            modulepar integer PX_DIAMETER_GX_ETS_PORT := 3868;
    
            /** @desc	charstring, PIXIT item A-7/4
             * Port number of the system under test
             */
            modulepar integer PX_DIAMETER_GX_SUT_PORT := 3868;
        }
        group Gxx_Port_and_addresses{
            
            /** @desc	charstring, PIXIT item A-7/1
             * IP address of the test system BBERF1
             */
            modulepar charstring PX_DIAMETER_GXX1_ETS_IPADDR := "1.1.1.1";

            /** @desc	charstring, PIXIT item A-7/1
             * IP address of the test system BBERF2
             */
            modulepar charstring PX_DIAMETER_GXX2_ETS_IPADDR := "1.1.1.1";
    
            /** @desc	charstring,  PIXIT item A-7/2
             * IP address of the system under test
             */
            modulepar charstring PX_DIAMETER_GXX_SUT_IPADDR := "1.1.1.2";
    
            /** @desc	charstring, PIXIT item A-7/3
             * Port number of the test system
             */
            modulepar integer PX_DIAMETER_GXX1_ETS_PORT := 3868;
    
            /** @desc	charstring, PIXIT item A-7/3
             * Port number of the test system BBERF1
             */
            modulepar integer PX_DIAMETER_GXX2_ETS_PORT := 3868;
    
            /** @desc	charstring, PIXIT item A-7/4
             * Port number of the system under test BBERF2
             */
            modulepar integer PX_DIAMETER_GXX_SUT_PORT := 3868;
        }
    
    }

@@ -370,13 +426,7 @@ module DiameterS9_PIXITS
//    
//        */        
//        modulepar charstring PX_APPLICATION_SERVICE_PROVIDER_ID := "GoogleCall";
//        
//                                                
//        /** @desc	boolean indicator, PIXIT item A-7/52
//         * TRUE if the GTP interface is accessible to triggert Diameter events
//        */
//        modulepar boolean PX_GTPsupport := false;           
//                                                

        /** @desc	boolean indicator, PIXIT item A-X/XX
         * TRUE if the Gx interface is accessible to trigger Diameter events at the S9 interface
        */