All of lore.kernel.org
 help / color / mirror / Atom feed
* patch to enable cell broadcast message in phonesim
@ 2010-01-25  2:59 Li, Zhigang
  2010-01-26  0:27 ` Denis Kenzior
  0 siblings, 1 reply; 4+ messages in thread
From: Li, Zhigang @ 2010-01-25  2:59 UTC (permalink / raw)
  To: ofono

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

HI,
This patch is to enable CBS base on latest CBS modification in phonesim, please review.

Thanks


[-- Attachment #2: 0001-Enable-Cell-broadcast-message-in-phonesim.patch --]
[-- Type: application/octet-stream, Size: 722 bytes --]

From 3b0bb1a40cb641697f38e96d0c82bea8e31f6b37 Mon Sep 17 00:00:00 2001
From: Zhigang Li <zhigang.li@intel.com>
Date: Mon, 25 Jan 2010 10:20:21 +0800
Subject: [PATCH] Enable Cell broadcast message in phonesim

---
 src/moblin.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/moblin.xml b/src/moblin.xml
index 73c5626..1b6bd9e 100644
--- a/src/moblin.xml
+++ b/src/moblin.xml
@@ -2710,6 +2710,12 @@
 </chat>
 
 <chat>
+<!-- Query Cell broadcast service presentation mode -->
+	<command>AT+CSCB=?</command>
+	<response>+CSCB: (0-1)\n\nOK</response>
+</chat>
+
 <chat>
     <!-- Set cell broadcast channels -->
     <command>AT+CSCB=0,*</command>
     <response>OK</response>
-- 
1.6.5.2


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

* Re: patch to enable cell broadcast message in phonesim
  2010-01-25  2:59 patch to enable cell broadcast message in phonesim Li, Zhigang
@ 2010-01-26  0:27 ` Denis Kenzior
  2010-01-26  2:40   ` Li, Zhigang
  0 siblings, 1 reply; 4+ messages in thread
From: Denis Kenzior @ 2010-01-26  0:27 UTC (permalink / raw)
  To: ofono

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

Hi,

> HI,
> This patch is to enable CBS base on latest CBS modification in phonesim,
>  please review.

The patch looks good but for some reason I can't apply it:
Applying: Enable Cell broadcast message in phonesim
fatal: corrupt patch at line 23
Patch failed at 0001 Enable Cell broadcast message in phonesim
When you have resolved this problem run "git am --resolved".
If you would prefer to skip this patch, instead run "git am --skip".
To restore the original branch and stop patching run "git am --abort".

Please resend against the latest tree?

Regards,
-Denis

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

* RE: patch to enable cell broadcast message in phonesim
  2010-01-26  0:27 ` Denis Kenzior
@ 2010-01-26  2:40   ` Li, Zhigang
  2010-01-26  2:56     ` Denis Kenzior
  0 siblings, 1 reply; 4+ messages in thread
From: Li, Zhigang @ 2010-01-26  2:40 UTC (permalink / raw)
  To: ofono

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

>Please resend against the latest tree?

Please try this one again.
Thanks



[-- Attachment #2: 0001-Enable-CBS-in-phonesim.patch --]
[-- Type: application/octet-stream, Size: 713 bytes --]

From e35344f53231ebd6b2f41affbca73fc74728ccf4 Mon Sep 17 00:00:00 2001
From: Zhigang Li <zhigang.li@intel.com>
Date: Tue, 26 Jan 2010 10:29:45 +0800
Subject: [PATCH] Enable CBS in phonesim

---
 src/moblin.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/moblin.xml b/src/moblin.xml
index 73c5626..a77c412 100644
--- a/src/moblin.xml
+++ b/src/moblin.xml
@@ -2710,6 +2710,12 @@
 </chat>
 
 <chat>
+    <!-- Query Cell broadcast service presentation mode -->
+    <command>AT+CSCB=?</command>
+    <response>+CSCB: (0-1)\n\nOK</response>
+</chat>
+
+<chat>
     <!-- Set cell broadcast channels -->
     <command>AT+CSCB=0,*</command>
     <response>OK</response>
-- 
1.6.5.2


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

* Re: patch to enable cell broadcast message in phonesim
  2010-01-26  2:40   ` Li, Zhigang
@ 2010-01-26  2:56     ` Denis Kenzior
  0 siblings, 0 replies; 4+ messages in thread
From: Denis Kenzior @ 2010-01-26  2:56 UTC (permalink / raw)
  To: ofono

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

Hi,

> >Please resend against the latest tree?
> 
> Please try this one again.

Applied, thanks.

Regards,
-Denis

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

end of thread, other threads:[~2010-01-26  2:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-25  2:59 patch to enable cell broadcast message in phonesim Li, Zhigang
2010-01-26  0:27 ` Denis Kenzior
2010-01-26  2:40   ` Li, Zhigang
2010-01-26  2:56     ` 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.