summaryrefslogtreecommitdiffstats
path: root/include/sim.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-01-12 11:23:21 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-01-12 11:23:21 -0600
commit2b231c3f8487f51ee0691e2e97ef1207bbf79e0d (patch)
treee450747738c49204f9f2c9993679ca792286c71c /include/sim.h
parent96a93b5829c2caea3445b4ca06a4a9d7e20e7f8c (diff)
downloadofono-2b231c3f8487f51ee0691e2e97ef1207bbf79e0d.tar.bz2
Rename: Rename CPHS Phase enums
Be more consistent with the 3GPP Phase names
Diffstat (limited to 'include/sim.h')
-rw-r--r--include/sim.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/include/sim.h b/include/sim.h
index 53620b9a..29a0847f 100644
--- a/include/sim.h
+++ b/include/sim.h
@@ -66,13 +66,9 @@ enum ofono_sim_phase {
};
enum ofono_sim_cphs_phase {
- OFONO_SIM_CPHS_NONE,
- OFONO_SIM_CPHS_PHASE1,
- OFONO_SIM_CPHS_PHASE2,
-};
-
-enum ofono_sim_cphs_support_masks {
- OFONO_SIM_CPHS_ST_MAILBOX_NUMBERS_MASK = 0x30,
+ OFONO_SIM_CPHS_PHASE_NONE,
+ OFONO_SIM_CPHS_PHASE_1G,
+ OFONO_SIM_CPHS_PHASE_2G,
};
typedef void (*ofono_sim_file_info_cb_t)(const struct ofono_error *error,