TODO: Mark EFcsp task as done
authorDenis Kenzior <denkenz@gmail.com>
Thu, 14 Apr 2011 22:41:57 +0000 (17:41 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 14 Apr 2011 22:41:57 +0000 (17:41 -0500)
TODO
doc/features.txt

diff --git a/TODO b/TODO
index 3491436..bdb987d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -71,18 +71,6 @@ SIM / SIM File system
   Priority: High
   Complexity: C2
 
-- Add support for CPHS Customer Service Profile (CSP).  This task adds support
-  for reading the EFcsp file and in particular, interpreting the PLMN mode bit
-  within the 'Value Added Services' service group.
-
-  Based on the PLMN mode value, manual network selection needs to either be
-  enabled or disabled in the netreg atom.  Also to accommodate this, there
-  probably needs to be a new 'forced' mode to indicate that manual network
-  selection is disabled.
-
-  Priority: Medium
-  Complexity: C1
-
 - Support SIM authentication: SIM and AKA suites.
 
   Priority: Medium
index 68d0676..face8a6 100644 (file)
@@ -648,3 +648,12 @@ Flight Mode
   enter reduced functionality mode where only certain actions are available
   that do not depend on the radio.  E.g. setting various settings on the local
   store or the SIM.
+
+Network Registration
+====================
+
+- Support for PLMN_MODE bit from CPHS Customer Service Profile (CSP) within
+  the 'Value Added Services' service group.  oFono reads this file when the
+  network registration atom has been initialized.  If EFcsp indicates that
+  manual network registration is not allowed, oFono enters into 'auto-only'
+  registration mode.  Updates to this file via STK Refresh is also supported.