diff options
author | laforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2006-10-22 14:05:53 +0000 |
---|---|---|
committer | laforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2006-10-22 14:05:53 +0000 |
commit | bf9b037645a5943e3ba0220be55f7f875445bd5a (patch) | |
tree | 56083023e677d9ffaedbaac1d847c742db9dff39 /doc | |
parent | 8045fdfb09c2e3b466f371b2ab64ff01f9f7aec1 (diff) |
some further gsmd/libgsmd work
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@96 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'doc')
-rw-r--r-- | doc/functions.txt | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/functions.txt b/doc/functions.txt new file mode 100644 index 0000000..638d216 --- /dev/null +++ b/doc/functions.txt @@ -0,0 +1,51 @@ +0. general + +commands +- power up/down phone +- operator selection +- get list of operators +- get operator name / id list +- get (and edit) preferred operator list +- get manufacturer/device/serial info +- get IMSI +- obtain network registration status + + +events +- some pin required +- network registration status +- time zone update + + +1. voice calls + +commands (request/response) +- dial outgoing call +- send dtmf digit (during call) +- hang up (incoming/outgoing) +- accept currently pending incoming call +- enable/disable clip +- enable/disable colp +- enable/disable clir +- call forwarding +- call deflection + +events +- incoming call +- clip +- colp +- call waiting +- + +2. SMS + +commands +- send outgoing message + +3. data calls + +TBD + +4. GPRS + +TBD |