CALL:SERVice

Last updated: February 19, 2014

GPIB Command Conventions

CALL:SERVice:AMR:RAB

Function

Sets/queries the AMR Radio Access Bearer .

This parameter can only be set when call/data status is idle.

Setting

Range:

  • AMR1020 - 10.2k Voice
  • AMR1220 - 12.2k Voice
  • AMR12K - 12.2k Voice
  • AMR475 - 4.75k Voice
  • AMR515 - 5.15k Voice
  • AMR590 - 5.9k Voice
  • AMR670 - 6.7k Voice
  • AMR740 - 7.4k Voice
  • AMR795 - 7.95k Voice
  • AMRSelect - 12.2k Voice, 7.95k Voice, 5.9k Voice, 4.75k Voice
  • WAMR1 - WB 12.65k Voice, 8.85k Voice, 6.6k Voice
  • WAMR2 - WB 15.85k Voice, 2.65k Voice, 8.85k Voice, 6.6k Voice
  • WAMR3 - WB 23.85k Voice, 12.65k Voice, 8.85k Voice, 6.6k Voice
  • WAMR4 - WB AMR SRB5, 12.65k Voice, 8.85k Voice, 6.6k Voice
  • AMR1220P - SRB5 12.2k Voice, 7.95k Voice, 5.9k Voice, 4.75k Voice

Query

Same as setting
*RST Setting AMR12K
Requirements

Test Application Revision: A.08.20 and above

Lab Application Revision: A.02 and above

Lab Application Revision C.03, added AMR1020|AMR1220|AMR475|AMR515
|AMR590|AMR670|AMR740|AMR795

Lab Application Revision E.00.34, added AMRSelect|WAMR1|WAMR2|WAMR3

Lab Application Revision F.00, added WAMR4|AMR1220P

Programming Example

 
OUTPUT 714;"CALL:SERVice:AMR:RAB AMR740"
! Sets the AMR voice radio access bearer to 7.4k Voice.

CALL:SERVice:AMR:RAB:DLRate:AMR1220P

Function

Sets/queries the AMR Rate for SRB5 12.2k to 4.75k RAB.

Setting

Range: AMR475|AMR590|AMR795|AMR1220

Query

Same as setting
*RST Setting AMR1220
Requirements

Lab Application Revision: F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:AMR:RAB:DLRate:AMR1220P AMR1220"

CALL:SERVice:AMR:RAB:DLRate:AMRSelect

Function

Sets/queries the AMR Rate for SRB5 12.2k to 4.75k RAB.

Setting

Range: AMR475|AMR590|AMR795|AMR1220

Query

Same as setting
*RST Setting AMR1220
Requirements

Lab Application Revision: F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:AMR:RAB:DLRate:AMRSelect AMR1220"

CALL:SERVice:AMR:RAB:DLRate:WAMR1

Function

Sets/queries the AMR Rate for Wideband 12.65k to 6.6k RAB.

Setting

Range: AMR660|AMR885|AMR1265

Query

Same as setting
*RST Setting AMR1265
Requirements

Lab Application Revision: F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:AMR:RAB:DLRate:WAMR1 AMR1265"

CALL:SERVice:AMR:RAB:DLRate:WAMR2

Function

Sets/queries the AMR Rate for Wideband 15.85k to 6.6k RAB.

Setting

Range: AMR660|AMR885|AMR1265|AMR1220|AMR1585

Query

Same as setting
*RST Setting AMR1585
Requirements

Lab Application Revision: F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:AMR:RAB:DLRate:WAMR2 AMR1585"

CALL:SERVice:AMR:RAB:DLRate:WAMR3

Function

Sets/queries the AMR Rate for Wideband 23.85k to 6.6k RAB.

Setting

Range: AMR660|AMR885|AMR1265|AMR2385

Query

Same as setting
*RST Setting AMR2385
Requirements

Lab Application Revision: F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:AMR:RAB:DLRate:WAMR3 AMR2385"

CALL:SERVice:AMR:RAB:DLRate:WAMR4

Function

Sets/queries the AMR Rate for Wideband SRB5 12.65k to 6.6k RAB.

Setting

Range: AMR660|AMR885|AMR1265

Query

Same as setting
*RST Setting AMR1265
Requirements

Lab Application Revision: F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:AMR:RAB:DLRate:WAMR4 AMR1265"

CALL:SERVice:AMR:RAB:ULSubset:AMR1220P

Function

Sets/queries the pre-defined subset for SRB5 12.2k Voice, 7.95k Voice, 5.9k Voice, 4.75k Voice.

This setting allows you to restrict the uplink rate to a particular Transport Format Combination (TFC) defined for a channel.

Setting

Range: SUB1|SUB2|SUB3|SUB4

Query

Same as setting
*RST Setting SUB1
Requirements

Lab Application Revision: F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:AMR:RAB:ULSubset:AMR1220P SUB1"
! Sets the subset to SUB1 which contains all rates for the channel.

CALL:SERVice:AMR:RAB:ULSubset:SEND

Function

Sends the Uplink Transport Format Combination (TFC) Subset for the active AMR RAB.

Requirements

Lab Application Revision: F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:AMR:RAB:ULSubset:SEND" 

CALL:SERVice:AMR:RAB:ULSubset:WAMR4

Function

Sets/queries the pre-defined subset for WB AMR SRB5, 12.65k Voice, 8.85k Voice, 6.6k Voice.

This setting allows you to restrict the uplink rate to a particular Transport Format Combination (TFC) defined for a channel.

Setting

Range: SUB1|SUB2|SUB3

Query

Same as setting
*RST Setting SUB1
Requirements

Lab Application Revision: F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:AMR:RAB:ULSubset:AMR1220P SUB1"
! Sets the subset to SUB1 which contains all rates for the channel.

CALL:SERVice:AMR:SOURce

Function

Sets/queries the AMR Source .

This parameter can only be set when call/data status is idle.

Setting

Range: ECHO|RTVocoder|EXTernal8960|PESQ

Query

Same as setting
*RST Setting ECHO
Requirements

Lab Application Revision: E.00.13 and above

Lab Application Revision: E.00.34, added EXTernal8960

Lab Application Revision: G.00.00, added PESQ

Programming Example

 
OUTPUT 714;"CALL:SERVice:AMR:SOURce ECHO"
! Sets the AMR Source to ECHO.

CALL:SERVice:AMR:SRB

Function

Sets/queries the AMR Voice SRB .

This parameter can not be set in Active Cell operating mode and the Call/Data status is not Idle.

Setting

Range: BPS1700|BPS3400

Query

Same as setting
*RST Setting BPS1700
Requirements

Lab Application Revision: J.00.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:AMR:SRB BPS1700"

CALL:SERVice:AMR:SPEech:ECHO:LOOPback:DELay

Function

Sets/queries the UTRA FDD Speech Echo Loopback Delay. This parameter determines the amount of time that speech frames received on the uplink are delayed before being retransmitted on the downlink.

This setting is only applicable when CALL:SERVice:AMR:SOURce is set to ECHO.

This setting cannot be changed when the cell operating mode is Active Cell and the call/data status is any state other than IDLE. If you attempt to change this setting when the cell operating mode is Active Cell and the call/data status is not IDLE, the test set will reject the change and an error will be reported.

Setting

Range: 0.1 to 4 seconds

Resolution: 0.02 seconds

Query

Same as setting
*RST Setting 0.5 seconds
Requirements

Lab Application Revision: E.00.34 and above

Test Application Revision: A.13 and above.

Programming Example

 
OUTPUT 714;"CALL:SERVice:AMR:SPEech:ECHO:LOOPback:DELay 0.5"
! Sets the UTRA FDD Speech Echo Loopback Delay to 0.5 seconds.

CALL:SERVice:CSData:MODE:ASYNchronous:OUTput

Function

Sets/queries the Async CS Data Source .

Setting

Range: IP|SERIAL

Query

Same as setting.
*RST Setting IP
Requirements Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:CSData:MODE:ASYNchronous:OUTput SERIAL"

CALL:SERVice:GPRS:AACCept:FOPRoceed:CONTrol:AUTO

Function

Sets/queries Attach Accept Follow-On Proceed Control .

Setting

Range: 1|Auto|0|Manual

Query

Range: 1|0

*RST Setting

1 (Auto)
Requirements

Lab Application Revision: I.00.00 and above.

Programming Example

 
OUTPUT 714;"CALL:SERVice:GPRS:AACCept:FOProceed:CONTrol:AUTO 0"

CALL:SERVice:GPRS:AACCept:FOPRoceed:MANual

Function

Sets/queries Attach Accept Follow-On Proceed .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0
Requirements

Lab Application Revision: I.00.00 and above.

Programming Example

 
OUTPUT 714;"CALL:SERVice:GPRS:AACCept:FOProceed:MANual 0"

CALL:SERVice:GPRS:AAReject[:STATe]

Function

Sets/queries the Combined GPRS Attach Forced IMSI Attach Reject State. While the GPRS Attach Forced Reject State is Off and this setting is On, the test set will reject IMSI attach for non-GPRS service of any combined GPRS attach that arrives from the UE.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0
Requirements

