Sei sulla pagina 1di 28

Gtran Wireless Inc.

2003-08-26

AT COMMAND REFERENCE

version : 1.0.5 Model Name : GPC-6420 (1xEV-DO)

Gtran Wireless Inc.

2003-08-26

Table of Contents
1. INTRODUCTION .............................................................................................................. 3
1.1 Purpose .........................................................................................................................3 1.2 References ....................................................................................................................3

2. AT COMMAND SYNTAX AND PROCEDURES........................................................... 4


2.1 2.2 2.3 2.4 2.5 Circuit Requirements for the Rm Interface ..................................................................4 Symbols and Abbreviations ..........................................................................................4 Command Line General Format ....................................................................................5 Extended Syntax Commands ........................................................................................5 Extended syntax response ...........................................................................................6 2.5.1 Basic Result Codes .............................................................................................7 2.5.2. Extended Cellular Result Codes ........................................................................8

3. MODEM BASIC AT COMMAND SET ........................................................................... 9


3.1 3.2 3.3 3.4 3.5 3.6 3.7 Basic AT Parameters....................................................................................................9 Basic S Registers ........................................................................................................10 Basic Action Commands .............................................................................................10 Extended AT Configuration Commands .....................................................................11 Facsimile Service Class 2.0 Commands.....................................................................13 CDMA AT Parameters ................................................................................................15 Cellular AT Command.................................................................................................18 3.7.1 Cellular Identification AT Command Extensions..............................................18 3.7.2 Cellular AT Command for Packet Data Services .............................................19 3.8 Qualcomm proprietary AT command Set ...................................................................19

4. VENDOR-SPECIFIC AT COMMAND SET .................................................................. 22


4.1 Extended AT Configuration Command .......................................................................22

Gtran Wireless Inc.

2003-08-26

1. INTRODUCTION
1.1 Purpose This document describes the AT command set supported by 1xEV Card. A very detailed description of the commands is beyond this paper. The specifications can be found from the referred documents that are needed for thorough understanding of the 1xEV Card capabilities. This document discusses the AT commands that are implemented in the DMSS software. Also, the following new AT commands are implemented to program Services and check status for the GTRAN 1xEV. 1.2 References Not all commands include detailed descriptions. commands are implemented to be compliant with industry standards and reference is often made to the following standards:
TIA/EIA-592

Asynchronous Facsimile DCE Control Standard, Service Class 2


TIA/EIA/IS-134

Amendments to TIA-592 to Support T.30-1993 (Facsimile protocol standard)


TIA/EIA/IS-707-A.3,

AT Command Processing and the Rm interface


TIA/EIA-615

Serial Asynchronous Automatic Dialing and Control Extended Command Syntax


TIA/EIA-602

Serial Asynchronous Automatic Dialing and Control

Gtran Wireless Inc.

2003-08-26

2. AT COMMAND SYNTAX AND PROCEDURES


2.1 Circuit Requirements for the Rm Interface The DCE shall support the circuits of EIA/TIA-232-E over the Rm reference point as described herein. The DCE may also support other physical layer interface over the Rm reference point. The DCE shall support the EIA/TIA-232-E circuits for each service as listed in Table 2. Ckt 102 103 104 106 107 108/2 109 125 133 Name AB BA BB CB CC CD CF CE CJ Description Signal Common Common ground reference for all circuits. Transmitted Data Used to transfer data from the DTE to the DCE. Received Data Used to transfer data from the DCE to the DTE. Clear to Send Used by the DCE to signal that the DTE may transmit data. DCE Ready Used by the DCE to signal that it is ready to send or receive data. DTE Ready Used by the DTE to signal that it is ready to send or receive data. Received Line Signal Detector Used by the DCE to indicate capability to transmit and receive data. Ring Indicator Used by the DCE to signal alerting. Ready for Receiving Used by the DTE to signal that it is ready to receive data from the DCE.

Table 2. EIA/TIA-232-E Circuits

2.2 Symbols and Abbreviations In the syntax descriptions in this Standard, the following characters have the indicated meanings: [] Square brackets are used to indicate that the enclosed items are optional. The square brackets themselves do not appear in the command line. <> Angle brackets are used to enclose the names of other syntactical elements. When those elements appear in an actual command line, the actual element is used and the angle brackets are omitted.

Gtran Wireless Inc.

2003-08-26

