* [PATCH 0/2] phonesim: Indicate CSP, short-SPN in CPHS info.
@ 2011-12-28 13:18 Oleg Zhurakivskyy
2011-12-28 13:19 ` [PATCH 1/2] simfilesystem: Indicate EFcphs_csp Oleg Zhurakivskyy
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Oleg Zhurakivskyy @ 2011-12-28 13:18 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 332 bytes --]
Hello,
Please find the changes in order to indicate the presense of EFcphs_csp, EFcphs_spns in EFcphs_info.
Regards,
Oleg
Oleg Zhurakivskyy (2):
simfilesystem: Indicate EFcphs_csp
simfilesystem: Indicate EFcphs_spns
src/default.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
1.7.5.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] simfilesystem: Indicate EFcphs_csp
2011-12-28 13:18 [PATCH 0/2] phonesim: Indicate CSP, short-SPN in CPHS info Oleg Zhurakivskyy
@ 2011-12-28 13:19 ` Oleg Zhurakivskyy
2011-12-28 13:19 ` [PATCH 2/2] simfilesystem: Indicate EFcphs_spns Oleg Zhurakivskyy
2011-12-28 22:21 ` [PATCH 0/2] phonesim: Indicate CSP, short-SPN in CPHS info Denis Kenzior
2 siblings, 0 replies; 4+ messages in thread
From: Oleg Zhurakivskyy @ 2011-12-28 13:19 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 467 bytes --]
Turn on EFcphs_csp activated and allocated bits
(byte 2, bits 1, 2) in EFcphs_info.
---
src/default.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/default.xml b/src/default.xml
index 63474f3..deb2fa8 100644
--- a/src/default.xml
+++ b/src/default.xml
@@ -3574,7 +3574,7 @@ OK</response>
</file>
<file name="EFcphs_info">
- 02 3C 03 00
+ 02 3F 03 00
</file>
<file name="EFcphs_cff">
--
1.7.5.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] simfilesystem: Indicate EFcphs_spns
2011-12-28 13:18 [PATCH 0/2] phonesim: Indicate CSP, short-SPN in CPHS info Oleg Zhurakivskyy
2011-12-28 13:19 ` [PATCH 1/2] simfilesystem: Indicate EFcphs_csp Oleg Zhurakivskyy
@ 2011-12-28 13:19 ` Oleg Zhurakivskyy
2011-12-28 22:21 ` [PATCH 0/2] phonesim: Indicate CSP, short-SPN in CPHS info Denis Kenzior
2 siblings, 0 replies; 4+ messages in thread
From: Oleg Zhurakivskyy @ 2011-12-28 13:19 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 494 bytes --]
Turn on EFcphs_spns (Operator Name Shortform) activated
and allocated bits (byte 2, bits 7, 8) in EFcphs_info.
---
src/default.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/default.xml b/src/default.xml
index deb2fa8..7eabfbe 100644
--- a/src/default.xml
+++ b/src/default.xml
@@ -3574,7 +3574,7 @@ OK</response>
</file>
<file name="EFcphs_info">
- 02 3F 03 00
+ 02 FF 03 00
</file>
<file name="EFcphs_cff">
--
1.7.5.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] phonesim: Indicate CSP, short-SPN in CPHS info.
2011-12-28 13:18 [PATCH 0/2] phonesim: Indicate CSP, short-SPN in CPHS info Oleg Zhurakivskyy
2011-12-28 13:19 ` [PATCH 1/2] simfilesystem: Indicate EFcphs_csp Oleg Zhurakivskyy
2011-12-28 13:19 ` [PATCH 2/2] simfilesystem: Indicate EFcphs_spns Oleg Zhurakivskyy
@ 2011-12-28 22:21 ` Denis Kenzior
2 siblings, 0 replies; 4+ messages in thread
From: Denis Kenzior @ 2011-12-28 22:21 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 469 bytes --]
Hi Oleg,
On 12/28/2011 07:18 AM, Oleg Zhurakivskyy wrote:
> Hello,
>
> Please find the changes in order to indicate the presense of EFcphs_csp, EFcphs_spns in EFcphs_info.
>
> Regards,
> Oleg
>
> Oleg Zhurakivskyy (2):
> simfilesystem: Indicate EFcphs_csp
> simfilesystem: Indicate EFcphs_spns
>
> src/default.xml | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
Both patches have been applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-12-28 22:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-28 13:18 [PATCH 0/2] phonesim: Indicate CSP, short-SPN in CPHS info Oleg Zhurakivskyy
2011-12-28 13:19 ` [PATCH 1/2] simfilesystem: Indicate EFcphs_csp Oleg Zhurakivskyy
2011-12-28 13:19 ` [PATCH 2/2] simfilesystem: Indicate EFcphs_spns Oleg Zhurakivskyy
2011-12-28 22:21 ` [PATCH 0/2] phonesim: Indicate CSP, short-SPN in CPHS info 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.