Lab Application Revision: F.01 and above.

Programming Example

 
OUTPUT 714;"CALL:SERVice:GPRS:AAReject 0"

CALL:SERVice:GPRS:AAReject:CAUSe

Function

Sets/queries the Combined GPRS Attach Forced IMSI Attach Reject Cause.

This setting will be used to populate the GMM cause field in the GPRS ATTACH ACCEPT message sent from the test set to the UE if the Combined GPRS Attach Forced IMSI Attach Reject State is set to On. The default value is selected to prevent the UE from considering the combined attach procedure as failed for both GPRS and non-GPRS services.

Setting

Range: 0 to 255

Query

Range: 0 to 255

*RST Setting

17 (Network Failure)
Requirements

Lab Application Revision: F.01 and above.

Programming Example

 
OUTPUT 714;"CALL:SERVice:GPRS:AAReject:CAUSe 17" 

CALL:SERVice:GPRS:ACCept:SMCause52

Function

Sets/queries Activate PDP Context Accept SM Cause 52 .

Setting

Range: NONE|IPV4|IPV6

Query

Range: NONE|IPV4|IPV6
*RST Setting NONE
Requirements Lab Application Revision: I.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:GPRS:ACCept:SMCause52 IPV4"

CALL:SERVice:GPRS:AREJect[:STATe]

Function

Sets/queries the GPRS Attach Forced Reject State.

While it is On, the test set will reject any GPRS attach request from the UE. A GPRS ATTACH REJECT message will be sent to the UE.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (Off)

Requirements

Lab Application Revision: F.01 and above.

Programming Example

 
OUTPUT 714;"CALL:SERVice:GPRS:AREJect OFF"

CALL:SERVice:GPRS:AREJect:CAUSe

Function

Sets/queries the GPRS Attach Forced Reject Cause.

This setting will be used to populate the GMM cause field in the GPRS ATTACH ACCEPT message sent from the test set to the UE if GPRS Attach Forced Reject State is set to On.

Setting

Range: 0 to 255

Query

Range: 0 to 255

*RST Setting

111 (Protocol error, unspecified)
Requirements

Lab Application Revision: F.01 and above.

Programming Example

 
OUTPUT 714;"CALL:SERVice:GPRS:AREJect:CAUSe 111"

CALL:SERVice:GPRS:AIGNore[:STATe]

Function

Sets/queries the Attach Ignore State .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (Off)
Requirements

Lab Application Revision: G.00.09 and above.

Programming Example

 
OUTPUT 714;"CALL:SERVice:GPRS:AIGNore 0"

CALL:SERVice:GPRS:IGNore[:STATe]

Function

Sets/queries the Activate PDP Context Ignore State. When set to On, the test set will ignore any PDP Context Activation Requests that arrive from the UE, and will not send any message back to the UE.

This command and CALL:SERVice:GPRS:REJect[:STATe] can not be set to ON simultaneously.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (Off)
Requirements

Lab Application Revision: G.00.09 and above.

Programming Example

 
OUTPUT 714;"CALL:SERVice:GPRS:IGNore 0"

CALL:SERVice:GPRS:IMS:VOPS:INDicator

Function

Sets/queries the IMS Voice Over PS Session Indicator .

Setting

Range: CAPable|NCAPable

Query

Same as setting

*RST Setting

NCAPable
Requirements

Lab Application Revision: I.01.00 and above.

Programming Example

 
OUTPUT 714;"CALL:SERVice:GPRS:IMS:VOPS:INDicator CAPable"

CALL:SERVice:GPRS:RAB

Function

Set/queries the GPRS Radio Access Bearer .

Setting

Range:

  • GPRSRAB1: 64k PS
  • GPRSRAB2: 64k UL/384k DL RMC
  • GPRSRAB3: 64k UL/384k DL PS
  • GPRSRAB4: 128k UL/384k DL PS
  • GPRSRAB5: 384k UL/384k DL PS.
  • PSDHsdpa64: 64k UL/HSDPA DL PS
  • PSDHsdpa128: 128k UL/HSDPA DL PS.
  • PSDHsdpa384: 384k UL/HSDPA DL PS.
  • PHSPa: HSUPA UL / HSDPA DL PS + 3.4k SRB on DCH PS Data RAB.

Query

Same as setting
*RST Setting GPRSRAB1
Requirements

Lab Application Revision: A.01 and above.

Lab Application Revision A.02 added GPRSRAB2.

Lab Application Revision B.01 added GPRSRAB3.

Lab Application Revision D.00 added PSDHsdpa64.

Lab Application Revision D.00.04 added PSDHsdpa128, PSDHsdpa384

Lab Application Revision D.01 added GPRSRAB4 and GPRSRAB5

Lab Application Revisions U.00.13 and E.01.13, added PHSPa

Programming Example

 
OUTPUT 714;"CALL:SERVice:GPRS:RAB GPRSRAB2"
! Sets the GPRS Radio Access Bearer to 64k RMC UL/384k RMC DL on DPCH.

CALL:SERVice:GPRS:RAUAccept:FOPRoceed:CONTrol:AUTO

Function

Sets/queries the Routing Area Update Accept FOP Control .

Setting

Range: 1|Auto|0|Manual

Query

Range: 1|0

*RST Setting

1 (Auto)
Requirements

Lab Application Revision: I.00.00 and above.

Programming Example

 
OUTPUT 714;" CALL:SERVice:GPRS:RAUAccept:FOPRoceed:CONTrol:AUTO 0"

CALL:SERVice:GPRS:RAUAccept:FOPRoceed:MANual

Function

Sets/queries the Routing Area Update Accept Follow-On Proceed .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0
Requirements

Lab Application Revision: I.00.00 and above.

Programming Example

 
OUTPUT 714;" CALL:SERVice:GPRS:RAUAccept:FOPRoceed:MANual 0"

CALL:SERVice:GPRS:RAUPdate:IGNore[:STATe]

Function

Sets/queries the Routing Area Update Ignore State .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0
Requirements

Lab Application Revision: G.00.09 and above.

Programming Example

 
OUTPUT 714;"CALL:SERVice:GPRS:RAUPdate:IGNore 0"

CALL:SERVice:GPRS:RAUReject[:STATe]

Function

Sets/queries the Routing Area Updating (RAU) Forced Reject State.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0
Requirements

Lab Application Revision: F.01 and above.

Programming Example

 
OUTPUT 714;"CALL:SERVice:GPRS:RAUReject 0"

CALL:SERVice:GPRS:RAUReject:CAUSe

Function

Routing Area Updating (RAU) Forced Reject Cause.

This setting will be used to populate the GMM cause field in the ROUTING AREA UPDATE REJECT message sent from the test set to the UE if the Routing Area Updating (RAU) Forced Reject State is set to On.

Setting

Range: 0 to 255

Query

Range: 0 to 255

*RST Setting

111 (Protocol error, unspecified)
Requirements

Lab Application Revision: F.01 and above.

Programming Example

 
OUTPUT 714;"CALL:SERVice:GPRS:RAUReject:CAUSe 111" 

CALL:SERVice:GPRS:REJect[:STATe]

Function

Sets/queries the Activate PDP Context Reject State. If it is set to On, the test set will reject any PDP Activation Requests that arrive from the UE.

This command and the CALL:SERVice:GPRS:IGNore[:STATe] can not be set to On simultaneously.

Setting

Range: 1|ON|0|OFF

Query

1|0
*RST Setting 0 (Off)
Requirements Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:GPRS:REJect 0"
! Sets Activate PDP Context Reject State to Off.

CALL:SERVice:GPRS:REJect:CAUSe

Function

Sets/queries the Activate PDP Context Reject SM Cause .

This command is only applicable when CALL:SERVice:GPRS:AREJect:CAUSe is ON.

Setting

Range: 0 to 255.

Query

Same as setting
*RST Setting 111
Requirements Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:GPRS:REJect:CAUSe 40"
! Sets Activate PDP Context Reject SM Cause to 40.

CALL:SERVice:PSData:APName[:VALue]

Function

Sets/queries the Access Point Name .

This command is only applicable if Access Point Name State is set to On (see CALL:SERVice:PSData:APName:STATe ).

Setting

Range:

  • O2 - wap.o2.co.uk
  • BT - mobile.bt.uk
  • CINGular - wap.cingular
  • CUSTom - Custom
  • DOComo - i-mode.docomo.ne.jp
  • ORANge - Orangeinternet
  • TMOBile - general.t-mobile.uk
  • VODafone - live.vodafone.com

Query

Range: O2|BT|CING|CUST|DOC|ORAN|TMOB|VOD
*RST Setting TMOB
Requirements Lab Application Revision: C.03 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:APName ORANge"
! Sets Access Point Name to Orangeinternet

CALL:SERVice:PSData:APName:CUSTom

Function

Sets/queries the custom Access Point Name (APN). See Access Point Name Settings .

This command is only applicable if Access Point Name State is set to On (see CALL:SERVice:PSData:APName:STATe ) and Access Point Name State is set to Custom (see CALL:SERVice:PSData:APName[:VALue] ).

