Specifications
© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
32
Command Reference
8 Command Reference
Each command is entered as:
cmd <command> <parameters>
Use a space between all parameters (no commas or other characters).
Use cmd save to save modified values to non-volatile memory.
8.1.1 “A” Commands
agpspde
This command is used to configure Assisted GPS (A-GPS) parameters on supported wireless data
cards/modules.
The cellular device chipset contains a GPS receiver. Position Determine Equipment (PDE) assists the
cellular device to speed up satellite acquisition, the PDE sends satellite almanac and ephemeris
information to the device.
Currently this feature only works on later model Sierra Wireless data devices that support A-GPS
(USB598, USB597). When a later model Sierra Wireless data device is used with a modem configured in
half bridge mode, A-GPS support is not available and must be disabled.
cmd agpspde ip port tm pc pl nl
where:
ip ip address for location processing (Range: 0.0.0.0 to 255.255.255.255)
port port id for location processing (Range: 0 to 65535)
tm transportation mechanism (Range: 0 to 1) 0 - TCP/IP(default), 1 - Data Burst
pc position calculation type, fix type (Range: 1 to 6) 1 - Standalone, 2 - MS-based only, 3 - MS-assisted
only = A-GPS Only(default), 4 - Optimum speed, 5 - Optimum accuracy, 6 - Optimum data
pl privacy level for location processing (Range: 0 to 2) 0 - low(default), 1 - medium, 2 - high
nl network access level for location processing (Range: 0 to 3) 0 - network access only, 1 - no network
access, 2 - network access with demodulation(default),3 - network access without demodulation
Examples:
1. Set A-GPS parameters:
cmd agpspde 124.105.114.86 5412 0 3 0 2
2. Disable A-GPS feature:
cmd agpspde 0.0.0.0 0 0 1 0 1