Re: [LEDE-DEV] Open and secure firmware for Quectel 4G modems [Was: Re: Quectel EC20 QMI autoconnect issues [Was: Re: [LEDE-DEV, 3/3, v3] uqmi: Prevent 'POLICY MISMATCH' error.]]

2017-01-08 Thread Matti Laakso
> Adding laforge and zecke to the Cc loop. > > Matti Laakso <malaa...@elisanet.fi> [2017-01-08 14:39:34]: > > Hi, > > > I'm almost done with checking the connection state using a > > proto_run_command with a simple script running uqmi --get-data-status

Re: [LEDE-DEV] Quectel EC20 QMI autoconnect issues [Was: Re: [LEDE-DEV, 3/3, v3] uqmi: Prevent 'POLICY MISMATCH' error.]

2017-01-08 Thread Matti Laakso
> Petr Štetiar [2016-12-12 10:06:59]: > > > I'm going to ask Quectel about this issue and will share the results. > > So it ended with the following result: "I raceived the additional > informations that it’s not well to use autoconnect feature on EC20 and EC25. > R will work

Re: [LEDE-DEV] [LEDE-DEV, 3/3, v2] uqmi: Prevent 'POLICY MISMATH' error.

2016-12-16 Thread Matti Laakso
On 07/12/2016 18:13, Nickolay Ledovskikh wrote: >/Add uqmi 'sync' command call to release stalled cid when preparing to />/setup new connection. As a result it prevents 'POLICY MISMATCH' errors. />//>/Signed-off-by: Nickolay Ledovskikh >

Re: [LEDE-DEV] [PATCH] comgt-ncm: Add support for specifying profile index

2016-12-11 Thread Matti Laakso
it unclear. I just sent a v2 with among other changes a slightly reworded commit message. The point is that it is better (and common to mobile broadband connections) to specify pdptype as ip, ipv6 or ipv4v6 rather than enable or disable ipv6. Matti > > On 06/12/2016 17:52, Matti Laak

[LEDE-DEV] [PATCH v2] uqmi: Add support for specifying profile index

2016-12-11 Thread Matti Laakso
with pdptype, which is less ambiguous, and make autoconnect optional and default it to off for IPv6 due to it not working with statically configured IPv6. Signed-off-by: Matti Laakso <malaa...@elisanet.fi> --- v2: * Enable autoconnect by default for IPv4 package/network/utils/uqmi/Ma

Re: [LEDE-DEV] [LEDE-DEV, 3/3, v3] uqmi: Prevent 'POLICY MISMATCH' error.

2016-12-09 Thread Matti Laakso
quot;,"0.0.0.0",0,0 2'nd modem: at+cgdcont? +CGDCONT: 1,"IP","internet.beeline.ru","0.0.0.0",0,0 +CGDCONT: 3,"IP","internet.beeline.ru","0.0.0.0",0,0 And 2 more modems Only one (wan2) gets up and connected to network. What I'm do

Re: [LEDE-DEV] [LEDE-DEV, 3/3, v3] uqmi: Prevent 'POLICY MISMATCH' error.

2016-12-09 Thread Matti Laakso
On 09.12.2016 11:27, Petr Štetiar wrote: Matti Laakso <malaa...@elisanet.fi> [2016-12-09 10:23:24]: I don't think that the autoconnect setting is "transferred" to the network, rather it could be tied to a specific call profile index, which has the wrong APN. If your Slovak

Re: [LEDE-DEV] [LEDE-DEV, 3/3, v3] uqmi: Prevent 'POLICY MISMATCH' error.

2016-12-09 Thread Matti Laakso
On 08.12.2016 17:11, Bjørn Mork wrote: Petr Štetiar <yn...@true.cz> writes: Matti Laakso <malaa...@elisanet.fi> [2016-12-08 15:39:57]: Hi, I don't like the autoconnect at all, it being so unpredictable across various models. This autoconnect feature should burn in hell :-) The

Re: [LEDE-DEV] [LEDE-DEV, 3/3, v3] uqmi: Prevent 'POLICY MISMATCH' error.

2016-12-08 Thread Matti Laakso
> > Add uqmi 'sync' command call to release stalled cid when preparing to > setup new connection. As a result it prevents 'POLICY MISMATCH' errors. > > Signed-off-by: Nickolay Ledovskikh

Re: [LEDE-DEV] [PATCH] comgt-ncm: Add support for specifying profile index

2016-12-08 Thread Matti Laakso
> >/--- a/package/network/utils/comgt/files/getcardinfo.gcom />/+++ > >b/package/network/utils/comgt/files/getcardinfo.gcom />/@@ -6,7 +6,7 @@ > >opengt />/flash 0.1 />//>/:start />/- send "ATI^m" />/+ send "AT+CGMI^m" / > >/diff --git a/package/network/utils/comgt/files/ncm.json / > > >/diff

[LEDE-DEV] [PATCH] uqmi: Add support for specifying profile index

2016-12-03 Thread Matti Laakso
configured IPv6. Signed-off-by: Matti Laakso <malaa...@elisanet.fi> --- package/network/utils/uqmi/Makefile| 6 +- .../utils/uqmi/files/lib/netifd/proto/qmi.sh | 164 +++-- 2 files changed, 88 insertions(+), 82 deletions(-) diff --git a/package/n

Re: [LEDE-DEV] enhanced 3G support

2016-11-28 Thread Matti Laakso
Hi, > Dear All, > I currently add supprt for the dwr-512 device on LEDE. > This device have a 3G modem embedded. > The current available configuration uses the usb-option to establish the 3G > connection over ppp. > Nevertheless the modem offer one cdc-ether interface with better > performance. >

[LEDE-DEV] [PATCH][uqmi 5/5] nas: fix network scan

2016-11-20 Thread Matti Laakso
Signed-off-by: Matti Laakso <malaa...@elisanet.fi> --- commands-nas.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/commands-nas.c b/commands-nas.c index fd51a13..5874bfb 100644 --- a/commands-nas.c +++ b/commands-nas.c @@ -364,7 +364,13 @@ cmd_nas_network_s

[LEDE-DEV] [PATCH][uqmi 1/5] wds: fix set-autoconnect help text

2016-11-20 Thread Matti Laakso
Signed-off-by: Matti Laakso <malaa...@elisanet.fi> --- commands-wds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands-wds.h b/commands-wds.h index 8cb7289..ba67df9 100644 --- a/commands-wds.h +++ b/commands-wds.h @@ -43,6 +43,6 @@ " --s

[LEDE-DEV] [PATCH][uqmi 2/5] wds: add a separate --set-ip-family option

2016-11-20 Thread Matti Laakso
command, and they should use the IP Family Preference TLV. On the other hand, newer modems, e.g., from Huawei, don't respect that TLV, and require the use of the separate Set IP Family command. Signed-off-by: Matti Laakso <malaa...@elisanet.fi> --- commands-wds.

[LEDE-DEV] [PATCH][uqmi 4/5] wds: add option for specifying profile index

2016-11-20 Thread Matti Laakso
Some modems require the specification of a profile index which determines the APN and the IP family used for the connection. Signed-off-by: Matti Laakso <malaa...@elisanet.fi> --- commands-wds.c | 10 ++ commands-wds.h | 2 ++ 2 files changed, 12 insertions(+) diff --git a/co