Test Mode Operating Modes

Test Mode Operating Modes

Last updated: March 17, 2009

The operating mode changes the way in which the test set interacts with the mobile station. Active cell operating mode is the default setting and is used when emulating a normal GSM, GPRS, or EGPRS cell. You use one of the test set's test mode operating modes when it is not possible, or not desired, to communicate using over-the-air signalling with the mobile station, but downlink stimulus and uplink measurements are still needed.

Refer to the following sections for more details on each test mode operating mode:

If you require details on active cell operating mode for GSM or GPRS, see Active Cell Operating Mode .

GSM Test Mode Operation

Active cell mode is the default operating mode and is used when emulating a normal GSM cell. When a GSM test mode is selected (GBTest or GBTTest), the choices of downlink stimulus, selected by Operating Mode, are:

See CALL:FUNCtion for test function GPIB syntax.

When the test set's operating mode is a GSM test mode:

Expected Burst

This parameter is only used when the test set's operating mode is set to a test mode. The expected burst type should be set when in one of the test modes with the CALL:BURSt:TYPE command. If it is not set, the test set may not synchronize to the input signal's midamble.

A TCH can have one of eight midamble patterns. These patterns are called Training Sequence Codes (TSC). The Expected Burst parameter allows you to set the test set to expect a certain midamble pattern (TSC0 through TSC7) from the mobile. Alternatively, selecting RACH for this parameter allows you to set the test set to expect the special midamble pattern used by a RACH burst.

For details on the GPIB command, see CALL:BURSt . (If you are using the test set manually, you can set the Expected Burst by pressing Receiver Control ( F12 ) on the Call Setup screen.)

 
OUTPUT 714;"CALL:BURST:TYPE TSC5" !Sets the test set to expect a TCH with midamble
    !pattern TSC5.

See Receiver Control for more information.

GSM BCH

  • The test set generates a BCH without a TCH. BCH configuration and timeslot configuration are the same as when the operating mode is set to active cell.
  • Cell power is set using the CALL:POWer command.
  • By default, the test set expects the mobile station to transmit on the uplink BCH. The test set's receiver frequency can be set manually, which de-couples the automatic setting.
  • Changes to the mobile station TX level will couple to the expected power, and the mobile station TX Level parameter will be transmitted on the downlink BCCH.
  • All measurements are available to you as if the operating mode was set to active mode.

BCH Operating Mode Using Auto Receiver Control

The following example shows how to set up a test mode measurement using the GSM BCH test operating mode. In this example the test set is configured to transmit a BCH on PGSM channel 21, and receive the mobile station on PGSM channel 21 at a power level of 12.

  1. Select GSM BCH test mode (GBTest).
     
    OUTPUT 714;"CALL:OPERATING:MODE GBTest"
  2. Select PGSM as the broadcast band.
     
    OUTPUT 714;"CALL:CELL:BAND PGSM"
  3. Configure the receiver control to auto.
     
    OUTPUT 714;"RFANALYZER:CONTROL:AUTO ON"
  4. Set the BCH to channel 21.
     
    OUTPUT 714;"CALL:BCH:PGSM 21"
  5. Set the mobile station TX level to 12.
     
    OUTPUT 714;"CALL:MS:TXLEVEL 12"
  6. To make the measurement, set up the mobile station to transmit on PGSM channel 21 at a power level of 12.

BCH Operating Mode Using Manual Receiver Control

The following example shows how to set up a GSM test mode measurement using the GSM BCH operating mode. In this example the test set is configured to transmit a BCH on PGSM channel 21. Manual receiver control is used to configure the test set to measure a signal from the mobile station at 895 MHz and 14 dBm.

  1. Select GSM BCH test mode.
     
    OUTPUT 714;"CALL:OPERATING:MODE GBTest"
  2. Select PGSM as the broadcast band.
     
    OUTPUT 714;"CALL:CELL:BAND PGSM"
  3. Set the BCH to channel 21.
     
    OUTPUT 714;"CALL:BCH:PGSM 21"
  4. Configure the receiver control to manual.

     
    OUTPUT 714;"RFANALYZER:CONTROL:AUTO OFF"
  5. Configure the test set's receiver frequency to 895 MHz.
     
    OUTPUT 714;"RFANALYZER:MANUAL:MEASUREMENT:FREQUENCY 895 MHZ"
  6. Set the receiver's power level to 14 dBm.
     
    OUTPUT 714;"RFANALYZER:MANUAL:POWER:BURST1 14 DBM"
  7. To make the measurement, set up the mobile station to transmit at 895 MHz and at a power level of 14 dBm.