Setting

Range: 0 to 99 characters from the set
.-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

Query

Same as setting, but enclosed in double quotes.
*RST Setting "" (null string)
Requirements Lab Application Revision: C.03 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:APName:CUSTom 'mobileAnywhere'"
! Sets the custom APN to mobileAnywhere.

CALL:SERVice:PSData:APName:STATe

Function

Sets/queries the Access Point Name State .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0
*RST Setting 0 (off)
Requirements Lab Application Revision: C.03 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:APName:STATe ON"
! Sets Access Point Name State to On.

CALL:SERVice:PSData:HEADer:COMPression[:STATe]

Function

Sets/queries the Header Compression State.

This setting controls whether PDCP Header compression is enabled or not when establish a Packet Switched Data Call.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0
*RST Setting 0 (Off)
Requirements

Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:HEADer:COMPression OFF"

CALL:SERVice:PSData:PDPContext:SUSPend[:STATe]

Function

Sets/queries the test set's behavior if an RLC unrecoverable error is detected in activated PDP context.

  • when set to On , if an RLC unrecoverable error is detected, the test set releases the radio link locally without any OTA messages, and suspend the PDP context at NAS level for some time.
  • when set to Off , if an RLC unrecoverable error is detected, the test set drops the PDP context, releasng both dedicated radio bearers and NAS resource.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0
*RST Setting 0 (Off)
Requirements

Lab Application Revision: J.00.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:PDPContext:SUSPend OFF"

CALL:SERVice:PSData:PDPContext:SUSPend:TIMer

Function

Sets/queries how long the PDP context suspends.

Setting

Range: 0 to 10

Resolution: 1

Increment: 1

Unit: minute

Query

Same as the setting
*RST Setting 2
Requirements

Lab Application Revision: J.00.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:PDPContext:SUSPend:TIMer 5"

CALL:SERVice:PSData[:QOSProfile[1]]:DORDer

Function

Sets/queries the state of "Delivery order" of IE Negotiated QoS.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0
*RST Setting On
Requirements

Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile1:DORDer Off"
! Sets the "Delivery order" to Off.

CALL:SERVice:PSData:QOSProfile2:DORDer

Function

Sets/queries the state of "Delivery order" of IE Negotiated QoS.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0
*RST Setting 1 (On)
Requirements Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile2:DORDer Off"
! Sets the "Delivery order" to Off.

CALL:SERVice:PSData[:QOSProfile[1]]:DOWNlink:BRAte:GUARanteed

Function

Sets/queries the "Guaranteed bit rate for downlink" and "Guaranteed bit rate for downlink (extend)" of IE Negotiated QoS.

Setting

  • 1kbps to 63kbps (Resolution:1kbps)
  • 64kbps to 568kbps (Resolution: 8kbps)
  • 576kbps to 8640kbps (Resolution: 64kbps)
  • 8700kbps to 16000kbps (Resolution: 100kbps)
  • 17Mbps to 128Mbps (Resolution: 1Mbps)
  • 130Mbps to 256Mbps (Resolution: 2Mbps)

Query

Range: Same as setting
*RST Setting 1kbps
Requirements

Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile1:DOWNLink:BRAte:GUARanteed 8700"
! Sets the "Guaranteed bit rate for downlink" to 8700kbps.

CALL:SERVice:PSData:QOSProfile2:DOWNlink:BRAte:GUARanteed

Function

Sets/queries the "Guaranteed bit rate for downlink" and "Guaranteed bit rate for downlink (extend)" of IE Negotiated QoS.

Setting

  • 1kbps to 63kbps (Resolution:1kbps)
  • 64kbps to 568kbps (Resolution: 8kbps)
  • 576kbps to 8640kbps (Resolution: 64kbps)
  • 8700kbps to 16000kbps (Resolution: 100kbps)
  • 17Mbps to 128Mbps (Resolution: 1Mbps)
  • 130Mbps to 256Mbps (Resolution: 2Mbps)

Query

Range: Same as setting
*RST Setting 1 kbps
Requirements Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile2:DOWNLink:BRAte:GUARanteed 8700"
! Sets the "Guaranteed bit rate for downlink" to 8700kbps.

CALL:SERVice:PSData[:QOSProfile[1]]:DOWNlink:BRAte[:MAXimum]

Function

Sets/queries the "Maximum bit rate for downlink" and "Maximum bit rate for downlink (extend)" of IE Negotiated QoS.

Setting

  • 1kbps to 63kbps (Resolution:1kbps)
  • 64kbps to 568kbps (Resolution: 8kbps)
  • 576kbps to 8640kbps (Resolution: 64kbps)
  • 8700kbps to 16000kbps (Resolution: 100kbps)
  • 17Mbps to 128Mbps (Resolution: 1Mbps)
  • 130Mbps to 256Mbps (Resolution: 2Mbps)

Query

Range: Same an setting
*RST Setting 64 kbps
Requirements

Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile1:DOWNLink:BRAte:MAXimum 8700"
! Sets the "Maximum bit rate for downlink" to 8700kbps.

CALL:SERVice:PSData:QOSProfile2:DOWNlink:BRAte[:MAXimum]

Function

Sets/queries the "Maximum bit rate for downlink" and "Maximum bit rate for downlink (extend)" of IE Negotiated QoS.

Setting

  • 1kbps to 63kbps (Resolution:1kbps)
  • 64kbps to 568kbps (Resolution: 8kbps)
  • 576kbps to 8640kbps (Resolution: 64kbps)
  • 8700kbps to 16000kbps (Resolution: 100kbps)
  • 17Mbps to 128Mbps (Resolution: 1Mbps)
  • 130Mbps to 256Mbps (Resolution: 2Mbps)

Query

Range: Same an setting
*RST Setting 64 kbps
Requirements Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile2:DOWNLink:BRAte:MAXimum 8700"
! Sets the "Maximum bit rate for downlink" to 8700kbps.

CALL:SERVice:PSData[:QOSProfile[1]]:RBERatio

Function

Sets/queries the "Residual Bit Error Rate" of IE Negotiated QoS.

Setting

Range: R5ENegative2 | R1ENegative2 | R5ENegative3 | R4ENegative3 | R1ENegative3 | R1ENegative4 | R1ENegative5 | R1ENegative6 | R6ENegative8

Query

Range: Same as setting
*RST Setting R1ENegative4
Requirements

Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile1:RBERatio 5E-2"

CALL:SERVice:PSData:QOSProfile2:RBERatio

Function

Sets/queries the "Residual Bit Error Rate" of IE Negotiated QoS.

Setting

Range: R5ENegative2 | R1ENegative2 | R5ENegative3 | R4ENegative3 | R1ENegative3 | R1ENegative4 | R1ENegative5 | R1ENegative6 | R6ENegative8

Query

Range: Same as setting
*RST Setting R1EN4
Requirements Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile2:RBERatio 5E-2"

CALL:SERVice:PSData[:QOSProfile[1]]:SDU:EDELivery

Function

Sets/queries the "Delivery of erroneous SDUs" of IE Negotiated QoS.

Setting

Range: NDETect| DELivered| NDELivered

NDETect: no detect

DELivered: delivered

NDELivered: not delivered

Query

Range: Same as setting
*RST Setting NDELivered
Requirements

Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile1:SDU:EDELivery"

CALL:SERVice:PSData:QOSProfile2:SDU:EDELivery

Function

Sets/queries the "Delivery of erroneous SDUs" of IE Negotiated QoS.

Setting

Range: NDETect| DELivered| NDELivered

NDETect: no detect

DELivered: delivered

NDELivered: not delivered

Query

Range: Same as setting
*RST Setting NDELivered
Requirements Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile2:SDU:EDELivery"

CALL:SERVice:PSData[:QOSProfile[1]]:SDU:ERATio

Function

Sets/queries the "SDU error ratio" of IE Negotiated QoS.

Setting

Range: R1ENegative2 | R7ENegative3 | R1ENegative3 | R1ENegative4 | R1ENegative5 | R1ENegative6 | R1ENegative1

Query

Range: Same as setting
*RST Setting R1ENegative4
Requirements

Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile2:SDU:ERATio 1E-1"

CALL:SERVice:PSData:QOSProfile2:SDU:ERATio

Function

Sets/queries the "SDU error ratio" of IE Negotiated QoS.

Setting

Range: R1ENegative2 | R7ENegative3 | R1ENegative3 | R1ENegative4 | R1ENegative5 | R1ENegative6 | R1ENegative1

Query

Range: Same as setting
*RST Setting R1ENegative4
Requirements Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile2:SDU:ERATio R1ENegative4"

CALL:SERVice:PSData[:QOSProfile[1]]:SDU:SIZE[:MAXImum]

Function

Sets/queries the "Maximum SDU size" of IE Negotiated QoS.

Setting

Range: 10 to 1500 Resolution: 10|

1502| 1510| 1520

Query

Range: Same as setting
*RST Setting 1500
Requirements

Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile1:SDU:SIZE:MAXImum 1502"
! Sets the "Maximum SDU size" to 1502.