2.3 Command Line General Format A command line is made up of three elements: the prefix, the body, and the termination character. The command line prefix consists of the characters AT or at, or, to repeat the execution of the previous command line, the characters A/ or a/. The body is made up of individual commands as specified later in this Standard. Space characters are ignored and may be used freely for formatting purposes. The termination character may not appear in the body. The termination character may be selected by a user option (parameter S3), the default being CR (0x13). The DCE may echo characters received from the DTE during command state and online command state back to the DTE, depending on the setting of the Z command. If so enabled, characters received from the DTE are echoed at the same rate, parity, and format as received. Echoing characters not recognized as valid in the command line or of incomplete or improperly formed command line prefixes is manufacturer-specific. 2.4 Extended Syntax Commands There are two types of extended syntax commands: action commands and parameter commands. There are two general types of action commands: those that have associated subparameter values that affect only that invocation of the command, and those that have no subparameters. Action commands may be executed(to invoke a particular function of the equipment which generally involves more than the simple storage of a value for later use), or tested (to determine whether or not the equipment implements the action command, and, if subparameters are associated with the action, the ranges of subparameter values that are supported). The following Table 3 is action command Type and syntax.
Command Type Syntax and Description

Execute

Test

- The following syntax is used for actions that have no subparameters : +<name> - The following syntax is used for actions that have one subparameter : +<name> [=<value>] - The following syntax is used for actions that have two or more subparameters: +<name>[=<compound_value>] - The DTE may test if an action command is implemented in the DCE by using the syntax: +<name>=?

Table 3. Action command Types and syntax

Gtran Wireless Inc.

2003-08-26

Parameter commands may be set(to store a value or values for later use),read (to determine the current value or values stored), or tested (to determine whether or not the equipment implements the parameter, and the range of values supported). Parameters may be defined as read-only or read-write. read-only parameters are used to provide status or identifying information to the DTE, but are not settable by the DTE. read-write parameters may be set by the DTE, to store a value or values for later use. Read-Write parameters may be set, read, and tested. The following Table 4 is parameter command Type. Parameter Type Set Syntax and Description - The following syntax is used for parameters that accept a single value : +<name>= [<value>] - The following syntax is used for parameters that accept more than one value +<name>=[<compound_value>] - The DTE may determine the current value or values stored in a parameter by using the following syntax: +<name>? - The DTE may test if a parameter is implemented in the DCE, and determine the supported values, by using the syntax: +<name>=?

Read Test

Table 4. Parameter command Types and syntax

2.5 Extended syntax response Responses to extended commands may be information text, result codes, or both. Information responses consist of three parts: a header, text, and a trailer. The characters transmitted for the header are determined by a user setting. The trailer consists of two characters, being the character having the ordinal value of parameter S3 followed by the character having the ordinal value of parameter S4. Information text specified in this standard always consists of a single line; information text returned in response to manufacturer-specific commands may contain multiple lines, and the text may therefore include ASCII CR, LF, and other formatting characters to improve readability. The following Table 5 is extended syntax response syntax.

Gtran Wireless Inc.

2003-08-26

Description Extended syntax Result response When no values are to be reported the following: +<name> When a single value is to be reported the following: +<name>: <value> When multiple value are to be reported with the result code:
+<name>: <compound_value>

Information Text formats for test commands

- Range of values For example, +<name>: <(0)> +<name>: <(1,2,3)> +<name>: <(1-3)>

only the value 0 is supported The values 1,2 and 3 are supported The values 1 through 3 are supported

- Compound range of values For example, +<name>: <(0), (1-3), (0,4,6,8)> This indicates that the first subparameter accepts only the value 0, the second accepts any value from 1 through 3 inclusive, and the third subparameters accepts any of the values 0,4,6,8
Table 5. Extended syntax result code

2.5.1 Basic Result Codes Table 6 specifies the Basic Result codes to be supported for the CDMA data services. The ERROR result code shall be returned for all commands which do not comply with the syntax rules of 5.1 of EIA/TIA-615, or Section 5 of EIA/TIA-602. Result code
OK CONNECT RING NO CARRIER ERROR NO DIALTONE BUSY NO ANSWER
Table 6. Basic Result Codes

Numeric 0 1 2 3 4 6 7 8

Description Acknowledges execution of a command A connection has been established; the DCE is moving from command state to online data state Alerting signal received from network. The connection has been terminated or the attempt to establish a connection failed Command not recognized, command line maximum length exceeded, parameter value invalid, or other problem with processing the command line No dial tone detected within time-out period. Reorder (Busy signal) received. Five seconds of silence not detected after ring back when @ dial modifier is used.

Gtran Wireless Inc.

2003-08-26

2.5.2. Extended Cellular Result Codes


This Table 7 provides a numerical list of extended result codes that may be supported by the IWF. Not that some IWF systems will support all or any of these codes.

Result code RING ASYNC RING FAX RING PACKET NO SERVICE NO ASYNC SERVICE NO FAX SERVICE BAD REQUEST RETRY PAGE FAIL LINK FAIL RELEASE

Numeric 11 12 13 21 22 23 25 27 28 29 30

Description Indicates an incoming call. Indicates an incoming Fax call. Indicates an incoming packet data mode call. Origination was attempted while the mobile station was not able to monitor a CDMA Paging Channel. The base station rejected the async service option request. The base station rejected the fax service option request.
Intercept received after call origination.

Reorder received after call origination. Mobile station received a page but not an alert. Mobile station has declared a loss of the Traffic Channel. The call has been released.

