All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] phonesim: Add cfis and cphs file
@ 2010-12-20 19:49 Jeevaka Badrappan
  2010-12-21 21:51 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Jeevaka Badrappan @ 2010-12-20 19:49 UTC (permalink / raw)
  To: ofono

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

---
 src/default.xml       |    8 ++++++++
 src/simfilesystem.cpp |    1 +
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/default.xml b/src/default.xml
index 54c7191..4491705 100644
--- a/src/default.xml
+++ b/src/default.xml
@@ -3352,6 +3352,10 @@ OK</response>
     00 32 00 32 FF FF FF FF FF FF FF FF FF FF FF FF
 </file>
 
+<file name="EFcfis" recordsize="16">
+    01 1E FF FF FF FF FF FF FF FF FF FF FF FF FF FF
+</file>
+
 <!-- Record 1
      Length of alpha identifier: 32 chars
      Alpha Identifier: "ABC"
@@ -3491,6 +3495,10 @@ OK</response>
     02 3C 03 00
 </file>
 
+<file name="EFcphs_cff">
+    55 55
+</file>
+
 <file name="EFcphs_mbdn" recordsize="48">
     FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
     FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
diff --git a/src/simfilesystem.cpp b/src/simfilesystem.cpp
index 6e05039..5312a82 100644
--- a/src/simfilesystem.cpp
+++ b/src/simfilesystem.cpp
@@ -118,6 +118,7 @@ static SimFileInfo const knownFiles[] =
     {"4F05",        "5F50",     "EFimg5",      0x14ff44,  FILE_TYPE_TRANSPARENT},
 
     // CPHS 4.2
+    {"6F13",        "7F20",     "EFcphs_cff",  0x11ff44,  FILE_TYPE_TRANSPARENT},
     {"6F16",        "7F20",     "EFcphs_info", 0x14ff44,  FILE_TYPE_TRANSPARENT},
     {"6F17",        "7F20",     "EFcphs_mbdn", 0x11ff44,  FILE_TYPE_LINEAR_FIXED},
     {"6F11",        "7F20",     "EFcphs_mwis", 0x11ff44,  FILE_TYPE_TRANSPARENT},
-- 
1.7.0.4


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

* Re: [PATCH] phonesim: Add cfis and cphs file
  2010-12-20 19:49 [PATCH] phonesim: Add cfis and cphs file Jeevaka Badrappan
@ 2010-12-21 21:51 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2010-12-21 21:51 UTC (permalink / raw)
  To: ofono

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

Hi Jeevaka,

On 12/20/2010 01:49 PM, Jeevaka Badrappan wrote:
> ---
>  src/default.xml       |    8 ++++++++
>  src/simfilesystem.cpp |    1 +
>  2 files changed, 9 insertions(+), 0 deletions(-)
> 

Patch has been applied, thanks.

Regards,
-Denis

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

end of thread, other threads:[~2010-12-21 21:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-20 19:49 [PATCH] phonesim: Add cfis and cphs file Jeevaka Badrappan
2010-12-21 21:51 ` Denis Kenzior

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.