CALL:SERVice:PSData:QOSProfile2:SDU:SIZE[:MAXImum]

Function

Sets/queries the "Maximum SDU size" of IE Negotiated QoS.

Setting

Range: 10 to 1500 (Resolution: 10)| 1502| 1510| 1520

Query

Range: Same as setting
*RST Setting 1500
Requirements Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile2:SDU:SIZE:MAXImum 1502"
! Sets the "Maximum SDU size" to 1502.

CALL:SERVice:PSData[:QOSProfile[1]]:SINDication

Function

Sets the "Signalling Indication" of IE Negotiated QoS.

Setting

Range: OPTimised| NOPTimised

*RST Setting NOPTimised
Requirements

Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile1:SINDication OPTimised"
! Sets the "Signalling Indication" to OPTimised.

CALL:SERVice:PSData:QOSProfile2:SINDication

Function

Sets the "Signalling Indication" of IE Negotiated QoS.

Setting

Range: OPTimised| NOPTimised

*RST Setting NOPTimised
Requirements Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile2:SINDication OPTimised"
! Sets the "Signalling Indication" to OPTimised.

CALL:SERVice:PSData[:QOSProfile[1]]:TCLass

Function

Sets/queries the "Traffic Class" of IE Negotiated QoS.

Setting

Range: CONVersation| STReaming| INTeractive| BACKground

Query

Range: Same as setting
*RST Setting INTeractive
Requirements

Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile1:TCLass CONVersation"
! Sets the "Traffic Class" to CONVersation.

CALL:SERVice:PSData:QOSProfile2:TCLass

Function

Sets/queries the "Traffic Class" of IE Negotiated QoS.

Setting

Range: CONVersation| STReaming| INTeractive| BACKground

Query

Range: Same as setting
*RST Setting INTeractive
Requirements

Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile2:TCLass CONVersation"
! Sets the "Traffic Class" to CONVersation.

CALL:SERVice:PSData[:QOSProfile[1]]:TDELay

Function

Sets the "Transfer delay" of IE Negotiated QoS.

Setting

Range: 10ms to 150ms (Resolution: 10ms)

200ms to 950ms (Resolution: 50ms)

1000ms to 4000ms (Resolution: 100ms)

*RST Setting 100ms
Requirements NDELivered

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile1:TDELay 200
! Sets the "Transfer delay" to 200ms.

CALL:SERVice:PSData:QOSProfile2:TDELay

Function

Sets the "Transfer delay" of IE Negotiated QoS.

Setting

Range: 10ms to 150ms (Resolution: 10ms)

200ms to 950ms (Resolution: 50ms)

1000ms to 4000ms (Resolution: 100ms)

*RST Setting 100 ms
Requirements

Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile2:TDELay 200 ms
! Sets the "Transfer delay" to 200ms.

CALL:SERVice:PSData[:QOSProfile[1]]:THPRiority

Function

Sets the "Traffic handling priority" of IE Negotiated QoS.

Setting

Range: 1| 2| 3

*RST Setting 2
Requirements

Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile1:THPRiority 1
! Sets the "Traffic handling priority" to 1.

CALL:SERVice:PSData:QOSProfile2:THPRiority

Function

Sets the "Traffic handling priority" of IE Negotiated QoS.

Setting

Range: 1| 2| 3

*RST Setting 2
Requirements

Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile2:THPRiority 1"
! Sets the "Traffic handling priority" to 1.

CALL:SERVice:PSData[:QOSProfile[1]]:UPLink:BRAte:GUARanteed

Function

Sets/queries the "Guaranteed bit rate for uplink" and "Guaranteed bit rate for uplink (extend)" of IE Negotiated QoS.

Setting

  • 1kbps to 63kbps (Resolution:1kbps)
  • 64kbps to 568kbps (Resolution: 8kbps)
  • 576kbps to 8640kbps (Resolution: 64kbps)
  • 8700kbps to 16000kbps (Resolution: 100kbps)
  • 17Mbps to 128Mbps (Resolution: 1Mbps)
  • 130Mbps to 256Mbps (Resolution: 2Mbps)

Query

Range: Same as setting
*RST Setting 1kbps
Requirements

Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile1:UPLink:BRAte:GUARanteed 8700"
! Sets the "Guaranteed bit rate for uplink" to 8700kbps.

CALL:SERVice:PSData:QOSProfile2:UPLink:BRAte:GUARanteed

Function

Sets/queries the "Guaranteed bit rate for uplink" and "Guaranteed bit rate for uplink (extend)" of IE Negotiated QoS.

Setting

  • 1kbps to 63kbps (Resolution:1kbps)
  • 64kbps to 568kbps (Resolution: 8kbps)
  • 576kbps to 8640kbps (Resolution: 64kbps)
  • 8700kbps to 16000kbps (Resolution: 100kbps)
  • 17Mbps to 128Mbps (Resolution: 1Mbps)
  • 130Mbps to 256Mbps (Resolution: 2Mbps)

Query

Range: Same as setting
*RST Setting 1 kbps
Requirements

Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile2:UPLink:BRAte:GUARanteed 8700"
! Sets the "Guaranteed bit rate for uplink" to 8700kbps.

CALL:SERVice:PSData[:QOSProfile[1]]:UPLink:BRAte[:MAXimum]

Function

Sets/queries the "Maximum bit rate for uplink" and "Maximum bit rate for uplink (extend)" of IE Negotiated QoS.

Setting

  • 1 to 63kbps (Resolution:1kbps)
  • 64kbps to 568kbps (Resolution: 8kbps)
  • 576kbps to 8640kbps (Resolution: 64kbps)
  • 8700kbps to 16000kbps (Resolution: 100kbps)
  • 17Mbps to 128Mbps (Resolution: 1Mbps)
  • 130Mbps to 256Mbps (Resolution: 2Mbps)

Query

Range: Same as setting
*RST Setting 64
Requirements

Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile1:UPlink:BRAte:MAXimum 8700"
! Sets the "Maximum bit rate for uplink" to 8700kbps.

CALL:SERVice:PSData:QOSProfile2:UPLink:BRAte[:MAXimum]

Function

Sets/queries the "Maximum bit rate for uplink" and "Maximum bit rate for uplink (extend)" of IE Negotiated QoS.

Setting

  • 1kbps to 63kbps (Resolution:1kbps)
  • 64kbps to 568kbps (Resolution: 8kbps)
  • 576kbps to 8640kbps (Resolution: 64kbps)
  • 8700kbps to 16000kbps (Resolution: 100kbps)
  • 17Mbps to 128Mbps (Resolution: 1Mbps)
  • 130Mbps to 256Mbps (Resolution: 2Mbps)

Query

Range: Same as setting
*RST Setting 64kbps
Requirements

Lab Application Revision: G.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:QOSProfile2:UPlink:BRAte:MAXimum 8700"
! Sets the "Maximum bit rate for uplink" to 8700kbps.

CALL:SERVice:PSData:RAPName[1]|2|3|4|5|6[:VAlue]

Function

Sets/queries the specified (First through Sixth) Rejectable GPRS Access Point Name (APN).

Setting

Range:

  • O2 - wap.o2.co.uk
  • BT - mobile.bt.uk
  • CINGular - wap.cingular
  • CUSTom - Custom
  • DOComo - i-mode.docomo.ne.jp
  • ORANge - Orangeinternet
  • TMOBile - general.t-mobile.uk
  • VODafone - live.vodafone.com

Query

Range: O2|BT|CING|CUST|DOC|ORAN|TMOB|VOD
*RST Setting TMOB
Requirements Lab Application Revision: F.01 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RAPName TMOBile"

CALL:SERVice:PSData:RAPName[1]|2|3|4|5|6:CUSTom

Function

Sets/queries the specified (First through Sixth) Rejectable custom Access Point Name (APN).

Setting

Range: 0 to 99 characters from the set
.-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

Query

Same as setting, but enclosed in double quotes.
*RST Setting "" (null string)
Requirements Lab Application Revision: F.01 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RAPName:CUSTom 'mobileAnywhere'"
! Sets the first rejectable custom APN to mobileAnywhere.

CALL:SERVice:PSData:RAPName:REJect:CAUSe

Function

Sets/queries the First through Sixth GPRS Service Reject SM Cause.

Setting

A comma separated list of 6 <nr1> values in the range: 0 to 255

Query

A comma separated list of 6 <nr1> values in the range: 0 to 255

*RST Setting

111 (Protocol error, unspecified), 111 (Protocol error, unspecified), 111 (Protocol error, unspecified), 111 (Protocol error, unspecified), 111 (Protocol error, unspecified), 111 (Protocol error, unspecified)
Requirements

Lab Application Revision: F.01 and above.

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RAPName:REJect:CAUSe 111, 111, 111, 111, 111, 111"

CALL:SERVice:PSData:RAPName:STATe

Function

Sets/queries the First through Sixth Rejectable Access Point Name (APN) States.

Setting

A comma separated list of 6 values in the range: 1|ON|0|OFF

Query

A comma separated list of 6 values in the range: 1|0
*RST Setting 0 (off), 0 (off), 0 (off), 0 (off), 0 (off), 0 (off)
Requirements

