Hi Jessica,
Adding EF Fileids for USIM and SIM Phonebook.
Also, adding some general fileids for building paths.
Needed for isimodem2.5 patches planned to follow shortly.
Best Regards,
Jessica
as an exercise, please save this email and then run "git am" and "git
log" afterwards ;)
So you need to keep the body part of the email without things like
standard conversation phrases. Since we need to clean them up manually
after applying the patch.
---
Extra comments that are for the reviewer and not the git commit message
have to go here.
So I would put the comment here for isimodem2.5 and not in the subject
or the body message since it is only vague related to isimodem2.5 in the
end.
src/simutil.h | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/simutil.h b/src/simutil.h
index 95bc18f..17a9f30 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,9 @@ enum sim_fileid {
SIM_EFMWIS_FILEID = 0x6FCA,
SIM_EFCFIS_FILEID = 0x6FCB,
SIM_EFSPDI_FILEID = 0x6FCD,
+ SIM_DFTELECOM_FILEID = 0x7F10,
+ SIM_DFGSM_FILEID = 0x7F20,
+
Scrap the extra empty line here.
};
Regards
Marcel