21
S:\Hp8960\E1960A GSM Mobile Test Application\A.04 Release\Proguide\Chapters\prog_prog_guide_step2.fm
Step 2: Configure the Base Station Emulator (BSE)
Table Footnotes
1 The broadcast band setting becomes the selected (:SELected) band (see note 3).
2 Sets amplitude to <numeric value> and state to ON in one command.
3 Sets the BCH channel for the broadcast band selected with the broadcast band command (see note 1).
4 Can only be set when Cell Activated State = OFF.
See "Things That Can Go Wrong" on page 23.
5 Sets PCS mobile country code to <numeric value> and state to ON in one command.
6 Sets the BA table entries for the broadcast band selected with the broadcast band command (see note 1).
7 Setting Paging Mode to Normal causes the MS to use discontinuous reception (that is, DRX = ON).
Example 1. Programming Example:
The following program example illustrates proper use of the BSE BCH configuration commands. Not all
parameters are accessed. Note the use of the cell activated state command to set the network configuration
parameters.
!**********************************************************************
! Step 2: Configure Base Station Emulator (BSE)
!**********************************************************************
!
OUTPUT Test_set;”CALL:CELL:BAND PGSM”
OUTPUT Test_set;”CALL:PAG:MODE REOR” ! Sets discontinuous reception to OFF
OUTPUT Test_set;”CALL:ACT OFF”
OUTPUT Test_set;”CALL:CELL:MCC 1;LAC 1;MNC 1;NCC 1;BCC 5”
OUTPUT Test_set;”CALL:ACT ON”
OUTPUT Test_set;”CALL:BCH 20”
OUTPUT Test_set;”CALL:POW:SAMP -85”