Lab Application Revision: F.01 and above.

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RAPName:STATe OFF, OFF, OFF, OFF, OFF, OFF"

CALL:SERVice:PSData:ROHC:DOWNlink:CID:MAXimum

Function

Sets/queries the Downlink ROHC Max CID. This setting is used to configure the UE during a PS Data call when CALL:SERVice:PSData:HEADer:COMPression[:STATe] is On.

Setting

Range: 1 to 16383

Query

Same as setting
*RST Setting 15
Requirements

Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:ROHC:DOWNlink:CID:MAXimum 15"
! Sets Downlink ROHC Max CID to 15.

CALL:SERVice:PSData:ROHC:DOWNlink:PROFile:ESP[:STATe]

Function

Sets/queries the Downlink ROHC ESP Profile State. This setting controls whether the ESP profile is used in the downlink by the test set when CALL:SERVice:PSData:HEADer:COMPression[:STATe] is On.

  • When set to "On", the test set includes the ESP profile (0x0003) to compress the downlink data.
  • When set to "Off", the test set does not include the ESP profile for downlink data compression.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0
*RST Setting 0 (off)
Requirements Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:ROHC:DOWNlink:PROFile:ESP OFF"
! Sets Downlink ROHC ESP Profile State to Off.

CALL:SERVice:PSData:ROHC:DOWNlink:PROFile:RTP[:STATe]

Function

Sets/queries the Downlink ROHC RTP Profile State. This setting controls whether the RTP profile is used in the downlink by the test set when CALL:SERVice:PSData:HEADer:COMPression[:STATe] is On.

  • When set to "On", the test set includes the RTP profile (0x0001) to compress the downlink data.
  • When set to "Off", the test set does not include the RTP profile for downlink data compression.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0
*RST Setting 1 (on)
Requirements Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:ROHC:DOWNlink:PROFile:RTP ON"
! Sets Downlink ROHC RTP Profile State to On.

CALL:SERVice:PSData:ROHC:DOWNlink:PROFile:UDP[:STATe]

Function

Sets/queries the Downlink ROHC UDP Profile State. This setting controls whether the UDP profile is used in the downlink by the test set when CALL:SERVice:PSData:HEADer:COMPression[:STATe] is On.

  • When set to "On", the test set includes the UDP profile (0x0002) to compress the downlink data.
  • When set to "Off", the test set does not include the UDP profile for the downlink data compression.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0
*RST Setting 0 (off)
Requirements Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:ROHC:DOWNlink:PROFile:UDP OFF"
! Sets Downlink ROHC UDP Profile State to On.

CALL:SERVice:PSData:ROHC:DOWNlink:RDDepth

Function

Sets/queries the Downlink Reverse Decompression Depth. This setting is used to configure the UE during a PS Data call when CALL:SERVice:PSData:HEADer:COMPression[:STATe] is On. A setting of 0 means that the reverse decompression function is disabled.

Setting

Range: 0 to 65535

Query

Same as setting
*RST Setting 0
Requirements

Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:ROHC:DOWNlink:RDDepth 0"
! Disables the reverse decompression function.

CALL:SERVice:PSData:ROHC:TARGet:MODe

Function

Sets/queries the PDCP ROHC Target Mode. This setting is used to determine if the "PDCP ROHC Target Mode" IE will be included in the L3 signalling message.

Setting

Range:

ABSent: The test set does not include "PDCP ROHC Target Mode" IE in L3 signalling message and there is no restriction of the UE's decompressor mode transition.

OMODe: The UE's decompressor is only allowed to transition to O-mode.

RMODe: The UE's decompressor is only allowed to transition to R-mode.

Query

Range: ABS|OMOD|RMOD

*RST Setting ABSent
Requirements Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:ROHC:TARGet:MODe ABSent"
! Sets test set to include PDCP ROHC Target Mode IE in L3 signalling message.

CALL:SERVice:PSData:ROHC:UPLink:CID:MAXimum

Function

Sets/queries the Uplink ROHC Max CID. This setting is used to configure the UE during a PS Data call when CALL:SERVice:PSData:HEADer:COMPression[:STATe] is On.

Setting

Range: 1 to 16383

Query

Same as setting
*RST Setting 15
Requirements Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:ROHC:UPLink:CID:MAXimum 15"
! Sets Uplink ROHC Max CID to 15.

CALL:SERVice:PSData:ROHC:UPLink:MODE

Function

Sets/queries the Uplink ROHC Mode. This setting controls the preferred ROHC mode that is to be used in the test set decompressor (and UE compressor). The test set decompressor will try to switch to this mode after ROHC context is established between test set and UE.

Setting

Range: UMODe|OMODe|RMODe

Query

Range: UMOD|OMOD|RMOD
*RST Setting OMODe
Requirements Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:ROHC:UPLink:MODE OMODe"
! Sets HSPA PS Data SRB Mapping Mode to UL/DL DCH.

CALL:SERVice:PSData:ROHC:UPLink:PROFile:ESP[:STATe]

Function

Sets/queries the Uplink ROHC ESP Profile State. This setting controls whether the UDP/IP profile is configured to allow the UE to use the uplink when CALL:SERVice:PSData:HEADer:COMPression[:STATe] is On.

  • When set to "On", the test set includes the UDP profile (0x0002) in the "PDCP Info" IE for theL3 signalling message. This allows the UE to use the UDP profile to compress data in the uplink.

  • When set to "Off", the test set does not include the UDP profile in the "PDCP Info"IE for the L3 signalling message and the UDP profile is not allowed to be used by the UE.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0
*RST Setting 0 (off)
Requirements Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:ROHC:UPLink:PROFile:ESP OFF"
! Sets Uplink ROHC ESP Profile State to Off.

CALL:SERVice:PSData:ROHC:UPLink:PROFile:RTP[:STATe]

Function

Sets/queries the Uplink ROHC RTP Profile State. This setting controls whether the RTP/UDP/IP profile is configured for the UE to use in the uplink when CALL:SERVice:PSData:HEADer:COMPression[:STATe] is On.

  • When set to "On", the test set includes the RTP profile (0x0001) in the "PDCP Info" IE for the L3 signalling message. This allows the UE to use the RTP profile to compress data in the uplink.
  • When set to "Off", the test set does not include the RTP profile in the "PDCP Info" IE in the L3 signalling message and the UE is not allowed to use the RTP profile in the uplink.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0
*RST Setting 1 (on)
Requirements Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:ROHC:UPLink:PROFile:RTP ON"
! Sets Uplink ROHC RTP Profile State to On.

CALL:SERVice:PSData:ROHC:UPLink:PROFile:UDP[:STATe]

Function

Sets/queries the Uplink ROHC UDP Profile State. This setting controls whether the UDP/IP profile is configured for the UE to use in the uplink when CALL:SERVice:PSData:HEADer:COMPression[:STATe] is On.

  • When set to On, the test set includes the UDP profile (0x0002) in the "PDCP Info" IE for the L3 signalling message. This allows the UE to use the UDP profile to compress data in the uplink.
  • When set to Off, the test set does not include the UDP profile in the "PDCP Info" IE for the L3 signalling message and the UDP profile is not allowed to be used by the UE.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0
*RST Setting 0 (off)
Requirements Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:ROHC:UPLink:PROFile:UDP OFF"
! Sets Uplink ROHC UDP Profile State to Off.

CALL:SERVice:PSData:RLC:DOWNlink:TRAFfic:TSPRohibit[:VALue]

Function

Sets/queries the Downlink RLC Status Prohibit Timer value. This setting is used when the Status Prohibit timer control is set to Manual.

Setting

Range:

  • 10 to 550 in increments of 10
  • 600 to 1000 in increments of 50

Query

Range: Same as setting

*RST Setting 40
Requirements Lab Application Revision: F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RLC:DOWNlink:TRAFfic:TSPRohibit 40"
! Sets the Downlink RLC Status Prohibit Timer value to 40.

CALL:SERVice:PSData:RLC:DOWNlink:TRAFfic:TSPRohibit:CONTrol:AUTO

Function

Sets/queries the Downlink RLC Status Prohibit Timer State.

Setting

Range: 1|0

Query

Range: 1|0
*RST Setting 1 (auto)
Requirements Lab Application Revision: C.03 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RLC:DOWNlink:TRAFfic:TSPRohibit:CONTrol:AUTO 1"
! Sets the Downlink RLC Status Prohibit Timer State to Auto.

CALL:SERVice:PSData:RLC:DOWNlink:TRAFfic:WSIZe:CONTrol:AUTO

Function

Sets/queries the Downlink RLC Window Size State.

Setting

Range: 1|0

Query

Range: 1|0

*RST Setting

1 (auto)

Requirements

Lab Application Revision F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RLC:DOWNlink:TRAFfic:WSIZe:CONTrol:AUTO ON"
! Sets the Downlink RLC Window Size State to Auto.

CALL:SERVice:PSData:RLC:DOWNlink:TRAFfic:WSIZe[VALue]

Function

Sets/queries the Downlink RLC Window Size.

