summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2011-01-10 19:59:54 -0200
committerDenis Kenzior <denkenz@gmail.com>2011-01-10 16:09:00 -0600
commita2bc3ddc73e9c6e8cc5615b495aa55107ead8704 (patch)
treece3c2e9126c6b989fe8e5af2540a834fe7afce8c
parent5dfd568a2aa38ba66ba76bee76d5e155a6c546e7 (diff)
downloadofono-a2bc3ddc73e9c6e8cc5615b495aa55107ead8704.tar.bz2
TODO: mark 'SIM PIN retry counter' task as done
-rw-r--r--TODO8
-rw-r--r--doc/features.txt5
2 files changed, 5 insertions, 8 deletions
diff --git a/TODO b/TODO
index 12f313bd..495d539a 100644
--- a/TODO
+++ b/TODO
@@ -72,14 +72,6 @@ SIM / SIM File system
Priority: Low
Complexity: C2
-- Support proprietary extensions for SIM PIN retry counter. Most vendors
- provide an extension commands to obtain such a retry counter for PINs and
- PUKs. Need to enable this as a property in oFono.
-
- Priority: Low
- Complexity: C2
- Owner: Lucas De Marchi <lucas.demarchi@profusion.mobi>
-
- Add support for SIM 'ready' notifications from the driver to the core. Most
modem manufacturers initialize the SIM (e.g. cache SIM file system, STK
initialization, etc) internally before allowing the telephony stack to
diff --git a/doc/features.txt b/doc/features.txt
index a9fdb867..0a3357f0 100644
--- a/doc/features.txt
+++ b/doc/features.txt
@@ -256,6 +256,11 @@ SIM
ForwardingFlagOnSim will be set and VoiceUnconditional may contain the
"forwarded to" number if the number is available.
+- Support SIM retry counters. oFono exports all the retry counters available on
+ SIM, e.g., PIN, PIN2, PUK and PUK2. Whenever an action changes them, a signal
+ is sent with the updated values, so user can keep track of how many times
+ he/she can still give a wrong pin before the SIM locking down.
+
Radio settings
==============