Commit aab3d6bd authored by pintar's avatar pintar
Browse files

modification which change content of "@version $Id: $" within the header of the module

parent 814c2b9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/**
 *	@author 	STF 466
 *      @version        $Id: DiameterS9_PIXITS.ttcn 120 2013-08-30 12:55:35Z pintar $
 *  @version    $Id: $
 *	@desc		This module provides the PIXIT used for the  S9 DIAMETER tests.
 */

+1 −1
Original line number Diff line number Diff line
/**
 *  @author     STF 466
 *  @version    $Id: DiameterS9_S9_TCFunctions.ttcn 661 2013-08-30 12:55:35Z schmitting $
 *  @version    $Id: $
 *  @desc       This module provides S9 test functions used by the test cases
 *              for IMS-DIAMETER tests.
 */
+1 −1
Original line number Diff line number Diff line
/**
 *  @author     STF 466
 *  @version    $Id: DiameterS9_Steps.ttcn3 661 2013-08-30 12:55:35Z schmitting $
 *  @version    $Id: $
 *  @desc       This module provides ATS specific steps used by the test cases
 *              for IMS-DIAMETER S9 tests.
 */
+1 −1
Original line number Diff line number Diff line
/**
 *  @author   STF 466
 *  @version  $Id: DiameterS9_Templates.ttcn 661 2013-08-30 12:55:35Z schmitting $
 *  @version  $Id: $
 *  @desc     This module defines S9 Diameter Templates for message, header, and
 *            structured types. <br>
 *            Note that any changes made to the definitions in this module
+5 −5
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ module DiameterS9_TestCases
            system TestAdapter {
                //Variables
                var DiameterComponent v_diameterComponent_vpcrf;
                f_cf_1Snine_vpcrfUp(v_diameterComponent_vpcrf);
                f_cf_1S9__vpcrfUp(v_diameterComponent_vpcrf);

                //Start
                v_diameterComponent_vpcrf.start(f_TC_HPCRF_MS_01());
@@ -41,7 +41,7 @@ module DiameterS9_TestCases
                // synchronize PTC on 3 sychronization points
                f_serverSync1Client({c_prDone, c_tbDone, c_poDone});

                f_cf_1Snine_vpcrfDown(v_diameterComponent_vpcrf);
                f_cf_1S9__vpcrfDown(v_diameterComponent_vpcrf);
            } // end TC_VPCRF_MS_01

        }//end group TP_HPCRFRole_MS
@@ -61,7 +61,7 @@ module DiameterS9_TestCases
                // Initialize
                var DiameterComponent v_diameterComponent_hpcrf;

                f_cf_1Snine_hpcrfUp(v_diameterComponent_hpcrf);
                f_cf_1S9__hpcrfUp(v_diameterComponent_hpcrf);

                // Start
                
@@ -70,7 +70,7 @@ module DiameterS9_TestCases
                // synchronize PTC on 3 sychronization points
                f_serverSync1Client({c_prDone, c_tbDone, c_poDone});

                f_cf_1Snine_hpcrfDown(v_diameterComponent_hpcrf);
                f_cf_1S9_hpcrfDown(v_diameterComponent_hpcrf);

            } // end TC_VPCEF_MS_01

@@ -89,7 +89,7 @@ module DiameterS9_TestCases
                var DiameterComponent v_diameterComponent_hpcrf;
                var DiameterComponent v_diameterComponent_pcef;

                f_cf_1Snine1Gx_hpcrfUp(v_diameterComponent_hpcrf, v_diameterComponent_pcef);
                f_cf_1S9_1Gx_hpcrfUp(v_diameterComponent_hpcrf, v_diameterComponent_pcef);

                // Start
                
Loading