Setting

Range: SIZE1|SIZE8|SIZE16|SIZE32|SIZE64|SIZE128|SIZE256|SIZE512|SIZE1024|SIZE1536
|SIZE2047|SIZE2560|SIZE3072|SIZE3584|SIZE4095

Query

Range: Same as setting

*RST Setting SIZE2047
Requirements Lab Application Revision: F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RLC:DOWNlink:TRAFfic:WSIZe SIZE2047"
! Sets the Downlink RLC Window Size to 2047.

CALL:SERVice:PSData:RLC:UPLink:TRAFfic:WSIZe:CONTrol:AUTO

Function

Sets/queries the Uplink RLC Window Size State.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

1 (auto)

Requirements

Lab Application Revision F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RLC:UPLink:TRAFfic:WSIZe:CONTrol:AUTO ON"
! Sets the Uplink RLC Window Size State to Auto.

CALL:SERVice:PSData:RLC:UPLink:TRAFfic:WSIZe[VALue]

Function

Sets/queries the Uplink RLC Window Size.

Setting

Range: SIZE1|SIZE8|SIZE16|SIZE32|SIZE64|SIZE128|SIZE256|SIZE512|SIZE1024|SIZE1536
|SIZE2047|SIZE2560|SIZE3072|SIZE3584|SIZE4095

Query

Range: Same as setting

*RST Setting SIZE2047
Requirements Lab Application Revision: F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RLC:UPLink:TRAFfic:WSIZe SIZE2047"
! Sets the Uplink RLC Window Size to 2047.

CALL:SERVice:PSData:RRC:INITial:STATe

Function

Sets/queries Initial PS Data RRC State .

Setting

Range: DCH |FACH

Query

Range: DCH |FACH

*RST Setting DCH
Requirements Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:INITial:STATe DCH"
! Sets the UE to be assigned to CELL_DCH.

CALL:SERVice:PSData:RRC:TRANsition:AUTO

Function

Sets/queries Automatic RRC State Transition Control State.

This setting controls whether the automatic RRC state transitions are enabled or not (including the transition based on downlink IP data). This setting cannot be changed while a PDP Context is Active.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:AUTO ON"
! Sets the Automatic RRC State Transition Control State to On.

CALL:SERVice:PSData:RRC:TRANsition:DCH

Function

If the UE is on a PDP Context in CELL_DCH state then this causes the test set to transition the UE to CELL_FACH.

Requirements Lab Application Revision: F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:DCH"

CALL:SERVice:PSData:RRC:TRANsition:DLData:STATe

Function

Sets/queries the Automatic Transitions On DL IP Data State.

This setting controls if IP data arriving for the UE while it is in Idle will cause a transition to CELL_FACH/ CELL_DCH. if automatic transitions are On.When triggered, the UE will be transitioned to the RRC state indicated in the "Initial PS Data RRC State" setting if it is in Idle.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:DLData:STATe OFF"
! Sets the Automatic Transitions On DL IP Data State to off.

CALL:SERVice:PSData:RRC:TRANsition:FACH

Function

If the UE is on a PDP Context in CELL_DCH state then this causes the test set to transition the UE to CELL_FACH.

Requirements Lab Application Revision: F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:FACH"

CALL:SERVice:PSData:RRC:TRANsition:IDLE

Function

If the UE is on a PDP Context in any state other than RRC_Idle, then this causes the test set to transition the UE to RRC_Idle.

Requirements Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:IDLE"

CALL:SERVice:PSData:RRC:TRANsition:IDLE:FPTFach[:STATe]

Function

Sets/queries the PCH to Idle through CELL_FACH State .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

1 (on)

Requirements

Lab Application Revision: J.00.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:IDLE:FPTFach:STATe OFF"
! Sets the PCH to Idle through CELL_FACH State to Off.

CALL:SERVice:PSData:RRC:TRANsition:ITIMer:DCH[:SVALue]

Function

Sets/queries the CELL_DCH Inactivity Timer Length, and sets its state to ON.

This setting controls the transactions that are triggered from the CELL_DCH state to RRC state selected in the "CELL_DCH Inactivity Timer Destination RRC State" setting where no RLC PDUs have been received or transmitted for the specified amount of time.

Setting

Range: 0.1 increments (num seconds)

Query

Range: 0.1 increments (num seconds)

*RST Setting

5 s

Requirements

Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:ITIMer:DCH 5s" 
!Sets the CELL_DCH Inactivity Timer Length to 5 seconds and turns it on.

CALL:SERVice:PSData:RRC:TRANsition:ITIMer:DCH:DESTination

Function

Sets/queries the CELL_DCH Inactivity Timer Destination RRC State.

This setting controls the destination state when the transaction is triggered from CELL_DCH state where no RLC PDUs have been received or transmitted for the specified amount of time. This setting can be changed while a PDP context is active.

Setting

Range: FACH|IDLE

Query

Range: FACH|IDLE

*RST Setting

FACH

Requirements

Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:ITIMer:DCH:DESTination FACH"
! Sets the CELL_DCH Inactivity Timer Destination RRC State to CELL_FACH.

CALL:SERVice:PSData:RRC:TRANsition:ITIMer:DCH:STATe

Function

Sets/queries the CELL_DCH Inactivity Timer State.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:ITIMer:DCH:STATe OFF"
! Sets the CELL_DCH Inactivity Timer State to Off.

CALL:SERVice:PSData:RRC:TRANsition:ITIMer:DCH:VALue

Function

Sets/queries the CELL_DCH Inactivity Timer Length.

This setting controls the transactions that are triggered from the CELL_DCH state to RRC state selected in the "CELL_DCH Inactivity Timer Destination RRC State" setting where no RLC PDUs have been received or transmitted for the specified amount of time.

Setting

Range: 0.1 increments (num seconds)

Query

Range: 0.1 increments (num seconds)

*RST Setting

5 s

Requirements

Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:ITIMer:DCH:VALue 15" 
!Sets the CELL_DCH Inactivity Timer Length to 15s.

CALL:SERVice:PSData:RRC:TRANsition:ITIMer:FACH[:SVALue]

Function

Sets/queries the CELL_FACH Inactivity Timer Length, and sets its state to ON.

This setting controls the transaction that is triggered from the CELL_FACH state to the RRC state selected in the "CELL_FACH Inactivity Timer Destination RRC State" setting where no RLC PDUs have been received or transmitted for the specified amount of time.

This setting can be changed while a PDP context is active.

Setting

Range: 0.1 increments (num seconds)

Query

Range: 0.1 increments (num seconds)

*RST Setting

15 s

Requirements

Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:ITIMer:FACH 15s" 
!Sets the CELL_FACH Inactivity Timer Length to 15 seconds and turns it on.

CALL:SERVice:PSData:RRC:TRANsition:ITIMer:FACH:DESTination

Function

Sets/queries the CELL_FACH Inactivity Timer Destination RRC State.

This setting controls the destination state when the transaction is triggered from CELL_FACH state where no RLC PDUs have been received or transmitted for the specified amount of time.

This setting can be changed while a PDP context is active.

Setting

Range: DCH|PCH|UPCH|IDLE

Query

Range: DCH|PCH|UPCH|IDLE

*RST Setting

IDLE

Requirements

Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:ITIMer:FACH:DESTination IDLE"
! Sets the CELL_FACH Inactivity Timer Destination RRC State to Idle.

CALL:SERVice:PSData:RRC:TRANsition:ITIMer:FACH:STATe

Function

Sets/queries the CELL_FACH Inactivity Timer Length State.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:ITIMer:FACH:STATe OFF"
! Sets the CELL_FACH Inactivity Timer Length State to off.

CALL:SERVice:PSData:RRC:TRANsition:ITIMer:FACH:VALue

Function

Sets/queries the CELL_FACH Inactivity Timer Length.

This setting controls the transaction that is triggered from the CELL_FACH state to the RRC state selected in the "CELL_FACH Inactivity Timer Destination RRC State" setting where no RLC PDUs have been received or transmitted for the specified amount of time.

This setting can be changed while a PDP context is active.

Setting

Range: 0.1 increments (num seconds)

Query

Range: 0.1 increments (num seconds)

*RST Setting

15 s

Requirements

Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:ITIMer:FACH:VALue 15s" 
!Sets the CELL_FACH Inactivity Timer Length to 15 seconds.

CALL:SERVice:PSData:RRC:TRANsition:ITIMer:PCH[:SVALue]

Function

Sets/queries the CELL_PCH Inactivity Timer Length, and sets its state to ON.

This setting controls the transition that is triggered from the CELL_PCH state to the RRC state selected in the "CELL_PCH Inactivity Timer Destination RRC State" setting where no RLC PDUs have been received or transmitted for the specified amount of time.

This setting can be changed while a PDP context is active.

Setting

Range: 0.1 to 1800

Increment: 0.1

Unit: s

Query

Same with the setting

*RST Setting

30 s

Requirements

Lab Application Revision: J.00.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:ITIMer:PCH 30s" 
!Sets the CELL_PCH Inactivity Timer Length to 30 seconds and turns it on.

