Share via


Configuration File Parameters for the Radiometrics Test

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

The following table shows the mandatory parameters for the Stinger.ini file.

Parameter Description

DS_VOICE_NUMBER0

IVR server telephone number

DS_VOICE_NUMBER1

Conference number of IVR server (same as DS_VOICE_NUMBER0)

DS_VOICE_NUMBER2

Second conference number (second line)

DS_NUMBER_BUSY

Always busy telephone number

RILT_SIM_PWD

SIM PIN value

SIM_VOICE_NUMBER

Telephone number for your device

RILT_GPRS_APN

Access point name of GPRS/Edge connection

The following table shows the optional parameters for the Stinger.ini file.

Parameter Description

DS_DELAY

The period between the MO call and MT callback

DS_SLEEP

The period between call tests

SIM_CALL_FORWARD_NUMBER

The number used during the call forwarding test

DS_BUSY_SLEEP

The delay between calling the busy number

NW_DELAY

The delay between supplementary services

RILT_CMTI

Set this if the network supports +CMTI instead of +CMT

GPRS_USER_NAME

The GPRS user name (if required by the network)

GPRS_PASSWORD

The GPRS password (if required by the network)

GPRS_DOMAIN

The GPRS domain (if required by the network)

CSD_NUMBER

The CSD dialup phone number

CSD_USER_NAME

The CSD dialup account user name

CSD_PASSWORD

The CSD dialup account password

CSD_DOMAIN

The CSD dialup account domain

The specified test configuration file (if no filename is specified, Ltk.ini is used) contains parameter information specific to the test suites you are running. The following table shows the mandatory parameters for the test configuration file.

Parameter Description

BLOCKS_PER_SESSION

Data blocks to transfer during a connect or disconnect

BLOCK_SIZE

Size, in bytes, of each data block

DOWNLOAD_URL

URL to use for data transfer

The following table shows the optional parameters for the test configuration file.

Parameter Description

METRIC_NAME

Gathers and displays test results as a metric. The following list shows the supported values:

  • General_Functionality
  • Voice_Stability
  • GPRS_Performance
  • GPRS_Stability
  • General_Stress
  • SMS_Stability
  • Supplementary_Service
  • Call_Hold_Conference
  • Voice_GPRS
  • Mobile1_Stress

DURATION

Specifies the duration of the test, in hours. The default value is 0, meaning that the test will finish when all test cases have been executed.

CONSECUTIVE_FAILS_ALLOWED

Specifies the number of test cases that are allowed to fail before the test aborts.

TOTAL_GPRS_SIZE

Specifies the total number of bytes to be downloaded during the entire test.

The test configuration file also defines the test order along with the number of times each test should be run. The BeginTestSequence string is required at the beginning of the test sequence information. The EndTestSequence string is required at the end of the test sequence information. The following example shows the test sequence information from a sample test configuration file.

BeginTestSequence

You can also instruct the test suite to run a random test by using the random command, which forces the test suite to select and run a test randomly.

Note

It is strongly recommended that you employ random testing to expose functional defects that might not otherwise be exposed.

See Also

Concepts

Radiometrics Test