Axesstel software user's guide contents – Axesstel PST User Manual

Page 118

Advertising
background image

AXESSTEL Software User's Guide

Contents

; 2. Analog preferred serving system (System A or System B)

; 3. Analog Home SID (the SID of the preferred serving system)

; 4. Analog first paging channel (for system A or system B)

; 5. CDMA primary and secondary channels (including PCN, if in

; use)

; 6. CDMA SID/NID pairs (the SID of the preferred serving system)

; 7. MIN1 and MIN2 parameters.

;================================================================

print "Start Service Programming"

; Enter the Service Programming Code (factory defaulted to 000000)

; If you don’t have version 116 or later, this command will fail.

; This allows access to the SP items (both reading _and_ writing)

spc "000000"

; Put the DMSS in offline analog mode

mode offline-a

;openlog srv_prog.log ; Uncomment if you want a log

; Display the ESN and permanent physical station

; configuration parameters

nv_read esn

nv_read verno_maj

nv_read verno_min

nv_read scm

nv_read slot_cycle_index

nv_read mob_cai_rev

nv_read mob_firm_rev

nv_read mob_model

print "Hit any key to continue"

pause

; NAM parameters.

; Preferred serving system

print "Programming CDMA Preferred Server"

nv_write cdma_pref_serv {0, "b only"}

nv_write cdma_pref_serv {1, "b only"}

nv_write cdma_pref_serv {2, "b only"}

nv_write cdma_pref_serv {3, "b only"}

; Analog preferred serving system

AXESSTEL Proprietary

118

Advertising