513
Chapter 8, Programming The Call Processing Subsystem
Programming The AUTHENTICATION Screen
ESN
This field is used to enter the electronic serial number (ESN) of the mobile station
into the Test Set. There are two methods which can be used to enter the ESN. The
serial number can be captured by the Test Set through a registration order, or the
serial number can be entered as an 8-digit hexadecimal value directly into this
field.
To capture the electronic serial number through a registration , see
"Register" on
page 503
for further information.
To enter the serial number directly use the :ESNumber command.
The query form of the command (that is, :ESNumber?) can be used to determine
the current setting of the ESN field.
Syntax
:ESNumber <’><8 character hex value><’>
:ESNumber?
Example
OUTPUT 714;"CALLP:AMPS:AUTH:ESN ’12D4E678’"
OUTPUT 714:"CALLP:AMPS:AUTH:ESN?"
ENTER 714;Esn_val$
RAND_A
RAND_A is the 16 most significant bits of RAND and is entered as a 4-digit
hexadecimal value. The mobile station stores and uses the most recent version of
RAND_A in the authentication process. RAND_A is user definable.
The :RAND:A command is used to control this field.
The query form (that is, :RAND:A?) can be used to query the current field value.
Syntax
:RANDA
:RANDA?
Example
OUTPUT 714;"CALLP:AMPS:AUTH:RAND:A ‘4F5A’"
OUTPUT 714;"CALLP:AMPS:AUTH:RAND:A?"
ENTER 714;Rand_val$