| /////////////////////////////////////////////////////////////////////////////// |
| // Copyright (c) 2000-2019 Ericsson Telecom AB // |
| // // |
| // All rights reserved. This program and the accompanying materials // |
| // are made available under the terms of the Eclipse Public License v2.0 // |
| // which accompanies this distribution, and is available at // |
| // https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html // |
| /////////////////////////////////////////////////////////////////////////////// |
| [MAIN_CONTROLLER] |
| #TCPPort := 9999 |
| |
| [TESTPORT_PARAMETERS] |
| |
| [MODULE_PARAMETERS] |
| tsp_demoInterval := 60.0 |
| #tsp_demoLoadGenerationPeriod := 0.1 |
| tsp_demoLoadToReach := 12.0; |
| tsp_demoCpsToReach := 200.0; |
| tsp_NetInterfaceName := "lo0"; |
| //tsp_NetInterfaceName := "ce0"; |
| //tsp_NetInterfaceName := "hme0"; |
| tsp_bandwidthToReach := 30.0; // kB/s |
| |
| tsp_debug_EPTF_CLL_LoadRegulator_Functions := true; |
| #tsp_debug_EPTF_CLL_LoadRegulator_Functions_smoothing := false; |
| #tsp_EPTF_loadRegulator_measWinSize := 3; |
| #tsp_EPTF_loadRegulator_updateTimeout := 2.0; # seconds |
| #tsp_EPTF_loadRegulator_LoadVarianceThreshold := 5.0; # in % |
| tsp_EPTF_loadregulator_cpsDelta := 50.0; |
| #tsp_EPTF_loadRegulator_errorTolerance := 5.0; # in % |
| #tsp_EPTF_loadRegulator_smoothingFactor := 0.5; # should be between 0.0:extreme smoothing and 1,0:no smoothing |
| |
| [EXECUTE] |
| //EPTF_LoadRegulator_demo.tc_LoadRegulator_demo |
| //EPTF_LoadRegulator_demo.tc_LoadRegulator_weightedCPS_demo |
| EPTF_LoadRegulator_demo.tc_BandwidthLimitedTrafficControl_demo |
| |
| [LOGGING] |
| FileMask := LOG_ALL |
| ConsoleMask := USER | TESTCASE |
| SourceInfoFormat := Single |
| LogEventTypes := Yes |
| LogEntityName := Yes |