CALL:SERVice:PSData:RRC:TRANsition:ITIMer:PCH:DESTination

Function

Sets/queries the CELL_PCH Inactivity Timer Destination RRC State.

This setting controls the destination state when the transaction is triggered from CELL_PCH state where no RLC PDUs have been received or transmitted for the specified amount of time.

This setting can be changed while a PDP context is active.

Setting

Range: FACH|IDLE

Query

Same with the setting

*RST Setting

IDLE

Requirements

Lab Application Revision: J.00.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:ITIMer:PCH:DESTination IDLE"
! Sets the CELL_PCH Inactivity Timer Destination RRC State to Idle.

CALL:SERVice:PSData:RRC:TRANsition:ITIMer:PCH:STATe

Function

Sets/queries the CELL_PCH Inactivity Timer State.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

1 (on)

Requirements

Lab Application Revision: J.00.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:ITIMer:PCH:STATe OFF"
! Sets the CELL_PCH Inactivity Timer State to off.

CALL:SERVice:PSData:RRC:TRANsition:ITIMer:PCH:VALue

Function

Sets/queries the CELL_PCH Inactivity Timer Length.

This setting controls the transaction that is triggered from the CELL_PCH state to the RRC state selected in the "CELL_PCH Inactivity Timer Destination RRC State" setting where no RLC PDUs have been received or transmitted for the specified amount of time.

This setting can be changed while a PDP context is active.

Setting

Range: 0.1 to 1800

Increment: 0.1

Unit: s

Query

Range: Same with the setting

*RST Setting

30 s

Requirements

Lab Application Revision: J.00.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:ITIMer:PCH:VALue 15s" 
!Sets the CELL_PCH Inactivity Timer Length to 15 seconds.

CALL:SERVice:PSData:RRC:TRANsition:ITIMer:UPCH[:SVALue]

Function

Sets/queries the URA_PCH Inactivity Timer Length, and sets its state to ON.

This setting controls the transition that is triggered from the URA_PCH state to the RRC state selected in the "URA_PCH Inactivity Timer Destination RRC State" setting where no RLC PDUs have been received or transmitted for the specified amount of time.

This setting can be changed while a PDP context is active.

Setting

Range: 0.1 to 1800

Increment: 0.1

Unit: s

Query

Same with the setting

*RST Setting

30 s

Requirements

Lab Application Revision: J.00.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:ITIMer:UPCH 30s" 
!Sets the URA_PCH Inactivity Timer Length to 30 seconds and turns it on.

CALL:SERVice:PSData:RRC:TRANsition:ITIMer:UPCH:DESTination

Function

Sets/queries the URA_PCH Inactivity Timer Destination RRC State.

This setting controls the destination state when the transaction is triggered from URA_PCH state where no RLC PDUs have been received or transmitted for the specified amount of time.

This setting can be changed while a PDP context is active.

Setting

Range: FACH|IDLE

Query

Same with the setting

*RST Setting

IDLE

Requirements

Lab Application Revision: J.00.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:ITIMer:UPCH:DESTination IDLE"
! Sets the URA_PCH Inactivity Timer Destination RRC State to Idle.

CALL:SERVice:PSData:RRC:TRANsition:ITIMer:UPCH:STATe

Function

Sets/queries the URA_PCH Inactivity Timer State.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

1 (on)

Requirements

Lab Application Revision: J.00.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:ITIMer:UPCH:STATe OFF"
! Sets the URA_PCH Inactivity Timer State to off.

CALL:SERVice:PSData:RRC:TRANsition:ITIMer:UPCH:VALue

Function

Sets/queries the URA_PCH Inactivity Timer Length.

This setting controls the transaction that is triggered from the URA_PCH state to the RRC state selected in the "URA_PCH Inactivity Timer Destination RRC State" setting where no RLC PDUs have been received or transmitted for the specified amount of time.

This setting can be changed while a PDP context is active.

Setting

Range: 0.1 to 1800

Increment: 0.1

Unit: s

Query

Range: Same with the setting

*RST Setting

30 s

Requirements

Lab Application Revision: J.00.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:ITIMer:UPCH:VALue 15s" 
!Sets the URA_PCH Inactivity Timer Length to 15 seconds.

CALL:SERVice:PSData:RRC:TRANsition:PCH

Function

If the UE is on a PDP Context in CELL_FACH state then this causes the test set to transition the UE to CELL_PCH.

Requirements Lab Application Revision: F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:PCH"

CALL:SERVice:PSData:RRC:TRANsition:SCRI:FDORmancy[:STATe]

Function

Sets/queries the SCRI With Fast Dormancy State .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Lab Application Revision H.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:SCRI:FDORmancy OFF"

CALL:SERVice:PSData:RRC:TRANsition:SCRI:FDORmancy:DCH:DESTination

Function

Sets/queries the Fast Dormancy Dest RRC State for CELL_DCH .

Setting

Range: PCH|UPCH|FACH| IDLE

Query

Range: PCH|UPCH|FACH| IDLE

*RST Setting

FACH

Requirements

Lab Application Revision H.01.00 and above

Lab Application Revision J.00.00 and above, added CELL_PCH and URA_PCH

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:SCRI:FDORmancy:DCH:DESTination FACH"

CALL:SERVice:PSData:RRC:TRANsition:SCRI:FDORmancy:FACH:DESTination

Function

Sets/queries the Fast Dormancy Dest RRC State for CELL_FACH .

Setting

Range: PCH| UPCH| IDLE

Query

Range: PCH| UPCH| IDLE

*RST Setting

PCH

Requirements

Lab Application Revision H.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:SCRI:FDORmancy:FACH:DESTination PCH"

CALL:SERVice:PSData:RRC:TRANsition:SCRI:RRCIdle[:STATe]

Function

Sets/queries the RRC Idle With SCRI State.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Lab Application Revision: G.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:SCRI:RRCIdle OFF"
! Sets the RRC Idle With SCRI State.

CALL:SERVice:PSData:RRC:TRANsition:UPCH

Function

If the UE is on a PDP Context in CELL_FACH state then this causes the test set to transition the UE to URA_PCH.

Requirements Lab Application Revision: F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:UPCH"

CALL:SERVice:PSData:RRC:TRANsition:TVOLume:TRIGger[:STATe]:EVent4A

Function

Sets/queries the UE Event 4A Trigger State. This setting controls the configuration of the Event 4A measurements in the UE that are enabled at PDP Context establishment if automatic transitions are On.

If both Automatic RRC State Transitions and this setting is set to On , then Event 4A measurements are configured in the UE at call setup.

When the test set receives the Measurement Report that Event 4A has occurred, the UE will be transitioned to CELL_DCH if it is in CELL_FACH. If UE is in any other state other than CELL_FACH, the report will be ignored.

Setting

Range:

1|ON|0|OFF

Query

Range: 1|0

*RST Setting 1|ON
Requirements Test Application Revision: A.19.00 and above, with the required feature license
Lab Application Revision H.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:TVOLume:TRIGger:EVent4A On"

CALL:SERVice:PSData:RRC:TRANsition:TVOLume:TRIGger[:STATe]:EVent4B

Function

Sets/queries the UE Event 4B Trigger State.

This setting controls the configuration of the Event 4A measurements in the UE that are enabled at PDP Context establishment if automatic transitions are On .

If both Automatic RRC State Transitions and this setting is set to On , then Event 4B measurements are configured in the UE at call setup.

When the network receives the Measurement Report that Event 4B has occurred, the UE will be transitioned to CELL_FACH if it is in CELL_DCH. If UE is in any other state other than CELL_DCH, the report will be ignored.

Setting

Range:

1|ON|0|OFF

Query

Range: 1|0

*RST Setting 1|ON
Requirements Test Application Revision: A.19.00 and above, with the required feature license
Lab Application Revision H.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:TVOLume:TRIGger:EVent4B On"

CALL:SERVice:PSData:RRC:TRANsition:TVOLume:RTHReshold:EVent4A

Function

Sets/queries the UE Event 4A Buffer Data Threshold.

This setting controls the configuration of the Event 4A measurements in the UE that are enabled at PDP Context establishment if automatic transitions are On and UE Event 4A State is On.

Setting

Range: BYTes8 | BYTes16 | BYTes32 | BYTes64 | BYTes128 | BYTes256 | BYTes512 | BYTes1024 | KBYTes2 | KBYTes3 | KBYTes4 | KBYTes6 | KBYTes8 | KBYTes12 | KBYTes16 | KBYTes24 | KBYTes32 | KBYTes48 | KBYTes96 | KBYTes128 | KBYTes192 | KBYTes256 | KBYTes384 | KBYTes512 | KBYTes768

Query

Same as setting

*RST Setting BYTes1024
Requirements Test Application Revision: A.19.00 and above, with the required feature license
Lab Application Revision H.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:TVOLume:RTHReshold:EVent4A BYTes1024"

CALL:SERVice:PSData:RRC:TRANsition:TVOLume:RTHReshold:EVent4B

Function

Sets/queries the UE Event 4B Buffer Data Threshold.

