All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] phonesim: Add support for CPHS SPN, short-SPN
@ 2011-12-02 11:10 Oleg Zhurakivskyy
  2011-12-02 11:10 ` [PATCH 1/1] simfilesystem: " Oleg Zhurakivskyy
  0 siblings, 1 reply; 3+ messages in thread
From: Oleg Zhurakivskyy @ 2011-12-02 11:10 UTC (permalink / raw)
  To: ofono

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

Hello,

Please find the changes in order to support CPHS SPN and short-SPN EFs according to CPHS T3-000450 version 4.2.

Regards,
Oleg

Oleg Zhurakivskyy (1):
  simfilesystem: Add support for CPHS SPN, short-SPN

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

-- 
1.7.5.4


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

* [PATCH 1/1] simfilesystem: Add support for CPHS SPN, short-SPN
  2011-12-02 11:10 [PATCH 0/1] phonesim: Add support for CPHS SPN, short-SPN Oleg Zhurakivskyy
@ 2011-12-02 11:10 ` Oleg Zhurakivskyy
  2011-12-11  2:09   ` Denis Kenzior
  0 siblings, 1 reply; 3+ messages in thread
From: Oleg Zhurakivskyy @ 2011-12-02 11:10 UTC (permalink / raw)
  To: ofono

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

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

diff --git a/src/default.xml b/src/default.xml
index 5f5f1ab..63474f3 100644
--- a/src/default.xml
+++ b/src/default.xml
@@ -3602,6 +3602,14 @@ OK</response>
 	00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C0 80
 </file>
 
+<file name="EFcphs_spn">
+	63 70 68 73 11 73 70 6E
+</file>
+
+<file name="EFcphs_spns">
+	63 70 68 73 11 73 70 6E 73 FF
+</file>
+
 </filesystem>
 
 </simulator>
diff --git a/src/simfilesystem.cpp b/src/simfilesystem.cpp
index 71cdd53..b1194a9 100644
--- a/src/simfilesystem.cpp
+++ b/src/simfilesystem.cpp
@@ -119,9 +119,11 @@ static SimFileInfo const knownFiles[] =
 
     // CPHS 4.2
     {"6F13",        "7F20",     "EFcphs_cff",  0x11ff44,  FILE_TYPE_TRANSPARENT},
+    {"6F14",        "7F20",     "EFcphs_spn",  0x11ff44,  FILE_TYPE_TRANSPARENT},
     {"6F15",        "7F20",     "EFcphs_csp",  0x11ff44,  FILE_TYPE_TRANSPARENT},
     {"6F16",        "7F20",     "EFcphs_info", 0x14ff44,  FILE_TYPE_TRANSPARENT},
     {"6F17",        "7F20",     "EFcphs_mbdn", 0x11ff44,  FILE_TYPE_LINEAR_FIXED},
+    {"6F18",        "7F20",     "EFcphs_spns", 0x11ff44,  FILE_TYPE_TRANSPARENT},
     {"6F11",        "7F20",     "EFcphs_mwis", 0x11ff44,  FILE_TYPE_TRANSPARENT},
 
     // TS 102.221
-- 
1.7.5.4


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

* Re: [PATCH 1/1] simfilesystem: Add support for CPHS SPN, short-SPN
  2011-12-02 11:10 ` [PATCH 1/1] simfilesystem: " Oleg Zhurakivskyy
@ 2011-12-11  2:09   ` Denis Kenzior
  0 siblings, 0 replies; 3+ messages in thread
From: Denis Kenzior @ 2011-12-11  2:09 UTC (permalink / raw)
  To: ofono

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

Hi Oleg,

On 12/02/2011 05:10 AM, Oleg Zhurakivskyy wrote:
> ---
>  src/default.xml       |    8 ++++++++
>  src/simfilesystem.cpp |    2 ++
>  2 files changed, 10 insertions(+), 0 deletions(-)
> 

Patch has been applied, thanks.

Regards,
-Denis

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

end of thread, other threads:[~2011-12-11  2:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-02 11:10 [PATCH 0/1] phonesim: Add support for CPHS SPN, short-SPN Oleg Zhurakivskyy
2011-12-02 11:10 ` [PATCH 1/1] simfilesystem: " Oleg Zhurakivskyy
2011-12-11  2:09   ` 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.