From beb3e032e43b1095dab3d3aa4ec6c75cd8481b67 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 6 Jan 2010 13:19:47 -0600 Subject: Refactor: Preserve Phase obtained from the SIM --- include/sim.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include') 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, -- cgit v1.2.3