[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, master, updated. milestone3-274-gd9a0e57

Michael 'Mickey' Lauer mickey at vanille-media.de
Tue Nov 11 17:09:22 UTC 2008


The following commit has been merged in the master branch:
commit a8d607e8c2172dc3685dcb797bc384c2761414ed
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Nov 2 16:05:57 2008 +0100

    docs: update calypso docs with some new (hard to believe) issues

diff --git a/docs/ogsmd/ti_calypso/modem b/docs/ogsmd/ti_calypso/modem
index c429472..d5c3be0 100644
--- a/docs/ogsmd/ti_calypso/modem
+++ b/docs/ogsmd/ti_calypso/modem
@@ -9,14 +9,14 @@
 
 * +CFUN=1 always "succeeds" even if it answers with ERROR (SIM PIN Required)
 
-* I always receive CME ERROR 32 on +COPS=? until CREG=1
+* I always receive CME ERROR 32 on +COPS=? until +CREG=1
 
 * +CREG=%d influences both the unsolicited response as well as the solicited response code
 
 * Phonebook indices start with 1 (not 0)
 
 * If SIM PIN not given, SIM file reading commands (phonebook, messagebook, crm) deliver the slightly misleading
-  * CMS error code 310 (=SIM NOT INSERTED), or (yes, that can happen as well, if the PHB is not ready yet)
+  * CMS ERROR 310 (=SIM NOT INSERTED), or (yes, that can happen as well, if the PHB is not ready yet)
   * OK (=empty response) :( Readyness of the PHB is available if CFUN=1 and SMS auth given
 
 * If SMS phone number available in messagebook, address name will be automatically inserted
@@ -24,15 +24,22 @@
 * +CIEV supports 'signal' and 'smsfull' and has to be explicitly enabled with:
   +CMER=2,0,0,1,0 and +CIND=5,1
 
-* +CBM Cell broadcasts only appear on the channel that issued +CNMI the last time.
+* +CBM Cell broadcasts only appear on the virtual channel that issued +CNMI the last time.
 
-* %CBHZ=1 needs to be issued otherwise the Calypso will swallow everything but the first CB
+* %CBHZ=1 needs to be issued, otherwise the Calypso will swallow everything but the first Cell Broadcast message.
+  * WARNING: %CBHZ=1 seems to have a very negative effect on power consumption and (believe it or not) voice quality :/
 
-* Cancelling certain commands (ATH for a start) will render a channel unusable. Calypso moves into
-  a Error 512 state in that case. You will have to restart the modem once this happens.
+* Cancelling certain commands (ATH for a start) will render a virtual channel unusable. Calypso moves into
+  a CMS ERROR 512 state in that case. You will have to restart the modem once this happens.
 
 * Shutting down an ongoing GPRS connection can take ages. Need to better interface with pppd here.
-  * We should issue ATH here (first check whether there is no call ongoing though)
+  * We should issue ATH here (first check whether there is no call ongoing though).
+
+* +CLIR is virtual channel-specific (yes, hard to believe), so you need to issue it on the same channel
+  where you issue ATD.
+
+* Deep Sleep Mode is broken. If you suffer from permament recamping (+CREG: 0, then +CREG: 1,...), then you
+  need to issue the (completely undocumented) command AT%SLEEP=2 (disable deep sleep). AT%SLEEP=4 enables deep sleep.
 
 === GSM standards violations ===
 
@@ -42,4 +49,3 @@
 
 * Too many to list here, please see http://wiki.openmoko.org
 
-

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list