Table 7. Extended Cellular Result Codes

Gtran Wireless Inc.

2003-08-26

3. MODEM BASIC AT COMMAND SET


3.1 Basic AT Parameters Table 8 specifies the basic AT parameters to be supported for the CDMA data services. Default settings are shown in bold. Parameter E0 E1 Q0 Q1 V0 V1 X1 X2 X3 X4 Z0 &C0 &C1 &D0 [&D1] &D2 T P &Fn Asyn &Fax Do not echo commands in command state or online R,M command state. Echo commands in command state or online R,M command state. Return result codes. R,M Do not return result codes. R,M Display result codes as numbers. R,M Display result codes as words. R,M Enable additional result code CONNECT<rate>. R,M Disable dial tone and busy detection. Enable additional result code CONNECT<rate> and R,M NO DIALTONE. Disable busy detection. Enable dial tone detection. Enable additional result code CONNECT<rate> and R,M BUSY. Enable busy detection. Disable dial tone detection. Enable additional result code CONNECT<rate>, R,M BUSY and NO DIALTONE. Enable busy and dial tone detection. Result to default configuration. R,L Circuit 109(CF) always ON. R,L Circuit 109(CF) ON in accordance with the specified R,L service. Ignore circuit 108/2(CD). R,L Enter online command stat following ON-to-OFF R,L transition of circuit 108/2. Enter command state following On to Off transition R,L of circuit 108/2. Select tone dialing. R,M Select pulse dialing. R,M Set to factory-defined configuration n. Effect is R,L implementation dependent. Description Packet O O R R R R N/A N/A N/A N/A R R R R R R N/A N/A O

Legend: R=Required, O=Optional, M=Remote AT Command, L=Local AT Command


Table 8. Basic AT Parameters

Gtran Wireless Inc.

2003-08-26

