* [PATCH 1/1 v2] simutil: EF Fileid additions USIM and SIM Phonebook
@ 2011-01-25 13:11 Jessica Nilsson
2011-01-25 13:26 ` Marcel Holtmann
0 siblings, 1 reply; 2+ messages in thread
From: Jessica Nilsson @ 2011-01-25 13:11 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1623 bytes --]
Also, adding some general fileids for building paths
---
Needed for isimodem2.5 patches planned to follow shortly.
Best Regards,
Jessica
src/simutil.h | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/simutil.h b/src/simutil.h
index 95bc18f..463540b 100644
--- a/src/simutil.h
+++ b/src/simutil.h
@@ -25,8 +25,16 @@
enum sim_fileid {
SIM_EFPL_FILEID = 0x2F05,
SIM_EF_ICCID_FILEID = 0x2FE2,
+ SIM_MF_FILEID = 0x3F00,
SIM_EFIMG_FILEID = 0x4F20,
+ SIM_EFPSC_FILEID = 0x4F22,
+ SIM_EFCC_FILEID = 0x4F23,
+ SIM_EFPUID_FILEID = 0x4F24,
+ SIM_EFPBR_FILEID = 0x4F30,
+ SIM_DFPHONEBOOK_FILEID = 0x5F3A,
+ SIM_DFMULTIMEDIA_FILEID = 0x5F3B,
SIM_EFLI_FILEID = 0x6F05,
+ SIM_EFIMSI_FILEID = 0x6F07,
SIM_EF_CPHS_MWIS_FILEID = 0x6F11,
SIM_EF_CPHS_CFF_FILEID = 0x6F13,
SIM_EF_CPHS_INFORMATION_FILEID = 0x6F16,
@@ -35,10 +43,12 @@ enum sim_fileid {
SIM_EFSST_FILEID = 0x6F38, /* same as EFust */
SIM_EFADN_FILEID = 0x6F3A,
SIM_EFMSISDN_FILEID = 0x6F40,
+ SIM_EFSMSP_FILEID = 0x6F42,
SIM_EFCBMI_FILEID = 0x6F45,
SIM_EFSPN_FILEID = 0x6F46,
SIM_EFCBMID_FILEID = 0x6F48,
SIM_EFSDN_FILEID = 0x6F49,
+ SIM_EFEXT1_FILEID = 0x6F4A,
SIM_EFBDN_FILEID = 0x6F4D,
SIM_EFCBMIR_FILEID = 0x6F50,
SIM_EFEST_FILEID = 0x6F56,
@@ -52,6 +62,8 @@ enum sim_fileid {
SIM_EFMWIS_FILEID = 0x6FCA,
SIM_EFCFIS_FILEID = 0x6FCB,
SIM_EFSPDI_FILEID = 0x6FCD,
+ SIM_DFTELECOM_FILEID = 0x7F10,
+ SIM_DFGSM_FILEID = 0x7F20,
};
/* 51.011 Section 9.3 */
--
1.7.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1 v2] simutil: EF Fileid additions USIM and SIM Phonebook
2011-01-25 13:11 [PATCH 1/1 v2] simutil: EF Fileid additions USIM and SIM Phonebook Jessica Nilsson
@ 2011-01-25 13:26 ` Marcel Holtmann
0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2011-01-25 13:26 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 343 bytes --]
Hi Jessica,
> Also, adding some general fileids for building paths
>
> ---
>
> Needed for isimodem2.5 patches planned to follow shortly.
>
>
> Best Regards,
> Jessica
>
>
> src/simutil.h | 12 ++++++++++++
> 1 files changed, 12 insertions(+), 0 deletions(-)
patch has been applied. Thanks.
Regards
Marcel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-25 13:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-25 13:11 [PATCH 1/1 v2] simutil: EF Fileid additions USIM and SIM Phonebook Jessica Nilsson
2011-01-25 13:26 ` Marcel Holtmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.