From a2bc3ddc73e9c6e8cc5615b495aa55107ead8704 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Mon, 10 Jan 2011 19:59:54 -0200 Subject: [PATCH] TODO: mark 'SIM PIN retry counter' task as done --- TODO | 8 -------- doc/features.txt | 5 +++++ 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 - - 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 ==============