Commit 7106fbee authored by pintar's avatar pintar
Browse files

New function added

parent 2d9d2679
Loading
Loading
Loading
Loading
+15 −6
Original line number Diff line number Diff line
/**
 *    @author     STF 480
 *    @version    $Id: $
 *    @version    $Id$
 *    @desc       This module provides test component configurations
 *                for Cx DIAMETER tests.
 */
@@ -28,17 +28,26 @@ module DiameterCxDx_TestConfiguration


    /*
    ** @desc f_NrofComps returns the number of test components
    ** @desc f_NrofCompsCx returns the number of test components
    ** based on the PIXIT value PX_SIPsupport
    */
    function f_NrofComps() return UInt
    function f_NrofCompsCx() return UInt
        {    if (PX_SIPsupport)
            { return 2 }
            else
            { return 1 }
        };
    // end f_NrofComps
        };// end f_NrofCompsCx

    /*
    ** @desc f_NrofCompsDx returns the number of test components
    ** based on the PIXIT value PX_SIPsupport
    */
    function f_NrofCompsDx() return UInt
        {    if (PX_SIPsupport)
            { return 3 }
            else
            { return 2 }
        };// end f_NrofCompsDx

    group cfUp {