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

Page 120

Advertising
background image

AXESSTEL Software User's Guide

Contents

; Primary CDMA Channels for A carrier and B carrier

; CDMA channels are NOT allowed to be 0 anymore

print "Programming Primary CDMA Channel"

nv_write pcdmach {0, 400, 400} ; A and B primary CDMA channels

nv_write pcdmach {1, 283, 384}

nv_write pcdmach {2, 283, 384}

nv_write pcdmach {3, 283, 384}

; Secondary CDMA Channel

print "Programming Secondary CDMA Channel"

nv_write scdmach {0, 201, 201} ; set only if secondary channels

; offered

nv_write scdmach {1, 691, 777}

nv_write scdmach {2, 691, 777}

nv_write scdmach {3, 691, 777}

; Primary PCN Channel

; PCN channels aren’t being restricted to non-zero.

; Setting these channels is only effective for the "old-style"

; system acquisition in PCS. They are replaced by the Preferred

; Roaming List in the new method.

;print "Programming Preferred Roaming List"

;pr_list_wr {0, "prl0.bin"}

;pr_list_wr {1, "prl1.bin"}

print "Programming Primary PCN Channel"

nv_write ppcnch {0, 177, 177} ; A and B primary PCN channels

nv_write ppcnch {1, 177, 177}

nv_write ppcnch {2, 177, 177}

nv_write ppcnch {3, 177, 177}

; Secondary PCN Channel

print "Programming Secondary PCN Channel"

nv_write spcnch {0, 177, 177} ; set only if secondary channels

; offered

nv_write spcnch {1, 177, 177}

nv_write spcnch {2, 177, 177}

nv_write spcnch {3, 177, 177}

; NAM Checksums must all be 0xffff

print "Programming NAM Checksums"

AXESSTEL Proprietary

120

Advertising