Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH 1/2] sim900: Add support for SIMCOM SMS delivery reports
@ 2012-02-27  7:19 r.r.zaripov
  2012-02-27  7:19 ` [PATCH 2/2] sim900: Disable sending AT+CNMA r.r.zaripov
  2012-02-28  2:32 ` [PATCH 1/2] sim900: Add support for SIMCOM SMS delivery reports Denis Kenzior
  0 siblings, 2 replies; 4+ messages in thread
From: r.r.zaripov @ 2012-02-27  7:19 UTC (permalink / raw)
  To: ofono

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

From: Renat Zaripov <r.r.zaripov@gmail.com>

---
 plugins/sim900.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/plugins/sim900.c b/plugins/sim900.c
index f7b1642..b2d1b46 100644
--- a/plugins/sim900.c
+++ b/plugins/sim900.c
@@ -224,7 +224,8 @@ static void sim900_post_sim(struct ofono_modem *modem)
 	DBG("%p", modem);
 
 	ofono_phonebook_create(modem, 0, "atmodem", data->modem);
-	ofono_sms_create(modem, 0, "atmodem", data->modem);
+	ofono_sms_create(modem, OFONO_VENDOR_SIMCOM, "atmodem", 
+				data->modem);
 }
 
 static void sim900_post_online(struct ofono_modem *modem)
-- 
1.7.7.3


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

end of thread, other threads:[~2012-02-28  2:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-27  7:19 [PATCH 1/2] sim900: Add support for SIMCOM SMS delivery reports r.r.zaripov
2012-02-27  7:19 ` [PATCH 2/2] sim900: Disable sending AT+CNMA r.r.zaripov
2012-02-28  2:33   ` Denis Kenzior
2012-02-28  2:32 ` [PATCH 1/2] sim900: Add support for SIMCOM SMS delivery reports Denis Kenzior

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