---
TODO | 6 ------
doc/features.txt | 6 ++++++
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/TODO b/TODO
index 159b325..63d28ab 100644
--- a/TODO
+++ b/TODO
@@ -570,9 +570,3 @@ CDMA Connection Manager
Priority: Medium
Complexity: C4
-
-- Support Network Initiated disconnection of Packet Data Service over CDMA
- (1xRTT and 1xEV-DO) systems.
-
- Priority: Medium
- Complexity: C2
diff --git a/doc/features.txt b/doc/features.txt
index ad4d176..d2bb171 100644
--- a/doc/features.txt
+++ b/doc/features.txt
@@ -684,3 +684,9 @@ Modem Emulator
- Support for Bluetooth DUN profile. oFono supports the Dial Up Networking
profile and all mandatory commands specified by BT DUN 1.1. For a list
of supported commands please see doc/dialup-command-set.txt.
+
+CDMA Connection Manager
+=======================
+
+- Support Network Initiated disconnection of Packet Data Service over CDMA
+ (1xRTT and 1xEV-DO) systems.
--
1.7.1
New subject: [PATCH_v2 2/3] TODO: Split in 2 tasks RSSI and Ec/Io measurement
---
TODO | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/TODO b/TODO
index 63d28ab..0b25806 100644
--- a/TODO
+++ b/TODO
@@ -508,7 +508,12 @@ CDMA Network Acquisition
========================
- Support reporting of the received signal strength indicator (RSSI)
- measurement and of the pilot energy ratio (Ec/Io) measurement, for the
+ measurement for the currently acquired CDMA network.
+
+ Priority: Medium
+ Complexity: C1
+
+- Support reporting of the pilot energy ratio (Ec/Io) measurement for the
currently acquired CDMA network.
Priority: Medium
--
1.7.1
New subject: [PATCH_v2 3/3] TODO: Mark RSSI measurement task as done
---
TODO | 6 ------
doc/features.txt | 6 ++++++
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/TODO b/TODO
index 0b25806..df3b422 100644
--- a/TODO
+++ b/TODO
@@ -507,12 +507,6 @@ CDMA CMAS
CDMA Network Acquisition
========================
-- Support reporting of the received signal strength indicator (RSSI)
- measurement for the currently acquired CDMA network.
-
- Priority: Medium
- Complexity: C1
-
- Support reporting of the pilot energy ratio (Ec/Io) measurement for the
currently acquired CDMA network.
diff --git a/doc/features.txt b/doc/features.txt
index d2bb171..2bca0c7 100644
--- a/doc/features.txt
+++ b/doc/features.txt
@@ -690,3 +690,9 @@ CDMA Connection Manager
- Support Network Initiated disconnection of Packet Data Service over CDMA
(1xRTT and 1xEV-DO) systems.
+
+CDMA Network Acquisition
+========================
+
+- Support reporting of the received signal strength indicator (RSSI)
+ measurement for the currently acquired CDMA network.
--
1.7.1