* PIPE use in ofono
@ 2010-07-20 7:22 Hemant-vilas RAMDASI
2010-07-20 7:56 ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
0 siblings, 1 reply; 4+ messages in thread
From: Hemant-vilas RAMDASI @ 2010-07-20 7:22 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 123 bytes --]
Is pipe/pep concept in ISI modem, specific to a modem inside N900? Or is it generic to any Nokia modem?
Regards,
Hvr
[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 4774 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: PIPE use in ofono
2010-07-20 7:22 PIPE use in ofono Hemant-vilas RAMDASI
@ 2010-07-20 7:56 ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2010-07-20 11:33 ` Hemant-vilas RAMDASI
0 siblings, 1 reply; 4+ messages in thread
From: =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont @ 2010-07-20 7:56 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 460 bytes --]
On Tue, 20 Jul 2010 09:22:04 +0200, Hemant-vilas RAMDASI
<hemant.ramdasi@stericsson.com> 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, it worked with my Nokia
N95.
--
Rémi Denis-Courmont
http://www.remlab.net
http://fi.linkedin.com/in/remidenis
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: PIPE use in ofono
2010-07-20 7:56 ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
@ 2010-07-20 11:33 ` Hemant-vilas RAMDASI
2010-07-20 15:49 ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
0 siblings, 1 reply; 4+ messages in thread
From: Hemant-vilas RAMDASI @ 2010-07-20 11:33 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1311 bytes --]
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 to IP stack directly instead of routing from user space using sequence socket.
Is it possible with today's phonet stack? Is there a need of third entity like controller to do this?
Thanks,
Hvr
-----Original Message-----
From: ofono-bounces(a)ofono.org [mailto:ofono-bounces(a)ofono.org] On Behalf Of Rémi Denis-Courmont
Sent: Tuesday, July 20, 2010 1:26 PM
To: ofono(a)ofono.org
Subject: Re: PIPE use in ofono
On Tue, 20 Jul 2010 09:22:04 +0200, Hemant-vilas RAMDASI
<hemant.ramdasi@stericsson.com> 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, it worked with my Nokia
N95.
--
Rémi Denis-Courmont
http://www.remlab.net
http://fi.linkedin.com/in/remidenis
_______________________________________________
ofono mailing list
ofono(a)ofono.org
http://lists.ofono.org/listinfo/ofono
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: PIPE use in ofono
2010-07-20 11:33 ` Hemant-vilas RAMDASI
@ 2010-07-20 15:49 ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
0 siblings, 0 replies; 4+ messages in thread
From: =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont @ 2010-07-20 15:49 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1158 bytes --]
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
> 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
> to IP stack directly instead of routing from user space using sequence
> socket.
The virtual GPRS network interface runs on top of the Phonet packet socket,
much like a virtual PPP network interfaces run on top of a TTY port.
The packet socket itself is the Linux-side endpoint of the Phonet pipe between
the modem and the Linux CPU.
> Is it possible with today's phonet stack? Is there a need of third
> entity like controller to do this?
That's done with the pep_gprs.c network device driver. However, GPRS signaling
needs to be done in userspace. This is implemented in oFono already.
--
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-07-20 15:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-20 7:22 PIPE use in ofono Hemant-vilas RAMDASI
2010-07-20 7:56 ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2010-07-20 11:33 ` Hemant-vilas RAMDASI
2010-07-20 15:49 ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
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.