GSM BCH+TCH

  • The test set generates BCH+TCH on the downlink path. The BCH+TCH burst modulation is the same as when the operating mode is set to active cell.
  • Cell power is set using the CALL:POWer command.
  • Manually synchronizing the mobile station to the BCCH is not under direct control of the test set. You are responsible for this synchronization.
  • Changes to the TCH timeslot and TCH ARFCN will reconfigure the downlink (although no channel assignment signaling will take place).
  • By default, the test set's receiver is configured to receive the mobile station's signal at the TCH uplink frequency. The test set's receiver frequency can be set manually, which decouples the automatic setting.
  • Changes to the mobile station TX level will couple to the expected power, and the mobile station TX Level parameter will be transmitted on the downlink BCCH and SACCH.
  • Changes to TCH timing advance will also appear on the downlink SACCH. Whether the mobile station makes use of these parameters is a function of the mobile station.
  • All measurements are available to you, the same as if the operating mode was active mode.

BCH+TCH Operating Mode Using Auto Receiver Control

The following example shows how to set up a GSM test mode measurement using the "GSM BCH + TCH" (GBTTest) test mode operating mode. In this example the test set is configured to transmit a BCH on PGSM channel 21, a TCH on PGSM channel 31, and receive the mobile station on PGSM channel 31 at power level 12.

  1. Select GSM BCH+TCH test mode.
     
    OUTPUT 714;"CALL:OPERATING:MODE GBTTest"
  2. Configure the receiver control to auto.
     
    OUTPUT 714;"RFANALYZER:CONTROL:AUTO ON"
  3. Set the BCH to channel 21.
     
    OUTPUT 714;"CALL:BCH:PGSM 21"
  4. Set the TCH to channel 31.
     
    OUTPUT 714;"CALL:TCH:PGSM 31"
  5. Set the mobile station TX Level to 12.
     
    OUTPUT 714;"CALL:MS:TXLEVEL 12"
  6. To make the measurement, set the mobile station to transmit on PGSM channel 31 at a power level of 12.

BCH+TCH Operating Mode Using Manual Receiver Control

The following example shows how to set up a GSM test mode measurement using the "GSM BCH+ TCH" (GBTTest) test mode operating mode. In this example the test set transmits a BCH on PGSM channel 21 and a TCH on PGSM channel 31. Manual receiver control is used to configure the test set to measure a signal from the mobile station at 895 MHz. Expected power is set at +14 dBm.

  1. Select GSM BCH+TCH test mode.
     
    OUTPUT 714;"CALL:OPERATING:MODE GBTTest"
  2. Select PGSM as the broadcast band (the TCH will automatically be set to this band).
     
    OUTPUT 714;"CALL:CELL:BAND PGSM"
  3. Set the BCH to channel 21.
     
    OUTPUT 714;"CALL:BCH:PGSM 21"
  4. Set the TCH to channel 31.
     
    OUTPUT 714;"CALL:TCH:PGSM 31"
  5. Configure the receiver control to manual.
     
    OUTPUT 714;"RFANALYZER:CONTROL:MEASUREMENT:FREQUENCY:AUTO OFF"
    OUTPUT 714;"RFANALYZER:CONTROL:POWER:AUTO OFF"
  6. Configure the test set's receiver frequency to 895 MHz.
     
    OUTPUT 714;"RFANALYZER:MANUAL:MEASUREMENT:FREQUENCY 895 MHZ"
  7. Set the receivers power level to 14 dBm.
     
    OUTPUT 714;"RFANALYZER:MANUAL:POWER:BURST1 14 DBM"
  8. To make the measurement, set up the mobile station to transmit at 895 MHz and at a power level of 14 dBm.

CW

When the test set's downlink function is set to CW, the test set operates like a signal generator with level and frequency controls. The Call Parms selections change from Cell Power to RF Gen Power, from Cell Band to RF Gen Band, from Broadcast Chan to RF Gen Channel. The CW setting also gives you the opportunity to set output frequency using the RF Gen Freq parameter.

  • The test set generates an unmodulated CW downlink signal.
  • The RF generator's power is set using the CALL[:CELL]:POWer[:SAMPlitude]:CW command.
  • The downlink frequency is controlled by the RF Gen Freq field. The RF generator's frequency is set using the CALL[:CELL]:RFGenerator:FREQuency[:SELected] command, in this mode the user has direct control of the output frequency without making a channel selection.
  • By default, the test set's receiver is configured to receive the mobile station's signal at the current RF generator channel setting. The test set's receiver frequency can be set manually, which decouples the automatic setting. See RFANalyzer:MANual:MEASurement[:MFRequency] .
  • No uplink demodulation or channel decoding is available. BER and uplink audio measurements will not return any results.

CW Operating Mode Using RF Generator Frequency