This setting controls the configuration of the Event 4B measurements in the UE that are enabled at PDP Context establishment if automatic transitions are On and UE Event 4B State is On.

Setting

Range: BYTes8 | BYTes16 | BYTes32 | BYTes64 | BYTes128 | BYTes256 | BYTes512 | BYTes1024 | KBYTes2 | KBYTes3 | KBYTes4 | KBYTes6 | KBYTes8 | KBYTes12 | KBYTes16 | KBYTes24 | KBYTes32 | KBYTes48 | KBYTes96 | KBYTes128 | KBYTes192 | KBYTes256 | KBYTes384 | KBYTes512 | KBYTes768

Query

Same as setting

*RST Setting BYTes64
Requirements Test Application Revision: A.19.00 and above, with the required feature license
Lab Application Revision H.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:TVOLume:RTHReshold:EVent4B BYTes64"

CALL:SERVice:PSData:RRC:TRANsition:TVOLume:TTTRigger:EVent4A

Function

Sets/queries the UE Event 4A Time to Trigger.

This setting controls the configuration of the Event 4A measurements in the UE that are enabled at PDP Context establishment if automatic transitions are On and UE Event 4A State is On.

Setting

Range: MS0 | MS10 | MS20 | MS40 | MS60 | MS80 | MS100 | MS120 | MS160 | MS200 |MS240 | MS320 | MS640 | MS1280 | MS2560 | MS5000

Query

Same as setting

*RST Setting MS1280
Requirements Test Application Revision: A.19.00 and above, with the required feature license
Lab Application Revision H.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:TVOLume:TTTRigger:EVent4A MS1280"

CALL:SERVice:PSData:RRC:TRANsition:TVOLume:TTTRigger:EVent4B

Function

Sets/queries the UE Event 4B Time to Trigger.

This setting controls the configuration of the Event 4B measurements in the UE that are enabled at PDP Context establishment if automatic transitions are On and UE Event 4B State is On.

Setting

Range: MS0 | MS10 | MS20 | MS40 | MS60 | MS80 | MS100 | MS120 | MS160 | MS200 |MS240 | MS320 | MS640 | MS1280 | MS2560 | MS5000

Query

Same as setting

*RST Setting MS5000
Requirements Test Application Revision: A.19.00 and above, with the required feature license
Lab Application Revision H.01.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:RRC:TRANsition:TVOLume:TTTRigger:EVent4B MS5000"

CALL:SERVice:PSData:SRBearer:MAPPing

Function

Sets/queries the HSPA PS Data SRB Mapping Mode when CALL:SERVice:GPRS:RAB is set to PHSPa (HSUPA UL/HSDPA DL PS).

Setting

Range:

UDDDch: SRB is mapped onto UL/DL DCH (DPDCH/DPDCH in physical layer over air interface)

UEDDch: SRB is mapped onto UL E-DCH/DL DCH (EDPDCH/DPDCH in physical layer over air interface)

UEDHsdsch: SRB is mapped onto UL E-DCH/DL HSDSCH with DL FDPCH configured (EDPDCH/HSPDSCH in physical layer over air interface)

Query

Range: UDDD|UEDD|UEDH

*RST Setting UDDDch
Requirements Lab Application Revision: F.00 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:PSData:SRBearer:MAPPing UDDDch"
! Sets HSPA PS Data SRB Mapping Mode to UL/DL DCH.

CALL:SERVice:PSData:SRBearer:MAPPing:MODE

Function

THIS COMMAND IS OBSOLETE. Please use the command CALL:SERVice:PSData:SRBearer:MAPPing instead.Sets/queries the HSPA PS Data SRB Mapping Mode when CALL:SERVice:GPRS:RAB is set to PHSPa (HSUPA UL/HSDPA DL PS).

Setting

Range:

DCHDch: SRB is mapped onto UL/DL DCH (DPDCH/DPDCH in physical layer over air interface)

EDCHDch: SRB is mapped onto UL E-DCH/DL DCH (EDPDCH/DPDCH in physical layer over air interface)

Query

Range: DCHD|EDCHD

*RST Setting DCHDch
Requirements

Lab Application Revision: E.00.34 and above

Lab Application Revision: F.00 and above, command Obsolete

Programming Example

 
OUTPUT 714;"CCALL:SERVice:PSData:SRBearer:MAPPing:MODE DCHDch"
! Sets HSPA PS Data SRB Mapping Mode to UL/DL DCH.

CALL:SERVice:RBTest:ARMC:CNDomain

Function

Sets/queries the Asymmetric RMC CN Domain. This parameter controls whether the domain used is Circuit Switched (CS) or Packet Switched (PS) during an asymmetric reference measurement channels (RMC) call setup.This parameter does not affect the call setup procedure of symmetric RMCs.

This setting can only be changed while call status is idle.

Setting

Range: CSDomain|PSDomain

Query

Range: CSD|PSD

*RST Setting CSD
Requirements

Lab Application Revision: E.00.34 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:RBTest:ARMC:CNDomain CSDomain"
! Sets the Asymmetric RMC CN Domain to circuit switched.

CALL:SERVice:RBTest:ARMC:LMESsaging

Function

Sets/queries the Asymmetric RMC Loopback Messaging .

This setting can only be changed while call status is idle.

Setting

Range:

  • COPen - Close/Open
  • NONE

Query

Range: COP|NONE
*RST Setting COP
Requirements

Test Application Revision: A.08.20 and above

Lab Application Revision: C.03 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:RBTest:ARMC:LMESsaging NONE"
! Sets Asymmetric RMC Loopback Messaging to None.

CALL:SERVice:RBTest:DTCHannel:CRC[:PRESence]

Function

Sets/queries the Uplink DTCH RMC CRC Presence .

Setting

Range:

  • PRESent
  • DATa: (Used for Data)

Query

Range: PRES|DAT
*RST Setting PRES
Requirements

Test Application Revision: A.05 and above

Test Application Revision: A.06 and above, :PRESence is optional

Lab Application Revision: B.01 and above

Lab Application Revision: C.01 and above, :PRESence is optional

Programming Example

 
OUTPUT 714;"CALL:SERVice:RBTest:DTCHannel:CRC DATa"
! Sets the Uplink DTCH RMC CRC Presence to Used for Data.

CALL:SERVice:RBTest:RAB

Function

Sets/queries the Channel Type .

Setting

Range:

  • HSDParmc12 (12.2k RMC + HSDPA) (only applicable to the lab application or feature-licensed test application )
  • HSParmc12 (12.2k RMC + HSPA (only applicable to the feature-licensed test application )
  • HSPA (only applicable to the feature-licensed test application )
  • RMC12 (12.2k RMC)
  • RMC64 (64k RMC)
  • RMC144 (144k RMC)
  • RMC384 (384k RMC)
  • RMC33NC (33k No Coding RMC)
  • RMCAM1264 (12.2k UL/64k DL AM RMC) (active cell operating mode only)
  • RMCAM12144 (12.2k UL/144k DL AM RMC) (active cell operating mode only)
  • RMCAM12384 (12.2k UL/384k DL AM RMC) (active cell operating mode only)
  • RMCAM64384 (64k UL/384k DL AM RMC) (active cell operating mode only)

Query

Range:

  • HSDP12 (12.2k RMC + HSDPA) (only applicable to the lab application or feature-licensed test application )
  • HSP12 (12.2k RMC + HSPA) (only applicable to the feature-licensed test application )
  • HSPA (only applicable to the feature-licensed test application )
  • RMC12 (12.2k RMC)
  • RMC64 (64k RMC)
  • RMC144 (144k RMC)
  • RMC384 (384k RMC)
  • RMC33NC (33k No Coding RMC)
  • RMCAM1264 (12.2k UL/64k DL AM RMC) (active cell operating mode only)
  • RMCAM12144 (12.2k UL/144k DL AM RMC) (active cell operating mode only)
  • RMCAM12384 (12.2k UL/384k DL AM RMC) (active cell operating mode only)
  • RMCAM64384 (64k UL/384k DL AM RMC) (active cell operating mode only)
*RST Setting RMC12
Requirements

Test Application Revision: A.05 and above

Test Application Revision A.06 added
RMCAM1264|RMCAM12144|RMCAM12384|RMCAM64384.

Test Application Revision A.08 with the required feature license

Test Application Revision A.08.20 with the required feature license, HSDParmc12 is available in active cell operating mode (previously it was only available in FDD test operating mode)

Test Application Revision A.12 with the required feature license and Lab Application Revision E.00.16, added HSParmc12.

Lab Application Revision: B.01 and above

Lab Application Revision C.01 added RMCAM1264|RMCAM12144|RMCAM12384|RMCAM64384

Lab Application Revision C.03, added HSDParmc12

Programming Example

 
OUTPUT 714;"CALL:SERVice:RBTest:RAB RMC64"
! Sets channel type to 64k RMC.

CALL:SERVice:RBTest:RRC:STATe

Function

Sets/queries the RB Test Mode RRC State Setting .

Setting

Range: DCH|FACH

Query

Same as setting
*RST Setting DCH
Requirements

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"CALL:SERVice:RBTest:RRC:STATe FACH"