summaryrefslogtreecommitdiffstats
path: root/include/sim.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-01-07 12:39:00 +0100
committerDenis Kenzior <denkenz@gmail.com>2010-01-12 11:12:01 -0600
commitf97d203392d5c3b3104a5e4ae3959a44d4b5c330 (patch)
tree968f36242a6b7398b5a477ec2bd7ccfdbe6b999e /include/sim.h
parent637ca18af429ff6a9e73f71e23b3a12ce62c298c (diff)
downloadofono-f97d203392d5c3b3104a5e4ae3959a44d4b5c330.tar.bz2
Use CPHS version of mailbox numbers on SIM if 3GPP version not available.
Otherwise just try to keep the CPHS version of the files in sync.
Diffstat (limited to 'include/sim.h')
-rw-r--r--include/sim.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sim.h b/include/sim.h
index 65ba6561..53620b9a 100644
--- a/include/sim.h
+++ b/include/sim.h
@@ -71,6 +71,10 @@ enum ofono_sim_cphs_phase {
OFONO_SIM_CPHS_PHASE2,
};
+enum ofono_sim_cphs_support_masks {
+ OFONO_SIM_CPHS_ST_MAILBOX_NUMBERS_MASK = 0x30,
+};
+
typedef void (*ofono_sim_file_info_cb_t)(const struct ofono_error *error,
int filelength,
enum ofono_sim_file_structure structure,