From b8714bfa082611a6eb2dc1517c99c85913dc8692 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 14 Apr 2011 17:41:57 -0500 Subject: [PATCH] TODO: Mark EFcsp task as done --- TODO | 12 ------------ doc/features.txt | 9 +++++++++ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/TODO b/TODO index 34914362..bdb987db 100644 --- 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 diff --git a/doc/features.txt b/doc/features.txt index 68d0676d..face8a6d 100644 --- a/doc/features.txt +++ b/doc/features.txt @@ -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.