include: Introduce a new SIM_LOCKED_OUT state

This is the same as SIM_INSERTED state, except we have already queried
the always-readable EFs
This commit is contained in:
Denis Kenzior 2011-07-19 14:06:42 -05:00
parent 4adc4a728d
commit 7abc4f0a1a
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ enum ofono_sim_cphs_phase {
enum ofono_sim_state {
OFONO_SIM_STATE_NOT_PRESENT,
OFONO_SIM_STATE_INSERTED,
OFONO_SIM_STATE_LOCKED_OUT,
OFONO_SIM_STATE_READY,
};