TODO: mark 'SIM PIN retry counter' task as done

This commit is contained in:
Lucas De Marchi 2011-01-10 19:59:54 -02:00 committed by Denis Kenzior
parent 5dfd568a2a
commit a2bc3ddc73
2 changed files with 5 additions and 8 deletions

8
TODO
View File

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

View File

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