The following example shows how to set up an operating mode using the CW mode. In this example the test set transmits a CW signal on DCS frequency 1805.4 MHz at an output power level of -80 dBm.

  1. Set the RF generator output power to -80 dBm.
     
    OUTPUT 714;"CALL:CELL:POWER:SAMPLITUDE:CW -80"
  2. Select the CW mode.
     
    OUTPUT 714;"CALL:OPERATING:MODE CW"
  3. Configure the test set's output frequency to 1805.4 MHz.
     
    OUTPUT 714;"CALL:CELL:RFGENERATOR:FREQUENCY 1805.4 MHZ"

GPRS Test Mode Operation

GPRS BCH

When Cell Operating Mode is set to "GPRS BCH" (PBTest) test mode operating mode, the base station emulator produces the BCH but does not attempt to demodulate the uplink. Non-functional features (for example, "Start Data Connection") of the BS Emulator do not result in an execution error.

GPRS BCH+PDTCH

When Cell Operating Mode is set to "GPRS BCH + PDTCH" (PBPTest) test mode operating mode, the base station emulator produces the BCH and PDTCH. To specify the positions of the PDTCH use CALL:(PDTCH|PDTChannel)[:ARFCn][:SELected] and CALL:(PDTCH|PDTChannel):MSLot:CONFig . The locations of the specified uplink are demodulated but no signaling for control of a data connection is performed and PRACH bursts are not demodulated.

In this mode the following features are available:

  • Generation of BCH + PDTCH on the downlink.
  • If you manually synchronize the mobile station with the BCH, and then turn on the mobile station's own PDTCH, and both uplink and downlink use the same ARFCN and timeslot(s), what is sometimes known as a "forced" call is in progress. Demodulation and channel decoding of the uplink are available, although no messages are decoded.

    Manually synchronizing the mobile station to the BCH is usually initiated from the mobile station keypad, or over a special mobile station test bus. This is not under the direct control of the base station emulator and is your responsibility.
  • When a "forced" call is in progress (as defined above), BER and BLER measurements can be made.
  • Changes to the Multislot Configuration or PDTCH ARFCN [PDTCH Band] reconfigure the downlink (although no channel assignment signalling takes place). The BS Emulator's receiver is configured to receive at the modified frequency, timeslot and timing advance in the same way as when Cell Operating Mode is set to "Active Cell" (CELL).

GPRS BCH+PDTCH+TCH

This operating mode supports Dual Transfer Mode (DTM) operation to allow for mobile station receiver testing on adjacent timeslots which use GMSK modulation. The PDTCH channel parameters indirectly control certain TCH parameters. Therefore, some parameters are unavailable in this operating mode. For details on which commands are unavailable, see Commands Disabled During Dual Transfer Mode Operation

Fast Device Tune

See Fast Device Tune .

Cell Off

If you set Cell Operating Mode "OFF" it causes the following actions:

  • If Cell Operating Mode was currently using CALL:OPERating OFF, the setting is ignored and the operation is assumed to have successfully completed immediately.
  • If a mobile station is attached or a data connection is in progress, no attempt is made to use over-the-air signaling to disconnect or detach.
  • All signaling operations, uplink demodulation and downlink (BCH, and PDTCH) generation are stopped.
  • There is no RF power output.

Expected Burst

This parameter is only used when the test set's operating mode is set to "GPRS BCH" (PBTest) or "GPRS BCH + PDTCH" (PBPTest). When operating mode is set to Active Cell, the test set automatically selects the correct burst type.

A PDTCH can have one of eight midamble patterns. These patterns are called Training Sequence Codes (TSC). The Expected Burst parameter allows you to set the test set to expect a certain midamble pattern (TSC0 through TSC7) from the mobile. Alternatively, selecting RACH for this parameter allows you to set the test set to expect the special midamble pattern used by a RACH burst.

For details on the GPIB command, see CALL:BURSt . (If you are using the test set manually, you can set the Expected Burst by pressing Receiver Control ( F12 ) on the Call Setup screen.)

 
OUTPUT 714;"CALL:BURST:TYPE TSC5" !Sets the test set to expect a TCH with midamble
    !pattern TSC5.

See Receiver Control for more information.

RLC/MAC Header State

This parameter is only used when the test set's operating mode is set to "GPRS BCH + PDTCH" (PBPTest).

The RLC/MAC header state parameter allows you to select whether or not a valid Radio Link Control (RLC)/Medium Access Control (MAC) header is present on the downlink PDTCH burst(s):

  • If the RLC/MAC header state is set to OFF, all 53 octets (for CS4 encoding, for other coding schemes the number of octets will be less) in the burst are filled with PRBS data.
  • If the RLC/MAC header state is set to ON, the first 3 octets in the burst contain a valid RLC/MAC header indicating the burst sequence number and the power reduction value. The remaining 50 octets (for CS4 encoding, for other coding schemes the number of octets will be less) in the burst are filled with PRBS data.

If the RLC/MAC header state is changed when the operating mode is any mode other than GPRS BCH+PDTCH, the setting is remembered until GPRS BCH+PDTCH is next used.

