Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH 01/11] In drivers/atmodem/sms.c:at_cmgl_cpms_cb() there is a temporary fix for Siemens TC65. If AT+CMGL=4 is sent to TC65, the AT command queue jams.
@ 2010-05-27 10:54 pasi.miettinen
  2010-05-27 10:54 ` [PATCH 02/11] Made needed changes to at_cds_notify() for status report and corrected at_cmgl_cpms_cb() to meet the ISO standard pasi.miettinen
  2010-05-28 16:48 ` [PATCH 01/11] In drivers/atmodem/sms.c:at_cmgl_cpms_cb() there is a temporary fix for Siemens TC65. If AT+CMGL=4 is sent to TC65, the AT command queue jams Denis Kenzior
  0 siblings, 2 replies; 33+ messages in thread
From: pasi.miettinen @ 2010-05-27 10:54 UTC (permalink / raw)
  To: ofono

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

From: Pasi Miettinen <pasi.miettinen@ixonos.com>

---
 drivers/atmodem/sms.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/atmodem/sms.c b/drivers/atmodem/sms.c
index 8049df6..27de77b 100644
--- a/drivers/atmodem/sms.c
+++ b/drivers/atmodem/sms.c
@@ -544,6 +544,10 @@ static void at_cmgl_cb(gboolean ok, GAtResult *result, gpointer user_data)
 
 static void at_cmgl_cpms_cb(gboolean ok, GAtResult *result, gpointer user_data)
 {
+
+	DBG("PASS AT+CMGL=4!!!");
+	return;
+
 	struct cpms_request *req = user_data;
 	struct ofono_sms *sms = req->sms;
 	struct sms_data *data = ofono_sms_get_data(sms);
-- 
1.6.0.4


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

end of thread, other threads:[~2010-06-10  1:11 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-27 10:54 [PATCH 01/11] In drivers/atmodem/sms.c:at_cmgl_cpms_cb() there is a temporary fix for Siemens TC65. If AT+CMGL=4 is sent to TC65, the AT command queue jams pasi.miettinen
2010-05-27 10:54 ` [PATCH 02/11] Made needed changes to at_cds_notify() for status report and corrected at_cmgl_cpms_cb() to meet the ISO standard pasi.miettinen
2010-05-27 10:54   ` [PATCH 03/11] Enable status report pasi.miettinen
2010-05-27 10:54     ` [PATCH 04/11] Changes for SMS statur report pasi.miettinen
2010-05-27 10:54       ` [PATCH 05/11] Added message delivery time to dbus message pasi.miettinen
2010-05-27 10:54         ` [PATCH 06/11] Made it possible to ask for status report via SendMessage method parameters. True=status report on, false=off pasi.miettinen
2010-05-27 10:54           ` [PATCH 07/11] Removed Siemens TC65 specific code pasi.miettinen
2010-05-27 10:54             ` [PATCH 08/11] Some style corrections pasi.miettinen
2010-05-27 10:54               ` [PATCH 09/11] Support for concatenated SMS status report. And ofono_history_sms is now updated according to received status reports pasi.miettinen
2010-05-27 10:54                 ` [PATCH 10/11] Some naming changes to enum sms_status_report_result pasi.miettinen
2010-05-27 10:54                   ` [PATCH 11/11] Style corrections pasi.miettinen
2010-05-28 17:20                     ` Denis Kenzior
2010-05-28 17:26                 ` [PATCH 09/11] Support for concatenated SMS status report. And ofono_history_sms is now updated according to received status reports Denis Kenzior
2010-05-31 12:33                   ` VS: " Miettinen Pasi
2010-05-31 16:18                     ` Denis Kenzior
2010-05-28 17:15             ` [PATCH 07/11] Removed Siemens TC65 specific code Denis Kenzior
2010-05-27 11:32           ` [PATCH 06/11] Made it possible to ask for status report via SendMessage method parameters. True=status report on, false=off Aki Niemi
2010-05-27 11:39             ` Marcel Holtmann
2010-05-27 11:56               ` Aki Niemi
2010-06-09 22:21                 ` Inaky Perez-Gonzalez
2010-06-09 22:47                   ` Denis Kenzior
2010-06-09 23:29                     ` Inaky Perez-Gonzalez
2010-06-10  1:11                       ` Marcel Holtmann
2010-05-27 11:51             ` Denis Kenzior
2010-05-27 13:19               ` Marcel Holtmann
2010-05-28  9:08                 ` VS: " Miettinen Pasi
2010-05-28 17:34                   ` Denis Kenzior
2010-05-27 11:41       ` [PATCH 04/11] Changes for SMS statur report Aki Niemi
2010-05-28 12:02         ` VS: " Miettinen Pasi
2010-05-28 17:12       ` Denis Kenzior
2010-05-28 16:56     ` [PATCH 03/11] Enable status report Denis Kenzior
2010-05-28 16:55   ` [PATCH 02/11] Made needed changes to at_cds_notify() for status report and corrected at_cmgl_cpms_cb() to meet the ISO standard Denis Kenzior
2010-05-28 16:48 ` [PATCH 01/11] In drivers/atmodem/sms.c:at_cmgl_cpms_cb() there is a temporary fix for Siemens TC65. If AT+CMGL=4 is sent to TC65, the AT command queue jams Denis Kenzior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox