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

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.