* SMS, Packet service and multiplexing
@ 2009-05-13 17:51 Jean-Christian de Rivaz
2009-05-13 18:14 ` Denis Kenzior
0 siblings, 1 reply; 6+ messages in thread
From: Jean-Christian de Rivaz @ 2009-05-13 17:51 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 212 bytes --]
Hi,
After taking a overview of the code, I cannot found how SMS and packet
service are handled. Using packet service will require some multiplexing
as I understand.
Regards,
Jean-Christian de Rivaz
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: SMS, Packet service and multiplexing
2009-05-13 17:51 SMS, Packet service and multiplexing Jean-Christian de Rivaz
@ 2009-05-13 18:14 ` Denis Kenzior
2009-05-13 18:34 ` Jean-Christian de Rivaz
0 siblings, 1 reply; 6+ messages in thread
From: Denis Kenzior @ 2009-05-13 18:14 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 761 bytes --]
Hi,
On Wednesday 13 May 2009 12:51:11 Jean-Christian de Rivaz wrote:
> Hi,
>
> After taking a overview of the code, I cannot found how SMS and packet
oFono is by no means a finished product, there are plenty of areas that are
still not finished, SMS being one of them. We're actively working on SMS at
the moment. Some initial SMS utilities were pushed out yesterday.
> service are handled. Using packet service will require some multiplexing
> as I understand.
Again, this is not yet supported in oFono, patches and ideas are welcome.
>
> Regards,
>
> Jean-Christian de Rivaz
> _______________________________________________
> ofono mailing list
> ofono(a)ofono.org
> http://lists.ofono.org/listinfo/ofono
Regards,
-Denis
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: SMS, Packet service and multiplexing
2009-05-13 18:14 ` Denis Kenzior
@ 2009-05-13 18:34 ` Jean-Christian de Rivaz
2009-05-13 18:41 ` Christensen, Mikkel
0 siblings, 1 reply; 6+ messages in thread
From: Jean-Christian de Rivaz @ 2009-05-13 18:34 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 961 bytes --]
Hi,
Denis Kenzior a écrit :
> On Wednesday 13 May 2009 12:51:11 Jean-Christian de Rivaz wrote:
>> After taking a overview of the code, I cannot found how SMS and packet
>
> oFono is by no means a finished product, there are plenty of areas that are
> still not finished, SMS being one of them. We're actively working on SMS at
> the moment. Some initial SMS utilities were pushed out yesterday.
I see it now after a git pull. Thanks.
>> service are handled. Using packet service will require some multiplexing
>> as I understand.
>
> Again, this is not yet supported in oFono, patches and ideas are welcome.
I work on a project where we use a Wavecom modem. We chose to use a
second serial line to handle the PPP stream. If Ofono have working SMS
and packet service multiplexing, we will probably evaluate it use into a
next revision of the project product so we can save a serial line.
Regards,
Jean-Christian de Rivaz
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: SMS, Packet service and multiplexing
2009-05-13 18:34 ` Jean-Christian de Rivaz
@ 2009-05-13 18:41 ` Christensen, Mikkel
2009-05-13 18:54 ` Marcel Holtmann
0 siblings, 1 reply; 6+ messages in thread
From: Christensen, Mikkel @ 2009-05-13 18:41 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 468 bytes --]
> I work on a project where we use a Wavecom modem. We chose to use a
> second serial line to handle the PPP stream. If Ofono have working SMS
> and packet service multiplexing, we will probably evaluate it use into a
> next revision of the project product so we can save a serial line.
Freesmartphone.org does have a 07.10 (27.010) Multiplexer that does the trick of multiplexing.
http://git.freesmartphone.org/
Best regards,
Mikkel Christensen
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: SMS, Packet service and multiplexing
2009-05-13 18:41 ` Christensen, Mikkel
@ 2009-05-13 18:54 ` Marcel Holtmann
2009-05-13 19:34 ` Christensen, Mikkel
0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2009-05-13 18:54 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 711 bytes --]
Hi Mikkel,
> > I work on a project where we use a Wavecom modem. We chose to use a
> > second serial line to handle the PPP stream. If Ofono have working SMS
> > and packet service multiplexing, we will probably evaluate it use into a
> > next revision of the project product so we can save a serial line.
>
> Freesmartphone.org does have a 07.10 (27.010) Multiplexer that does the trick of multiplexing.
we are looking at an option to finally put such a multiplexer into the
kernel (where it belongs). The userspace solution generates too many
context switches and introduces latency when we are connecting via EDGE
or UMTS and shuffle a lot of data over that line.
Regards
Marcel
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: SMS, Packet service and multiplexing
2009-05-13 18:54 ` Marcel Holtmann
@ 2009-05-13 19:34 ` Christensen, Mikkel
0 siblings, 0 replies; 6+ messages in thread
From: Christensen, Mikkel @ 2009-05-13 19:34 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 579 bytes --]
> > Freesmartphone.org does have a 07.10 (27.010) Multiplexer
> > that does the trick of multiplexing.
>
> we are looking at an option to finally put such a multiplexer into the
> kernel (where it belongs). The userspace solution generates too many
> context switches and introduces latency when we are connecting via
> EDGE or UMTS and shuffle a lot of data over that line.
>
Putting it into the Kernel is a great idea and will improve performance especially when we move to the higher data rates of HSPA. Looking forward to see it.
Best regards,
Mikkel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-05-13 19:34 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-13 17:51 SMS, Packet service and multiplexing Jean-Christian de Rivaz
2009-05-13 18:14 ` Denis Kenzior
2009-05-13 18:34 ` Jean-Christian de Rivaz
2009-05-13 18:41 ` Christensen, Mikkel
2009-05-13 18:54 ` Marcel Holtmann
2009-05-13 19:34 ` Christensen, Mikkel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.