[PATCH] Fix: Free modem name in ofono_modem_remove

2010-07-20 Thread Zhenhua Zhang
Avoid the memory leak of modem name. --- src/modem.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/modem.c b/src/modem.c index ccbbc27..79a5d58 100644 --- a/src/modem.c +++ b/src/modem.c @@ -1495,6 +1495,7 @@ void ofono_modem_remove(struct ofono_modem *modem)

About the TDS-CDMA support of oFono

2010-07-20 Thread Zheng Zhang
Hi, I have a plan to use oFono in the TDS-CDMA environment in China.(Maybe I can use Huawei E180 USB Wireless modem). And it seems like that oFone only supported for WCDMA/GSM, so do I need some adaptation of oFone for the TDS-CDMA support?Thank you ! Br Zheng _

Re: PIPE use in ofono

2010-07-20 Thread Rémi Denis-Courmont
Le mardi 20 juillet 2010 14:33:51 Hemant-vilas RAMDASI, vous avez écrit : > Today's Phonet stack in 2.6.24, gprs interface looks like virtual interface > (similar to TUN) where no connection with real hardware is possible. Phonet was released in Linux kernel 2.6.27 if I recall correctly. > I > ca

RE: PIPE use in ofono

2010-07-20 Thread Hemant-vilas RAMDASI
Today's Phonet stack in 2.6.24, gprs interface looks like virtual interface (similar to TUN) where no connection with real hardware is possible. I can't understand how peps (one on modem and other on linux phonet stack) are connected, so that IP packets coming from nokia modem can be forwarded t

Re: ISI drivers test simulator

2010-07-20 Thread Rémi Denis-Courmont
On Tue, 20 Jul 2010 11:28:59 +0200, "Alan KREUTZ" wrote: > 1-Is, the fact to test oFono ISI driver with a Nokia phone, the only > way to test ISI drivers or is there a simulator like phonesim for ISI > driver? Yes. > 2-How to test oFono with a Nokia mobile? I believe that the plugin > u

ISI drivers test simulator

2010-07-20 Thread Alan KREUTZ
Hello all, I started to study and work on oFono and I'm searching for a way to test ISI modem driver. I have noticed that oFono AT modem driver can be tested with phonesim simulator and that it can be possible to use oFono ISI drivers with a Nokia mobile phone (for example N900 mobile phone).

Howto about Qt QML and Ofono

2010-07-20 Thread Matthias Günther
Hi all together. I wrote a little howto about how to use Ofono with Phonesim in the back and a Qt application as frontend. The Qt applicatin is devided into two parts, the C++ part where all the D-Bus stuff is handled and the QML part where you can use C++ methods to e.g. activate the Ofono modem

Re: PIPE use in ofono

2010-07-20 Thread Rémi Denis-Courmont
On Tue, 20 Jul 2010 09:22:04 +0200, Hemant-vilas RAMDASI wrote: > Is pipe/pep concept in ISI modem, specific to a modem inside N900? Or is > it generic to any Nokia modem? It should be available in any Nokia modem that exposes the USB CDC Phonet vendor-specific interface. If I recall correctly,

PIPE use in ofono

2010-07-20 Thread Hemant-vilas RAMDASI
Is pipe/pep concept in ISI modem, specific to a modem inside N900? Or is it generic to any Nokia modem? Regards, Hvr ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: Reg. MMS Support in oFono

2010-07-20 Thread Marcel Holtmann
Hi Satya, > I have one doubt regarding MMS features. > > > In previous mail list ofono team mention that "MMS is not supported by > oFono, these belong in a separate daemon". Related link is as follows > : http://lists.ofono.org/pipermail/ofono/2010-June/002672.html > > > I thought it is Co

Re: Reg. MMS Support in oFono

2010-07-20 Thread Stefan Schmidt
Hello. On Tue, 2010-07-20 at 12:27, సత్య కిషోర్ wrote: > > May I know what is that daemon that supports MMS features (upload / > download, MMS read receipt indication, Delivery report indication). Who says there is already such a daemon. The devs have been describing the architecture they are p