---
TODO | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/TODO b/TODO
index ee32e34..39f3af8 100644
--- a/TODO
+++ b/TODO
@@ -132,10 +132,11 @@ Modem Emulator
Complexity: C1
- Support DUN emulator. Implement the Bluetooth DUN profile with only mandatory
- AT command support.
+ AT command support. Implement USB DUN as well.
Complexity: C4
Priority: Medium
+ Owner: Gustavo F Padovan <padovan(a)profusion.mobi>
Depends: PPP Server mode
--
1.7.3.4
New subject: [PATCH] TODO: Mark silent modem reset task as done
---
TODO | 7 -------
doc/features.txt | 7 +++++++
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/TODO b/TODO
index 39f3af8..3c2ff15 100644
--- a/TODO
+++ b/TODO
@@ -408,13 +408,6 @@ Miscellaneous
Complexity: C8
Owner: Jukka Saunamäki <jukka.saunamaki(a)nokia.com>
-- Support for modem 'silent' reset notifications. oFono will remove all atoms
- and re-initialize.
-
- Priority: Medium
- Complexity: C2
- Owner: Gustavo F Padovan <padovan(a)profusion.mobi>
-
- Add support for Modem 'power down & lock' and 'unlock & power
up'. When the
'power down & lock' is given, the calling application is noted and all
other applications are blocked from powering up the modem. Only the calling
diff --git a/doc/features.txt b/doc/features.txt
index b2843a8..5c7d6c1 100644
--- a/doc/features.txt
+++ b/doc/features.txt
@@ -158,6 +158,13 @@ The following commands are expected to be handled by the modem:
information is included in the proactive command.
+Modem
+=====
+
+- 'silent' modem reset. Sometimes modems get in a bad state and have to reset
+ itself. Now oFono can be notified when a reset happens and do proper work to
+ put the modem back to work restoring the state before the reset.
+
Short Messaging Service
=======================
--
1.7.3.4