3.2 Basic S Registers Table 9 specifies the basic S Registers to be supported for the CDMA data services. Default settings are shown in bold. Register S0 S3 S4 S5 S6 S7 S8 [S9] S10 [S11] Value 0 [1 to 255] 13 10 8 2 to 10 2 1 to 255 [50] 0 to 255 2 0 to 255 6 1 to 254 [14] [255] 50-255 95 Description Disable automatic answering. [Enable automatic answering after (Value - 1) 6 seconds. Carriage Return character. Line Feed character. Backspace character. Pause before blind dialing. Number of seconds to establish end-to-end data connection. Number of seconds to pause when , is encountered in dial string. Carrier detect threshold in increments of 0.1 seconds. Number of tenths of a second from carrier loss to disconnect. [Disable carrier detect.] DTMF tone duration and spacing in milliseconds.

Table 9. Basic S-Register

3.3 Basic Action Commands Table 10 specifies the Basic Action Commands to be supported for the CDMA data services. Exceptions to EIA/TIA-602 are indicated in Table 9 by square brackets. Default settings are shown in bold. Command
A/ A
H0

Description Re-execute previous command Enter the online state. See service specific processing for further details. Causes the MT2 to transition from online command state to command state. Use of the digit 0 is optional (see EIA/TIA-602). Causes the MT2 to transition from online command state to online state. Use of the digit 0 is optional (see EIA/TIA-602).

O0

10

Gtran Wireless Inc.

2003-08-26

Command
D<dial string>

Description Causes the MT2 to transition from the command state to the online state. The <dial string> is optional. For circuit switched data services, the dial string may contain the following characters: Digits 0 to 9, *, #, A, B, C, and D. The dial string may contain the following dial modifiers: T P , W @ ! [$] ; Tone dialing [ignore] Pulse dialing [ignore] Pause during dialing Wait for dial tone Wait for quiet answer Hook flash Wait for billing tone (for credit-card calls) After dialing, the IWF enters the online command state and maintains the connection.

Table10. Basic Action Commands

3.4 Extended AT Configuration Commands Command +DR Description Data Compression Reporting. This extended-format numeric parameter controls whether or not the extended-format +DR: intermediate result code is transmitted from the IWF over the U m interface. Data Compression. This extended-format compound parameter controls the V.42bis data compression function on the PSTN link if provided in the IWF. Break Handling in Error Control Operation. This extended-format compound parameter is used to control the manner of V.42 operation on the PSTN link (if present in the IWF). This extended-format numeric parameter controls the use of the 32-bit frame check sequence option in V.42 on the PSTN link (if present in the IWF). Error Control Reporting. This extended-format numeric parameter controls whether or not the extended-format +ER: intermediate result code is transmitted from the IWF over the U m interface. Error Control Selection. This extended-format compound parameter is used to control the manner of operation of the V.42 protocol on the PSTN link (if present in the IWF). 131 This extended-format numeric parameter controls the use of the selective repeat (SREJ) option in V.42 on the PSTN link (if present in the IWF).
11

+DS +EB +EFCS +ER +ES +ESR

Gtran Wireless Inc.

2003-08-26

Command +ETBM +GCAP

Description This extended-format compound parameter controls the handling of data remaining in IWF buffers upon service termination. Get Capabilities. Reports the modems additional capabilities in one or more lines of text containing AT commands that the modem supports. This is used to determine if services the user needs (such as +CIS707, +MS, +ES, +DS, and +FCLASS) can be performed by the modem. Get Manufacturer. Reports the modems manufacturer. Get Model Number. Reports the modem model. Get Revision Reports the modem software version: revision level and date, followed by the version for the Preferred Roaming List (PRL) in use. Get ISO ID Reports the modems ISO system registration code (if any). The code provides a method of uniquely defining an object. Get ESN Reports the modems electronic serial number. TE2-MT2 Character Framing. This extended-format compound parameter is used to determine the local serial port start-stop (asynchronous) character framing that the MT2 shall use while accepting TE2 commands and while transmitting information text and result codes to the TE2, if this is not automatically determined (see +IPR). Flow Control (local host) The 1xEV Card modem defaults to use hardware flow control (RTS/CTS) for receive and transmit (+IFC=2,2). It is highly recommended to retain this setting. TE2-MT2 Local Rate Reporting. This extended-format numeric parameter controls whether or not the extended-format +ILPR:<rate> information text is transmitted from the MT2 to the TE2. Fixed R m Rate. This numeric extended-format parameter specifies the data rate at which the MT2 will accept commands, in addition to 1200 bit/s or 9600 bit/s (as required in EIA/TIA-602). It may be used to select operation at rates at which the MT2 is not capable of automatically detecting the data rate being used by the TE2.

+GMI +GMM +GMR

+GOI

+GSN +ICF

+IFC

+ILRR

+IPR

12

Gtran Wireless Inc.

2003-08-26

Command +MA

Description Modulation Automode Control. This extended-format compound parameter is a list of modulations that the base station may use to connect with the remote DCE in Automode operation, for answering or originating data calls, as additional alternatives to the modulation specified in the +MS command. Modulation Reporting Control. This extended-format numeric parameter controls whether or not the extended-format +MCR:<carrier> and +MRR:<rate> intermediate result codes are transmitted from the IWF to the mobile station. Modulation Selection. This extended-format compound parameter is used to control the manner of operation of the modulation capabilities in the IWF. V.18 Reporting Control. This extended-format numeric parameter controls whether or not the extended-format +MV18R: result code is transmitted from the IWF to the mobile station. V.18 Selection. This extended-format compound parameter is used to control the manner of operation of the V.18 capabilities (if present in the IWF).

+MR

+MS +MV18R +MV18S

Table 11.Extended AT Configuration Commands

3.5 Facsimile Service Class 2.0 Commands These commands are used to control Fax operation. Details of command parameters and operation can be found in the standards documents EIA/TIA-592 and EIA/TIA/IS-134. These commands are generally unavailable when +FCLASS=0. You must first set the modem in fax mode with +FCLASS=2.0. Command +FAA +FAP +FBO +FBS +FBU +FCLASS Reference EIA/TIA-592 TIA/EIA/IS134 EIA/TIA-592 EIA/TIA-592 EIA/TIA-592 TIA/EIA/IS134 Description Adaptive-answer parameter Addressing and polling capabilities parameter Phase-C data-bit-order parameter Buffer size parameter (read-only) HDLC-frame-reporting parameter Modem Operating State. Sets the modems data state. 0 Data (Default) Fax Class 2.0 (EIA/TIA-592) 2.0 Fax Class 1 is not supported in the modem. Copy Quality (Remote) Capability to Receive (Remote) All parameters (including optional ones) are supported.

+FCQ +FCR

EIA/TIA-592 EIA/TIA-592

13

Gtran Wireless Inc.

2003-08-26

Command +FCS +FCT +FEA +FCC

Reference EIA/TIA-592 EIA/TIA-592 EIA/TIA-592 EIA/TIA-592

Description Current Session Results (Remote) DCE Phase-C Timeout (Remote) EOL Alignment (Remote) Phase-C received end-of-line alignment. DCE Capabilities (Remote) Sets or reports the following sub-parameters in sequence: Parm Meaning Setting VR BR Vertical Resolution Bit Rate 0 0 2400 bps 1 4800 bps (Default) 2 7200 bps 3 9600 bps 0 0 0

WD LN DF EC BF

Page Width Page Length Data Compression Format

+FFC +FHS +FIE +FIS +FLI +FLO +FLP +FMI +FMM +FMR +FMS +FNR +FNS

EIA/TIA-592 EIA/TIA-592 EIA/TIA-592 EIA/TIA-592 EIA/TIA-592 EIA/TIA-592 EIA/TIA-592 EIA/TIA-592 EIA/TIA-592 EIA/TIA-592 EIA/TIA-592 EIA/TIA-592 EIA/TIA-592

Error Correction 0 Binary File 0 Transfer ST Scan Time / Line 0 Format Conversion (Remote) Call Termination Status (Remote) Procedure Interrupt Enable (Remote) Current Session Negotiation (Remote) This is set to +FCC settings when +FCC is changed and at the end of a fax call. Local ID String (Remote) Flow Control Select Indicate Document to Poll (Remote) Manufacturer (Remote) Reports IWF Fax Modem Manufacturer. Model (Remote) Reports IWF Fax Modem Model. Revision (Remote) Reports IWF Fax Modem software revision. Minimum Speed (Remote) Sets the minimum Phase-C speed. Negotiation Reporting (Remote) Non-standard Frame FIF (Remote)

14

Gtran Wireless Inc.

2003-08-26

Command +FPA +FPI +FPR +FPS +FPW +FRQ +FRY +FSA +FSP

Reference TIA/EIA/IS134 EIA/TIA-592 EIA/TIA-592 EIA/TIA-592 TIA/EIA/IS134 EIA/TIA-592 EIA/TIA-592 TIA/EIA/IS134 EIA/TIA-592

Description Selective Polling Address (Remote) Local Polling ID String (Remote) Serial Port Rate Control Page Status (Remote). Parameter values 4 and 5 may not be supported. Password (Remote) Receive Quality Threshold (Remote) All parameters (including optional ones) are supported. ECM Retry Value (Remote) Sub-address (Remote) Request to Poll (Remote) Fax Action Commands

+FDR +FDT +FIP +FKS

EIA/TIA-592 EIA/TIA-592 EIA/TIA-592 EIA/TIA-592

Receive Phase-C Data (Remote). Transmit Phase-C Data (Remote) Initialize Facsimile Parameters (Remote) Only the parameter 0 (zero) is supported. Terminates the current session.

Table 12. Facsimile Service Class 2.0 Commands

3.6 CDMA AT Parameters This section deals with commands used to configure either the 1xEV modem or the IWF modem. Command +CXT= <value> Description Cellular Extension. Do not pass unrecognized commands to the IWF. 0 1 When detecting an unrecognized AT command, open transport layer connection and pass unrecognized command to the IWF. Configuration String. The string (up to and including the termination character) will be stored by the MT2 and sent to the base station prior to dialing. Each transmission of an AT+CFG command from the TE2 replaces the contents of the previous string. The string may be up to 248 characters.

+CFG= <string>

15

Gtran Wireless Inc.

2003-08-26

Command +CAD?

Description Query Analog or Digital Service. Returns: if no service is available if CDMA Digital service available if TDMA Digital service available if Analog service is available values 4-255 reserved U m Interface Data Compression Reporting. This extended-format numeric parameter controls whether or not the extended-format +CDR: intermediate result code is transmitted by the MT2. U m Interface Data Compression. This extended-format compound parameter controls the V.42bis data compression function on the U m interface. The command format is the same as for the TIA/EIA/IS-131 +DS command. Set R m interface protocol. Asynchronous Data or Fax Packet data service, Relay Layer R m interface Packet data service, Network Layer R m interface, PPP 5-127 Reserved for future use 129 Mobile to Mobile 131 Packet data service. Quick Net Connect 135 Packet data service. IS-95B connect 150 Packet data service. Cdma 2000 1x connect Battery Charge. Read-only. Returns <BCS>,<BCL> BCS: 0 MT2 powered by battery, BCL = status 1 MT2 connected to external power 2 Battery status not available 3 Recognized power fault. Calls inhibited. BCL: 0-100 Remaining battery capacity is 0-100%. Command State Inactivity Timer. 0 1-255 Ignored Release call after 5x<value> seconds have elapsed without activity. The default <value> shall be 10, corresponding to 50 seconds. 0 1 2 0 1 2 3

+CDR

+CDS

+CRM=<value>

+CBC

+CQD =<value>

16

Gtran Wireless Inc.

2003-08-26

Command +CRC =<value> +CMIP? +CBIP? +CSS?

Description Cellular Result Codes 0 Disable Cellular Result Codes 1 Enable Cellular Result Codes Mobile Station IP Address. Read-only. Returns the mobile stations temporary IP address. Base Station IP Address. Read-only. Returns the base stations IP address. Serving System. Read-only. Returns: <Band_Class>,<Band>,<SID> Band_class: 0 The current band class is unsupported by this command. 1 800 MHz Cellular. 2 1900 MHz PCS. Band: A through F If the band is x, the mobile station is registered with an xband system under the band class specified in <Band_class>. Z The mobile station is not registered. SID: 0- 16383 The mobile station is registered with the system indicated. Query Received Signal Quality. Returns the Signal Quality Measure <SQM> and the Frame Error Rate <FER> as follows: Signal Quality Measure <SQM> 0-31 Signal Quality Measurement. 99 SQM is not known or is not detectable. Frame Error Rate <FER> 0 <0.01% 1 0.01% to less than 0.1% 2 0.1% to less than 0.5% 3 0.5% to less than 1.0% 4 1.0% to less than 2.0% 5 2.0% to less than 4.0% 6 4.0% to less than 8.0% 7 >=8.0% 99 <FER> is not known or is not detectable.

+CSQ?

17

Gtran Wireless Inc.

2003-08-26

Command +CMUX = <fwd>,<rev>

Description Select Multiplex Option <fwd> is the forward MUX option specified in hexadecimal format <rev> is the reverse MUX option specified in hexadecimal format Note: if <rev> is omitted, it is assumed to have the same value as <fwd> U m Interface Fax Compression. 0 No compression 1 V.42bis compression with parameters as set by the +CDS command 2 Modified Modified Read compression Hangup Voice 0 Hangup voice call 1-255 Reserved Dial command for voice calls. The format of <dial string> is identical to that for the ATD command. This command does not cause the MT2 to change to the online state.

+CFC=<value>

Cellular AT Command Extensions in Support of Voice Services +CHV<value> +CDV <dial string>

Table 13. CDMA AT Parameters

3.7 Cellular AT Command 3.7.1 Cellular Identification AT Command Extensions Command +CGCAP Description Get IWF Capabilities. IWFs conforming to this standard shall include the following items, as a minimum, in the result code for the +CGCAP command: +CIS707, +MS, +ES, +DS, +FCLASS Get IWF Manufacturer . (e.g., address, telephone number for customer service, etc.). Get IWF Model. Get IWF Revision. Get IWF ISO ID. This command causes the IWF to transmit one or more lines of information text, determined by the manufacturer, which is intended to permit the user of the IWF to identify the device, based on the ISO system for registering unique object identifiers. Get IWF ESN.

+CGMI +CGMM +CGMR +CGOI

+CGSN

Table 14 Cellular Identification AT command Extensions

18

Gtran Wireless Inc.

2003-08-26

3.7.2 Cellular AT Command for Packet Data Services Command +CTA= <value> Description Set/Read/Test U m packet data inactivity timer. 0 Traffic Channel not released during inactivity periods. 20-255 Release the Traffic Channel after <value> 1-second intervals have elapsed since last sending or receiving RLP data frames on the U m interface. Select the service option to be used for packet data service. Values shall be as specified in TSB58. Enables/disables packet call state reporting. 0 Disables call state reporting 1 Enables call state reporting Controls Traffic Channel state without affecting the IWF Link Layer connection. 0 Release Traffic Channel 1 Originate Traffic Channel Enables/disables packet call event reporting. 0 Disables call event reporting 1 Enables call event reporting

+CPS= <value> +CPSR= <value> +CPTC= <value> +CPER= <value>

Table 15. Cellular AT Command for packet data services

3.8 Qualcomm proprietary AT command Set This section provides the details for the Qualcomm Proprietary AT command set implementation for 1xEV Card. Command $QCDMG $QCQNC $QCMTOM= <number> Description Transition to Diagnostics Monitor operation. This command will return OK and then trasition the phone serial port to DM mode. Enable/Disable Quick Net Connect (QNC ) 0 Disable QNC capability 1 Enable QNC capability Originate Mobile-to-Mobile Packet Data call using QUALCOMM proprietary service Option number This command will Originate a Mobile-to-Mobile Packet data call using the QUALCOMM proprietary Service Option number 0x8003. <number> Phone number to dial Dump RLP protocol statistics Reset RLP protocol statistics

$QCRLPD $QCRLPR

19

Gtran Wireless Inc.

2003-08-26

Command $QCPPPD $QCPPPR $QCIPD $QCIPR $QCUDPD $QCUDPR $QCTCPD $QCTCPR $QCSO

Description Dump PPP protocol statistics Reset PPP protocol statistics Dump IP protocol statistics Reset IP protocol statistics Dump UDP protocol statistics Reset UDP protocol statistics Dump TCP protocol statistics Reset TCP protocol statistics Set data service Option number set pre-707 SO numbers 0 RS1 4 Async 5 G3 Fax 7 Packet RS2 12 Async 13 G3 Fax 15 Packet 1 Proprietary SO numbers RS1 4 Async 5 G3 Fax 7 Packet RS2 0x8021 Async 0x8022 G3 Fax 0x8020 Packet 2 IS-707 SO numbers RS1 0x1004 Async 0x1005 G3 Fax 0x1007 Packet RS2 12 Async 13 G3 Fax 15 Packet This command clear the mobile Error log. This command provides a means to answer an incoming voice call via an AT command Enable/Disable Automatic Packet detection after a Dial command 0 Disable Packet No Dial If a PPP packet is received by the mobile without a just prior dial command, then the mobile will originate a Packet data call. 1 Enable Packet No Dial Reception of a PPP packet without a just prior dial command will NOT Originate a PPP packet call.

$QCCLR $QCCAV $QCPKND

20

Gtran Wireless Inc.

2003-08-26

Command $QCVAD

Description Pre-arrangement setting; respond to Page message that has a Voice service option with a Page response that has a Data service option. 0 Off 1 Fax for next call 2 Fax for all calls 3 Async for next call 4 Async for all calls Set DM baud rate ( 19200, 38400, 57600, 115200) Set Medium Data Rate setting. 0 MDR Service Only. 1 MDR Service if available. 2 LSPD(Low Speed Packet) only.

$QCDMR $QCMDR

21

Gtran Wireless Inc.

2003-08-26

4. VENDOR-SPECIFIC AT COMMAND SET


4.1 Extended AT Configuration Command The following new AT commands are implemented to program services and check status for the 1xEV card. Command +GTMIN= min Type Description

+GTNAM= <n>

+GTIME

R/W If it commands AT+GTMIN?, return MIN1 and MIN2 Number for default NAM. If it is commands AT+GTMIN=min, save MIN1, MIN2 for selected NAM value and ACCOLC in NV memory. Default Nam value is 0. <min> string to display MIN1 number and MIN2 number. MIN1 number length is 7 or 8 digits and MIN2 number length is 3 digits. But The MIN1 number saved in NV Memory is 7 digits. Change the phones NAM parameter value and Save it in NV R memory. NOTE! This command fails when trying to change the NAM to illegal selection. <n> selected phone's NAM. This range is 0 4. Return time received from GPS. R This time calculates local time based on the system time, leap seconds, local time offset and daylight savings time and converts a specified number of elapsed seconds since the base date to its equivalent Julian date and time. Response: +GTIME: <20010103174950> 2001 Year [1980..2100] 01 Month of year [1..12] 03 Day of month [1..31] or day of year [1..366] 17 Hour of day [0..23] 49 Minute of hour [0..59] 50 Second of minute [0..59] Password to use DM or User Invalid menu, determined by the manufacturer. The password length is 6

+GTCODE= ******

22

Gtran Wireless Inc.

2003-08-26

Command +GTUSET?

Type R

Description Return total used times and times used during the this month and the last month. The used total time is accumulated until this command is reset. Response: +GTUSET:<total_time>,<this_mon>,<last_mon>

+GTRES= <time >

<total_time> total used time <this_mon> used time during this month <last_mon> used time during last month R/W Reset the total used time and the used time during this month and last month. Reset total used time, time used during this month and time used during last month. R/W Read or Re-set accumulated send and receivers packet. Send and receivers byte, which is from starting call point to ending point, divided by 512 then added accumulated packet. If this value want to re-set, then it set to +GTBYTE=0,0 Response: +GTBYTE=<rx>,<tx> <rx> <tx> accumulated receivers packet This range is 0-232 Accumulated sends packet. This range is 0-232 <time > 1

+GTBYTE? or +GTBYTE= 0,0

+GTFERR= <0> or +GTFERR

Return the Info. about ERR_FATAL Message and ERR R/W Message from NV memory. If +GTFERR=0, then this mean to delete all Error log. Response: +GTFERR: <idx>,<type>,<file_name>,<line>,<err_cnt> <idx> Error index. This Range is 0 19 <type> Error message or Error Fatal message <file_name> File name occurred ERR message or ERR_FATAL message <line> Line of file occurred ERR or ERR_FATAL message. <err_cnt> number of occurred error

23

Gtran Wireless Inc.

2003-08-26

Command +GTDM (CDMA Mode)

Type R

Description Return the information about Card on the CDMA network. Response: +GTDM: <flag><swv><flag><com_date><flag><com_time> <flag><scm><flag><mcr><flag><model> <flag><firm_rev><flag><sci><flag><dem_id> <flag><dec_id><flag><int_id><flag><esn> <flag><cfc><flag><cc><flag><pn_offset> <flag><sid><flag><nid><flag><bs_p_rev> <flag><pos><flag><rx_agc><flag><tx_agc> <flag><tx_ga><flag><ps><flag><g_sleep_state> <flag><pn_array><flag><sch_cnt> Parameter Size Description (byte) <flag> 1 Flag for identify the each parameter (1) <swv> 8 Software version <com_date> 11 Compiled Date <com_time> 8 Compiled time. <scm> 1 Station Class Mark <mcr> 1 Mobile CAI Revision <model> 1 Mobile Model <firm_rev> 2 Firmware Revision <sci> 1 Slot Cycle Index <dem_id> 2 Demodulator ID <dec_id> 1 Decoder ID <int_id> 2 Interleaver ID <esn> 4 ESN <cfc> 2 Center Frequency Channel <cc> 1 Code Channel <pn_offset> 2 PN Offset. This range is 0-511 <sid> 2 System ID <nid> 2 Network ID <bs_p_rev> 1 BS Protocol Revision <pos> 1 Phone Operation State <rx_agc> 1 Rx Automatic Gain Control This range is (128) 127. <tx_agc> 2 This range is 0 1023.
<tx_ga> 1 Tx Gain Adjust

<ps> <g_sleep_state> <pn_array> <sch_cnt>

2 4 6 1

Pilot Strength (Ec/Io) Current sleep signal PN Offset( three array). Number of SCH

24

Gtran Wireless Inc.

2003-08-26

+GTDM (HDR Mode)

Return the information about Card on the HDR network. Response: +GTDM: <flag><swv><flag><com_date><flag><com_time> <flag><scm><flag><mcr><flag><model> <flag><firm_rev><flag><sci><flag><dem_id> <flag><dec_id><flag><int_id><flag><esn> <flag><cfc><flag>><bs_p_rev><flag><pn_offset> <flag><uati_state><flag><sess_state> <flag><at_state><flag><sub_mask> <flag><color_code><flag><sector_id> <flag><rx_agc><flag><tx_agc> <flag><tx_ga><flag><ps><flag><g_sleep_state> <flag><pn_array><flag><hdr_con> Parameter <flag> <swv> <com_date> <com_time> <scm> <mcr> <model> <firm_rev> <sci> <dem_id> <dec_id> <int_id> <esn> <cfc> <bs_p_rev> <pn_offset> <uati_state> Size Description (byte) 1 Flag for identify the each parameter (2) 8 Software version 11 Compiled Date 8 Compiled time. 1 Station Class Mark 1 Mobile CAI Revision 1 Mobile Model (95) 2 Firmware Revision 1 Slot Cycle Index 2 Demodulator ID 1 Decoder ID 2 Interleaver ID 4 ESN 2 Center Frequency Channel 1 BS Protocol Revision 2 PN Offset. This range is 0-511 16 UATI state Display Example> 0000:0000:0000:0015 0004:0004:0A00:0958 1 Sesstion state 0 Inactive State 1 AMP Setup State 2 AT initiated State 3 AN initiated State 4 Open state

<sess_state>

25

Gtran Wireless Inc.

2003-08-26

+GTDM (HDR Mode)

<at_state>

<sub_mask> <color_code> <sector_id>

1 1 16

<rx_agc> <tx_agc>
<tx_ga>

1 2
1

AT State 0 Inactive State 1 Acquisition 2 Sync 3 Idle 4 Access 5 Connected Subnet mask Color code Sector ID Display Example> 0000:0000:0000:0000 0000:0000:0000:0000 Rx Automatic Gain Control This range is (128) 127. This range is 0 1023.
Tx Gain Adjust

+GTSTAT = <1/0>

Pilot Strength (Ec/Io) Current sleep signal PN Offset( three array). HDR CONNECTION available or unavailable 0 available 1 unavailable R/W Check and report the RSSI, service ability, status of SMS, status of Roaming, Service Option and Status of connection.. Default value is zero. When MT2 in this state it does not notify any internal state changes to the application. But, In initial time the application program can send +GTSTAT=1 command to MT2 then MT2 response +GTSTAT:<rssi>,<sa>,<sms_cnt>,< roam>,<so>,<con>, <hdr_state> message to the application. After that if there is any changes in parameter values, MT2 will give notification to the application. Response: +GTSTAT: <rssi>,<sa>,<sms_cnt>,<roam>,<so>,<con>, <hdr_state> <rssi> 125 SQM(Signal Quality Measure) is not known or is not detectable. N<125 RSSI value <sa> Service ability 0 No service 1 Service available 2 Maintenance Required

<ps> <g_sleep_state> <pn_array> <hdr_con>

2 4 6 1

26

Gtran Wireless Inc.

2003-08-26

<sms_cnt> 0-30 101-130 51-81 151-180 255

Number of new SMS Number of new SMS with duplicated message. Number of new SMS = <sms_cnt> -100 Number of new SMS with new voice message Number of new SMS with new voice message and duplicated message A new message was rejected because the memory is full.

$GTCDT<so>

<roam> 0 ROAM_OFF 1 ROAM_ON 2 ROAM_BLINK <so> connected Service option 0 Not connect 1 IS-95A 2 IS-95B 3 CDMA 2000 1x 4 HDR ( 1xEV ) <con> Status of Connection 0 Not Connect 1 Dormant 2 Connected <hdr_state> Whether the current state is enable to connect to HDR system or not 0 HDR_CONNECT_INACTIVE (CDMA mode) 1 HDR_CONNECT_INACTIVE ( EV-DO mode or HYBRID mode) 2 HDR_CONNECT_ACTIVE To dial test call <so> 2 9 32770 32798 32799 32776 32 loop back 8k loop back 13k Markov 8k(old) Markov 8k Markov 13k STDSO TDSO

Result : OK - call success ERROR - decimal SO value out of range

27

Gtran Wireless Inc.

2003-08-26

+GTHYBM =<arg>

+GTCSESS

R/W Set hybrid preference mode <arg> 0 CDMA only 1 HDR only 2 CDMA+HDR Clear Session information. E

Table 16. Extended AT Configuration Command

28

Potrebbero piacerti anche