[PATCH 2/2] sim900: Disable sending AT+CNMA

2012-02-26 Thread r . r . zaripov
From: Renat Zaripov SIMCOM SIM900 modem module not support AT+CNMA command --- drivers/atmodem/sms.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/atmodem/sms.c b/drivers/atmodem/sms.c index c6fb8c4..c31eb39 100644 --- a/drivers/atmodem/sms.c +++ b/driver

[PATCH 1/2] sim900: Add support for SIMCOM SMS delivery reports

2012-02-26 Thread r . r . zaripov
From: Renat Zaripov --- 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 *

Re: Introducing Jens Rehsack

2012-02-26 Thread Marcel Holtmann
Hi Jens, > before start to asking questions, I'd like to introduce myself and > why I joined into the community. > > I'm hired by Vodafone Global (Vodafone Group Services GmbH) to > assist there on some networking services, currently location > services. One part of the job will be to work with o

Re: Enhancing mmsd

2012-02-26 Thread Marcel Holtmann
Hi Jens, > >> as announced in my last mail, I'm here to work with + improve ofono > >> and related software. > >> > >> My next task will be to implement an ofono plugin which handles some > >> UPL push messages. Because there is only one "listener" at > >> org.ofono.PushNotificationAgent possible,

Re: [PATCH] hso: Don't access freed data, in hso_set_online

2012-02-26 Thread Marcel Holtmann
Hi Neil, > plugins/hso.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/plugins/hso.c b/plugins/hso.c > index 4834c56..697beaa 100644 > --- a/plugins/hso.c > +++ b/plugins/hso.c > @@ -422,7 +422,7 @@ static void hso_set_online(struct ofono_modem *modem, > ofono_b

[PATCH] hso: Don't access freed data, in hso_set_online

2012-02-26 Thread Neil Jerram
--- plugins/hso.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/hso.c b/plugins/hso.c index 4834c56..697beaa 100644 --- a/plugins/hso.c +++ b/plugins/hso.c @@ -422,7 +422,7 @@ static void hso_set_online(struct ofono_modem *modem, ofono_bool_t online,