TODO: Mark EFcsp task as done

This commit is contained in:
Denis Kenzior 2011-04-14 17:41:57 -05:00
parent 2ded3271d5
commit b8714bfa08
2 changed files with 9 additions and 12 deletions

12
TODO
View File

@ -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

View 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.