summaryrefslogtreecommitdiffstats
path: root/include/sim.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-01-06 13:19:47 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-01-06 13:19:47 -0600
commitbeb3e032e43b1095dab3d3aa4ec6c75cd8481b67 (patch)
tree80387a6600114767261f87375edfc8df321580b7 /include/sim.h
parentb4c3e1c1cc3362d4164da36760d21aa65fddf410 (diff)
downloadofono-beb3e032e43b1095dab3d3aa4ec6c75cd8481b67.tar.bz2
Refactor: Preserve Phase obtained from the SIM
Diffstat (limited to 'include/sim.h')
-rw-r--r--include/sim.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/sim.h b/include/sim.h
index 3189f123..fec043ff 100644
--- a/include/sim.h
+++ b/include/sim.h
@@ -58,9 +58,10 @@ enum ofono_sim_password_type {
};
enum ofono_sim_phase {
- OFONO_SIM_PHASE_G1,
- OFONO_SIM_PHASE_G2,
- OFONO_SIM_PHASE_G3,
+ OFONO_SIM_PHASE_1G,
+ OFONO_SIM_PHASE_2G,
+ OFONO_SIM_PHASE_2G_PLUS,
+ OFONO_SIM_PHASE_3G,
};
typedef void (*ofono_sim_file_info_cb_t)(const struct ofono_error *error,