Re: IPV6 question

2016-09-29 Thread Denis Kenzior
Hi Harald, On 09/29/2016 10:01 AM, Harald Welte wrote: This might be off topic, but AFAIR there are PPP type PDP contexts where not raw IP, but actual PPP frames are transmitted over GPRS inside SNDCP/LLC. Not sure if any operators use that, but its perfectly valid. Yes, I think this was

Re: [PATCH 2/2] udevng: Detect huawei E3372 modem and pcui

2016-09-29 Thread Denis Kenzior
Hi Frédéric, On 09/29/2016 02:52 AM, Frédéric Dalleau wrote: When the modes are modified with AT^SETPORT="FF;12,1,16", this modem and pcui will appear using different ids. Update the interfaces identifier accordingly. Signed-off-by: Frédéric Dalleau oFono

Re: IPV6 question

2016-09-29 Thread Marcel Holtmann
Hi Harald, > This might be off topic, but AFAIR there are PPP type PDP contexts where not > raw IP, but actual PPP frames are transmitted over GPRS inside SNDCP/LLC. Not > sure if any operators use that, but its perfectly valid. > > In this case PPP doesn't terminate in the modem, so

Re: IPV6 question

2016-09-29 Thread Harald Welte
This might be off topic, but AFAIR there are PPP type PDP contexts where not raw IP, but actual PPP frames are transmitted over GPRS inside SNDCP/LLC. Not sure if any operators use that, but its perfectly valid. In this case PPP doesn't terminate in the modem, so "hardware" support should be

Re: IPV6 question

2016-09-29 Thread Enrico Sau
Hi Denis, Thank you for you answer. I will make some tests. Regards, Enrico ___ ofono mailing list ofono@ofono.org https://lists.ofono.org/mailman/listinfo/ofono

[PATCH 0/2] Detect huawei E3372

2016-09-29 Thread Frédéric Dalleau
I have these two patches after spending some time with E3372 (reflashed with a so called 21 firmware). I have mixed feeling about those, but just send them here in case. Frédéric Dalleau (2): udevng: Detect huawei E3372 pcui udevng: Detect huawei E3372 modem and pcui plugins/udevng.c | 3

[PATCH 1/2] udevng: Detect huawei E3372 pcui

2016-09-29 Thread Frédéric Dalleau
The huawei E3372 exposes two USB tty at /dev/ttyUSB0 and /dev/ttyUSB1 /dev/ttyUSB1 is properly detected as modem. /dev/ttyUSB0 is the pcui. lsusb shows 12d1:1506 Huawei Technologies Co., Ltd. Modem/Networkcard Signed-off-by: Frédéric Dalleau ---

[PATCH 2/2] udevng: Detect huawei E3372 modem and pcui

2016-09-29 Thread Frédéric Dalleau
When the modes are modified with AT^SETPORT="FF;12,1,16", this modem and pcui will appear using different ids. Update the interfaces identifier accordingly. Signed-off-by: Frédéric Dalleau --- plugins/udevng.c | 2 ++ 1 file changed, 2 insertions(+) diff --git