[PATCH] doc: Update service-api doc to match the code
by Ronald Tessier
GetMessages method has no argument and the implementation does not
return any error.
---
doc/service-api.txt | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/doc/service-api.txt b/doc/service-api.txt
index 46989f4..d87644b 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -16,8 +16,6 @@ Methods array{object,dict} GetMessages()
and removal shall be monitored via MessageAdded and
MessageRemoved signals.
- Possible Errors: [service].Error.InvalidArguments
-
array{object,dict} GetConversation(string number, uint32 count)
Get an array of message objects and properties
--
1.7.4.1
8 years, 8 months
[PATCH 0/1] mmsd: error management
by Sébastien Bianti
Hi,
This patch updates the TODO file with regard to lastest commit applied
Sébastien Bianti (1):
TODO: task complete
TODO | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
--
1.7.4.4
8 years, 8 months
[PATCH] Wavecom Q2403/Q2686 support
by pablo@gnumonks.org
From: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Hi!
The following patch adds support for Wavecom Q2403 and Q2686.
We (the Osmocom team) are using these modems with ofono in our
testbed setup.
Any chance this can be applied to mainstream?
Thank you!
Pablo Neira Ayuso (1):
wavecom: add support for Wavecom Q2403/Q2686 modems
Makefile.am | 3 +
drivers/atmodem/sim.c | 8 ++
drivers/atmodem/sms.c | 31 ++++++--
drivers/atmodem/vendor.h | 1 +
gatchat/gatchat.c | 3 +-
plugins/udev.c | 2 +
plugins/wavecom_q.c | 192 ++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 234 insertions(+), 6 deletions(-)
create mode 100644 plugins/wavecom_q.c
--
1.7.9.5
8 years, 8 months