CALL:PAGing

CALL:PAGing

Last updated: April 27, 2013

GPIB Command Conventions

CALL:PAGing:IDENtity[:TYPE]

Function

Sets/queries the CS Paging Identity Type .

This parameter can only be set when call status is Idle .

Setting

Range: IMSI|TMSI

Query

Same as setting

*RST Setting

IMSI
Requirements

Test Application Revision: A.07 and above.

Lab Application Revision: C.02 and above.

Programming Example

 
OUTPUT 714;"CALL:PAGing:IDENtity TMSI"
! Sets the CS Paging Identity Type to TMSI.

CALL:PAGing:INDicator:NUMBer

Function

Sets/queries the Number of Paging Indicators .

This parameter can only be set when Call/Data Status is Idle .

Setting

Range: IND18|IND36|IND72|IND144

Query

Same as setting

*RST Setting

IND18
Requirements

Lab Application Revision: I.01.00 and above.

Programming Example

 
OUTPUT 714;"CALL:PAGing:INDicator:NUMBer IND36"
! Sets the number of paging indicators per frame to 36.

CALL:PAGing:IMSI[:SELected]

Function

Sets/queries the paging international mobile subscriber identity (IMSI). See Paging IMSI .

Paging IMSI will be overwritten by the mobile station's reported IMSI during a location update or call setup.

Setting

Range: 000000 to 9999999999999999
(6 to 15 characters from the set 0123456789)

Query

Range: "000000" to "9999999999999999"
(6 to 15 characters from the set 0123456789)

*RST Setting

"001012345678901"
Requirements

Test Application Revision: A.02 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"CALL:PAGing:IMSI '023389832394287'"

CALL:PAGing:REPeat[:STATe][:SELected]

Function

Sets/queries Repeat Paging .

This parameter can only be set when operating mode is Cell Off .

Setting

Range: 0|ON|1|OFF

Query

Range: 0|1

*RST Setting

0 (off)
Requirements

Test Application Revision: A.02 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"CALL:PAGING:REPEAT ON"

CALL:PAGing:SERVice[:TYPE]

Function

Sets/queries the Paging Service .

Setting

Range:

  • AMR: AMR Voice
  • GPRS: UMTS/GPRS Packet Data (Lab Application only)
  • RBTest: RB Test Mode

Query

Range: AMR|GPRS|RBT

*RST Setting

RBT
Requirements

Test Application Revision: A.04 and above.

Lab Application Revision: A.01 and above.

Lab Application Revision A.02 added AMR.

Programming Example

 
OUTPUT 714;"CALL:PAGing:SERVice AMR"
! Sets the paging service type to AMR voice.