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

2016-12-11 Thread Matti Laakso
On 12/11/2016 09:47 AM, John Crispin wrote: > Hi Matti > > i noticed that you remove the ipv6 option/support and this is not > mentioned in the commit message. could you elaborate on that one ? > > John Hi John, It is mentioned in the commit message, although maybe a bit unclear. I just

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

2016-12-10 Thread John Crispin
Hi Matti i noticed that you remove the ipv6 option/support and this is not mentioned in the commit message. could you elaborate on that one ? John On 06/12/2016 17:52, Matti Laakso wrote: > Add support for specifying a call profile index instead of APN. A > specific index different from

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

2016-12-09 Thread Giuseppe Lippolis
> Ah, that's the echo from the command messing up things. I was using the > cdc-wdm0 node, which doesn't echo, so I didn't notice this. Will send a fix > later today. However, it still wouldn't work with your modem as the > manufacturer would be "+cgmi:". This is a bug in the modem firmware, since

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] comgt-ncm: Add support for specifying profile index

2016-12-07 Thread Giuseppe Lippolis
> --- 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 --git