For details on the GPIB command, see CALL:PBPTest:RLCMac[:HEADer]:STATe . (If you are using the test set manually, the RLC/MAC Header field is in the Call Parms window, screen 2 of 3, F10).

 
OUTPUT 714;"CALL:PBPTest:RLCMac:HEADer:STATe ON" !Enables the RLC/MAC header.

EGPRS Test Mode Operation

EGPRS BCH

When Cell Operating Mode is set to "EGPRS BCH" (EBTest) test mode operating mode, the base station emulator produces the BCH but does not attempt to demodulate the uplink. Non-functional features (for example, "Start Data Connection") of the BS Emulator do not result in an execution error.

EGPRS BCH + PDTCH

When Cell Operating Mode is set to "EGPRS BCH + PDTCH" (EBPTest) test mode operating mode, the base station emulator produces the BCH and PDTCH. To specify the positions of the PDTCH use CALL:(PDTCH|PDTChannel)[:ARFCn][:SELected] and CALL:(PDTCH|PDTChannel):MSLot:CONFig . The locations of the specified uplink are demodulated but no signaling for control of a data connection is performed and PRACH bursts are not demodulated.

In this mode the following features are available:

  • Generation of BCH + PDTCH on the downlink.
  • If you manually synchronize the mobile station with the BCH, and then turn on the mobile station's own PDTCH, and both uplink and downlink use the same ARFCN and timeslot(s), what is sometimes known as a "forced" call is in progress. Demodulation and channel decoding of the uplink are available, although no messages are decoded.

    Manually synchronizing the mobile station to the BCH is usually initiated from the mobile station keypad, or over a special mobile station test bus. This is not under the direct control of the base station emulator and is your responsibility.
  • When a "forced" call is in progress (as defined above), BER and BLER measurements can be made.
  • Changes to the Multislot Configuration or PDTCH ARFCN [PDTCH Band] reconfigure the downlink (although no channel assignment signalling takes place). The BS Emulator's receiver is configured to receive at the modified frequency, timeslot and timing advance in the same way as when Cell Operating Mode is set to "Active Cell" (CELL).

EGPRS BCH + PDTCH + TCH

This operating mode supports Dual Transfer Mode operation to allow for mobile station receiver testing on adjacent timeslots which use different channel coding and potentially different modulation. The PDTCH channel parameters indirectly control certain TCH parameters. Therefore, some parameters are unavailable in this operating mode. For details on which commands are unavailable, see Commands Disabled During Dual Transfer Mode Operation .

OFF Behavior

If you set Cell Operating Mode "OFF" it causes the following actions:

  • If Cell Operating Mode was currently using CALL:OPERating OFF, the setting is ignored and the operation is assumed to have successfully completed immediately.
  • If a mobile station is attached or a data connection is in progress, no attempt is made to use over-the-air signaling to disconnect or detach.
  • All signaling operations, uplink demodulation and downlink (BCH, and PDTCH) generation are stopped.
  • There is no RF power output.

Expected Burst

This parameter is only used when the test set's operating mode is set to "EGPRS BCH" (EBTest) or "EGPRS BCH + PDTCH" (EBPTest). When operating mode is set to Active Cell, the test set automatically selects the correct burst type.

A PDTCH can have one of eight midamble patterns. These patterns are called Training Sequence Codes (TSC). The Expected Burst parameter allows you to set the test set to expect a certain midamble pattern (TSC0 through TSC7) from the mobile. Alternatively, selecting RACH for this parameter allows you to set the test set to expect the special midamble pattern used by a RACH burst.

For details on the GPIB command, see CALL:BURSt . (If you are using the test set manually, you can set the Expected Burst by pressing Receiver Control ( F12 ) on the Call Setup screen.)

 
OUTPUT 714;"CALL:BURST:TYPE TSC5" !Sets the test set to expect a TCH with midamble
    !pattern TSC5.

See Receiver Control for more information.

RLC/MAC Header State

This parameter is only used when the test set's operating mode is set to "EGPRS BCH + PDTCH" or "EGPRS BCH + PDTCH+TCH" .

The RLC/MAC header state parameter allows you to set :

  • If the RLC/MAC header state is set to Downlink, it means entirely looped back downlink header the same as constructed by the RLC/MAC layer of test set and simply turned round by the phone on a burst by burst basis.
  • If the RLC/MAC header state is set to uplink, it means the header constructed by the phone's RLC/MAC layer.

For details on the GPIB command, see CALL:EBPTest:EXPected:RLCMac[:HEADer] .

Related Topics


Active Cell Operating Mode

Configuring the Broadcast Channel (BCH)

CALL:OPERating

Receiver Control

Configuring the Packet Data Traffic Channel (PDTCH)

Fast Device Tune