Changeset 3293


Ignore:
Timestamp:
10/27/07 13:42:07 (6 years ago)
Author:
andrew
Message:

More TI Calypso AT commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/host/qemu-neo1973/openmoko/neo1973.xml

    r3292 r3293  
    3636 
    3737    <!-- Signal Quality --> 
    38     <set name="SQ" value="32,99"/> 
     38    <set name="SQ" value="31,99"/> 
    3939 
    4040    <!-- Manufacturer --> 
     
    4848 
    4949    <!-- Serial number --> 
    50     <set name="GSN" value="1234567890"/> 
     50    <set name="GSN" value="354651010000000"/> 
    5151 
    5252    <!-- SIM card id --> 
    53     <set name="IMI" value="354651010000000"/> 
     53    <set name="IMI" value="262074992516579"/> 
    5454 
    5555    <!-- Identifier for ATI command --> 
     
    145145    <!-- Calling line identification restriction flag --> 
    146146    <set name="LIR" value="0"/> 
    147     <set name="LIR_STATUS" value="3"/> 
     147    <set name="LIR_STATUS" value="2"/> 
    148148 
    149149    <!-- Originating line identification presentation flag --> 
     
    208208    <!-- Name of the PIN that is required (eg. "PIN") --> 
    209209    <!-- For the moment DON'T set a pinname here. We don't want a PIN shipped with the release --> 
     210    <!-- Neo: SIM PIN --> 
    210211    <!-- READY: PIN/PUK not required; SIM PIN: PIN required; SIM PUK: PUK REQUIRED --> 
    211212    <set name="PINNAME" value="READY"/> 
     
    242243    <set name="CBDCSS" value="3,4"/> 
    243244 
     245    <!-- Sidetone Level --> 
     246    <set name="ST" value="-5"/> 
     247 
    244248<!-- Broadcast a cell location --> 
    245249 
     
    310314    <!-- Get serial number --> 
    311315    <command>AT+CGSN</command> 
    312     <response>${GSN}\nOK</response> 
     316    <response>IMEI: ${GSN}\nOK</response> 
    313317</chat> 
    314318 
     
    322326    <!-- Get serial number, V.25ter version --> 
    323327    <command>AT+GSN</command> 
    324     <response>${GSN}\nOK</response> 
     328    <response>IMEI: ${GSN}\nOK</response> 
    325329</chat> 
    326330 
     
    359363    <!-- Query current wireless network (GSM = 12) --> 
    360364    <command>AT+WS46?</command> 
    361     <response>12\nOK</response> 
     365    <response>+WS46: 12\nOK</response> 
    362366</chat> 
    363367 
     
    365369    <!-- Query all supported wireless network types --> 
    366370    <command>AT+WS46=?</command> 
    367     <response>(12)\nOK</response> 
     371    <response>+WS46: (12)\nOK</response> 
    368372</chat> 
    369373 
     
    379383    <!-- Query current type of address (local = 129, international = 145) --> 
    380384    <command>AT+CSTA?</command> 
    381     <response>${STA}\nOK</response> 
     385    <response>+CSTA: ${STA}\nOK</response> 
    382386</chat> 
    383387 
     
    385389    <!-- Query supported address types --> 
    386390    <command>AT+CSTA=?</command> 
    387     <response>(129, 145)\nOK</response> 
     391    <response>+CSTA: (129,145)\nOK</response> 
    388392</chat> 
    389393 
     
    845849    <response>+CGREG: ${GREG},0\nOK</response> 
    846850</chat> 
    847  
    848851<chat> 
    849852    <!-- Query GPRS network registration result code presentation types --> 
     
    851854    <response>+CGREG: (0-2)\nOK</response> 
    852855</chat> 
    853  
    854856<chat> 
    855857    <!-- Set GPRS network registration result code presentation --> 
    856858    <command>AT+CGREG=*</command> 
     859    <response>OK</response> 
     860    <set name="GREG" value="*"/> 
     861</chat> 
     862<chat> 
     863    <!-- Query GPRS network registration result code presentation --> 
     864    <command>AT%CGREG?</command> 
     865    <response>%CGREG: ${GREG},0\nOK</response> 
     866</chat> 
     867<chat> 
     868    <!-- Query GPRS network registration result code presentation types --> 
     869    <command>AT%CGREG=?</command> 
     870    <response>%CGREG: (0-3)\nOK</response> 
     871</chat> 
     872<chat> 
     873    <!-- Set GPRS network registration result code presentation --> 
     874    <command>AT%CGREG=*</command> 
    857875    <response>OK</response> 
    858876    <set name="GREG" value="*"/> 
     
    10531071    <!-- Query available facility locks --> 
    10541072    <command>AT+CLCK=?</command> 
    1055     <response>+CLCK: PS(8),SC(8)\nOK</response> 
     1073    <response>+CLCK: ("SC","AO","OI","OX","AI","IR","AB","AG","AC","FD","PS","PN","PU","PP","PC","PF","AL")\nOK</response> 
    10561074</chat> 
    10571075 
     
    15801598    <!-- Query supported unstructured supplementary presentation modes --> 
    15811599    <command>AT+CUSD=?</command> 
    1582     <response>+CUSD: (0,1)\nOK</response> 
     1600    <response>+CUSD: (0,1,2)\nOK</response> 
    15831601</chat> 
    15841602 
     
    17721790 
    17731791<chat> 
    1774     <!-- Query signal quality (default reported as "not detectable") --> 
     1792    <!-- Query signal quality --> 
    17751793    <command>AT+CSQ</command> 
    17761794    <response>+CSQ: ${SQ}\nOK</response> 
    17771795</chat> 
    1778  
    17791796<chat> 
    17801797    <!-- Query supported signal quality values --> 
    17811798    <command>AT+CSQ=?</command> 
    1782     <response>+CSQ: (0-31,99),(0-7,99)\nOK</response> 
     1799    <response>+CSQ: (2-31,99),(99),(99)\nOK</response> 
     1800</chat> 
     1801<chat> 
     1802    <!-- Query signal quality --> 
     1803    <command>AT%CSQ?</command> 
     1804    <response>%CSQ: 31, 99, 0\nOK</response> 
     1805</chat> 
     1806<chat> 
     1807    <!-- Query supported signal quality values --> 
     1808    <command>AT%CSQ=?</command> 
     1809    <response>%CSQ: (99), (99), 0-4\nOK</response> 
    17831810</chat> 
    17841811 
     
    18161843<chat> 
    18171844    <!-- Indicator control (ignored in this version) --> 
     1845    <command>AT+CIND?</command> 
     1846    <response>+CIND: 0,0\nOK</response> 
     1847</chat> 
     1848<chat> 
     1849    <command>AT+CIND=?</command> 
     1850    <response>+CIND: ("signal", (0-5)), ("smsfull", (0-1))\nOK</response> 
     1851</chat> 
     1852<chat> 
    18181853    <command>AT+CIND*</command> 
    18191854    <response>OK</response> 
     
    18291864    <!-- Query supported mobile equipment event reporting modes --> 
    18301865    <command>AT+CMER=?</command> 
    1831     <response>+CMER: (0-3),(0-2),(0-2),(0-2),(0-1)\nOK</response> 
     1866    <response>+CMER: (0-2), (0), (0), (0-2), (0,1)\nOK</response> 
    18321867</chat> 
    18331868 
     
    22162251 
    22172252<chat> 
    2218     <!-- Modem identifier --> 
     2253    <!-- Modem identifier (not supported? o_0 ) --> 
    22192254    <command>ATI</command> 
    2220     <response>${ID}\nOK</response> 
     2255    <response>ERROR</response> 
    22212256</chat> 
    22222257 
     
    22462281 
    22472282<chat> 
    2248     <!-- Country of installation --> 
    2249     <command>AT+GCI</command> 
    2250     <response>Warsaw\nOK</response> 
    2251 </chat> 
    2252  
    2253 <chat> 
    2254     <!-- Global object identification (ignored) --> 
    2255     <command>AT+GOI</command> 
    2256     <response>OK</response> 
    2257 </chat> 
    2258  
    2259 <chat> 
    22602283    <!-- Character framing (ignored) --> 
    22612284    <command>AT+ICF*</command> 
     
    23142337<chat> 
    23152338    <command>AT%CPI=?</command> 
    2316     <response>%CPI: (0-3)\nOK</response> 
     2339    <response>%CPI: (0-4)\nOK</response> 
    23172340</chat> 
    23182341<chat> 
     
    23242347    <response>OK</response> 
    23252348    <set name="CPI" value="*"/> 
     2349</chat> 
     2350 
     2351<chat> 
     2352    <command>AT%CPINF=?</command> 
     2353    <response>OK</response> 
     2354</chat> 
     2355 
     2356<chat> 
     2357    <command>AT%CGMM=?</command> 
     2358    <response>%CGMM: (0,1),(0,1)\nOK</response> 
     2359</chat> 
     2360 
     2361<chat> 
     2362    <command>AT%ALS</command> 
     2363    <response>ERROR</response> 
     2364</chat> 
     2365<chat> 
     2366    <command>AT%ALS?</command> 
     2367    <response>%ALS: 0\nOK</response> 
     2368</chat> 
     2369<chat> 
     2370    <command>AT%ALS=?</command> 
     2371    <response>%ALS: (0)\nOK</response> 
     2372</chat> 
     2373<chat> 
     2374    <command>AT%ALS=0</command> 
     2375    <response>OK</response> 
     2376</chat> 
     2377<chat> 
     2378    <command>AT%ALS=*</command> 
     2379    <response>ERROR</response> 
     2380</chat> 
     2381 
     2382<chat> 
     2383    <command>AT%ATR</command> 
     2384    <response>ERROR</response> 
     2385</chat> 
     2386<chat> 
     2387    <command>AT%ATR?</command> 
     2388    <response>%ATR: FFFF\nOK</response> 
     2389</chat> 
     2390<chat> 
     2391    <command>AT%ATR=?</command> 
     2392    <response>OK</response> 
     2393</chat> 
     2394<chat> 
     2395    <command>AT%ATR=*</command> 
     2396    <response>ERROR</response> 
     2397</chat> 
     2398 
     2399<chat> 
     2400    <command>AT%A*</command> 
     2401    <response>EXT: I 
     2402ADC 0 = e19, ADC 1 = 0, ADC 2 = d, ADC 3 = 6ea, ADC 4 = a25, ADC 5 = 9fc, ADC 6 = 96d, ADC 7 = 0, ADC 8 = 6 
     2403OK</response> 
     2404</chat> 
     2405 
     2406<chat> 
     2407    <command>AT%NRG?</command> 
     2408    <response>%NRG: 0,0,,2\nOK</response> 
     2409</chat> 
     2410 
     2411<!-- Engineering Mode --> 
     2412<chat> 
     2413    <command>AT%EM=?</command> 
     2414    <response>%EM: (2-3),(1-13)\nOK</response> 
     2415</chat> 
     2416 
     2417<chat> 
     2418    <command>AT%STDR</command> 
     2419    <response>%STDR: 6\nOK</response> 
     2420</chat> 
     2421<chat> 
     2422    <command>AT%STDR=?</command> 
     2423    <response>OK</response> 
     2424</chat> 
     2425 
     2426<chat> 
     2427    <command>AT%DATA?</command> 
     2428    <response>%DATA: 0,,0,0,,,0,0,0\nOK</response> 
     2429</chat> 
     2430<chat> 
     2431    <command>AT%DATA=?</command> 
     2432    <response>%DATA: (0,1,2)\nOK</response> 
     2433</chat> 
     2434 
     2435<chat> 
     2436    <command>AT%DINF=0</command> 
     2437    <response>%DINF:"UART",0,0,"CMD,SER","CMD",0\nOK</response> 
     2438</chat> 
     2439<chat> 
     2440    <command>AT%DINF=1</command> 
     2441    <response>%DINF:"UART",0,0,"CMD,SER","CMD",0\nOK</response> 
     2442</chat> 
     2443<chat> 
     2444    <command>AT%DINF=?</command> 
     2445    <response>%DINF: (0,1)\nOK</response> 
     2446</chat> 
     2447 
     2448<chat> 
     2449    <command>AT%PVRF?</command> 
     2450    <response>%PVRF: -1, -1, -1, -1, -1, -1\nOK</response> 
     2451</chat> 
     2452<chat> 
     2453    <command>AT%PVRF=?</command> 
     2454    <response>%PVRF: (0-2)\nOK</response> 
     2455</chat> 
     2456 
     2457<chat> 
     2458    <command>AT%CSSD?</command> 
     2459    <response>%CSSD: 255\nOK</response> 
     2460</chat> 
     2461<chat> 
     2462    <command>AT%CSSD=?</command> 
     2463    <response>\nOK</response> 
     2464</chat> 
     2465 
     2466<chat> 
     2467    <command>AT%EFRSLT=?</command> 
     2468    <response>%EFRSLT: (0-1)\nOK</response> 
     2469</chat> 
     2470<chat> 
     2471    <command>AT%EFRSLT=0</command> 
     2472    <response>OK</response> 
     2473</chat> 
     2474<chat> 
     2475    <command>AT%EFRSLT=1</command> 
     2476    <response>OK</response> 
     2477</chat> 
     2478 
     2479<!-- Firmware component versions --> 
     2480<chat> 
     2481    <command>AT%VER*</command> 
     2482    <response>%VER: aci sean non_clearcase   15:11:24 17/04/07 
     2483%VER: cc a086 ** NONE **      10:16:39 28/03/07 
     2484%VER: dl a086 ** NONE **      10:17:34 28/03/07 
     2485%VER: mm a086 ** NONE **      10:23:09 28/03/07 
     2486%VER: rr a086 ** NONE **      10:25:37 28/03/07 
     2487%VER: sim a086 ** NONE **      10:26:45 28/03/07 
     2488%VER: sms a086 ** NONE **      10:27:21 28/03/07 
     2489%VER: ss a086 ** NONE **      10:28:52 28/03/07 
     2490%VER: alr a086 ** NONE **      10:15:48 28/03/07 
     2491%VER: l2r a086 ** NONE **      10:21:37 28/03/07 
     2492%VER: ra a086 ** NONE **      10:25:01 28/03/07 
     2493%VER: rlp a086 ** NONE **      10:25:12 28/03/07 
     2494%VER: fad a086 ** NONE **      10:18:09 28/03/07 
     2495%VER: t30 a086 ** NONE **      10:29:01 28/03/07 
     2496OK</reponse> 
     2497</chat> 
     2498 
     2499<!-- Sidetone Level --> 
     2500<chat> 
     2501    <command>AT@ST?</command> 
     2502    <response>+ST: ${ST}\nOK</response> 
     2503</chat> 
     2504<chat> 
     2505    <command>AT@ST=?</command> 
     2506    <response>+ST: (-26,-23,-20,-17,-14,-11,-8,-5,-2,1)\nOK</response> 
     2507</chat> 
     2508<chat> 
     2509    <command>AT@ST="*"</command> 
     2510    <response>OK</response> 
     2511    <set name="ST" value="*"/> 
     2512</chat> 
     2513 
     2514<!-- Audio Table Load --> 
     2515<chat> 
     2516    <command>AT@AUL?</command> 
     2517    <response>@AUL:\nOK</response> 
     2518</chat> 
     2519<chat> 
     2520    <command>AT@AUL=?</command> 
     2521    <response>@AUL: (0)\nOK</response> 
     2522</chat> 
     2523<chat> 
     2524    <command>AT@AUL="0"</command> 
     2525    <response>OK</response> 
     2526</chat> 
     2527 
     2528<!-- Power off --> 
     2529<chat> 
     2530    <command>AT@POFF</command> 
     2531    <response>ERROR</response> 
    23262532</chat> 
    23272533 
     
    26672873+GMM 
    26682874+GMR 
    2669 +GOI 
    26702875+GSN 
    26712876+ICF 
Note: See TracChangeset for help on using the changeset viewer.