summaryrefslogtreecommitdiffstats
path: root/src/simutil.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2009-09-17 15:58:29 +0200
committerDenis Kenzior <denkenz@gmail.com>2009-09-17 11:42:49 -0500
commit623c23c12f6e032441a516a29d0af63e0e68e53d (patch)
treedb66f1b057da3aebc791e7e3778e4218888cb7df /src/simutil.h
parent12e77a3c70dcd0ef67a9c989c1279ac308cbba70 (diff)
downloadofono-623c23c12f6e032441a516a29d0af63e0e68e53d.tar.bz2
Present list of preferred languages on SimManager interfce.
We try to detect the old (2G / 2G+, 51.011) EFlp format and deal with the file contents accordingly.
Diffstat (limited to 'src/simutil.h')
-rw-r--r--src/simutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simutil.h b/src/simutil.h
index 90fc37ba..2cd3b738 100644
--- a/src/simutil.h
+++ b/src/simutil.h
@@ -20,6 +20,8 @@
*/
enum sim_fileid {
+ SIM_EFPL_FILEID = 0x2f05,
+ SIM_EFLI_FILEID = 0x6f05,
SIM_EFMSISDN_FILEID = 0x6f40,
SIM_EFSPN_FILEID = 0x6f46,
SIM_EFSDN_FILEID = 0x6f49,