All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] simutil: EF Fileid additions USIM and SIM Phonebook isimodem2.5
@ 2011-01-25 12:09 Jessica Nilsson
  2011-01-25 12:20 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Jessica Nilsson @ 2011-01-25 12:09 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1673 bytes --]

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


---
 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,
+
 };
 
 /* 51.011 Section 9.3 */
-- 
1.7.3.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] simutil: EF Fileid additions USIM and SIM Phonebook isimodem2.5
  2011-01-25 12:09 [PATCH 1/1] simutil: EF Fileid additions USIM and SIM Phonebook isimodem2.5 Jessica Nilsson
@ 2011-01-25 12:20 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2011-01-25 12:20 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 2325 bytes --]

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-25 12:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-25 12:09 [PATCH 1/1] simutil: EF Fileid additions USIM and SIM Phonebook isimodem2.5 Jessica Nilsson
2011-01-25 12:20 ` 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.