diff options
| author | Denis Kenzior <denkenz@gmail.com> | 2010-10-28 10:37:27 -0500 |
|---|---|---|
| committer | Denis Kenzior <denkenz@gmail.com> | 2010-10-28 10:37:27 -0500 |
| commit | fedfcb3274b41cb27f3a5e2afb11f363a0e65ea7 (patch) | |
| tree | e7932e065ca0509f1e9c4c0501a2d7306013a6b1 | |
| parent | 5c6144f359b0299acf1ea59b7c00e035cd126ecc (diff) | |
| download | ofono-fedfcb3274b41cb27f3a5e2afb11f363a0e65ea7.tar.bz2 | |
TODO: Mark Send SS task as done
| -rw-r--r-- | TODO | 6 | ||||
| -rw-r--r-- | doc/features.txt | 12 |
2 files changed, 12 insertions, 6 deletions
@@ -360,12 +360,6 @@ Sim Toolkit Complexity: C2 Owner: Andrzej Zaborowski <andrew.zaborowski@intel.com> -- Support Send SS proactive command. - - Priority: High - Complexity: C4 - Owner: Yang Gu <yang.gu@intel.com> - - Support Send USSD proactive command. Priority: High diff --git a/doc/features.txt b/doc/features.txt index d6365a2e..c1755721 100644 --- a/doc/features.txt +++ b/doc/features.txt @@ -111,6 +111,18 @@ Envelopes: CBS-PP Download envelope. No user interaction is required or signaled whenever this occurs. +The following commands are expected to be handled by the modem: + +- Send SS proactive command. oFono does not explicitly support this proactive + command since AT modems do not provide the low level information necessary + for oFono to generate a valid response. The modem (or driver) shall handle + this command. Optionally the modem (or driver) can inform oFono that the + proactive command has been received and is being handled by the modem, as + well as when the terminal response has been sent by the modem. oFono will + display the necessary user information for this time period if this + information is included in the proactive command. + + Short Messaging Service ======================= |