Re: [PATCH 1/6] lte-api: protocol and authentication properties

2018-10-11 Thread Giacinto Cifelli
Hi Denis, On Fri, Oct 12, 2018 at 6:06 AM Denis Kenzior wrote: > > Hi Giacinto, > > >> Reading through your patches, I'm missing an overarching explanation of > >> why we need this. Do you really have an LTE network in range that > >> requires authentication for the default APN? > > > > yes,

Re: [PATCH 1/6] lte-api: protocol and authentication properties

2018-10-11 Thread Denis Kenzior
Hi Giacinto, Reading through your patches, I'm missing an overarching explanation of why we need this. Do you really have an LTE network in range that requires authentication for the default APN? yes, quite a few of them actually. And all private APN I have seen so far require

Re: [PATCH 1/6] lte-api: protocol and authentication properties

2018-10-11 Thread Giacinto Cifelli
Hi Jonas, On Thu, Oct 11, 2018 at 9:07 PM Jonas Bonn wrote: > > Hi Giacinto, > > Reading through your patches, I'm missing an overarching explanation of > why we need this. Do you really have an LTE network in range that > requires authentication for the default APN? yes, quite a few of them

Re: [PATCH 1/6] lte-api: protocol and authentication properties

2018-10-11 Thread Jonas Bonn
Hi Giacinto, Reading through your patches, I'm missing an overarching explanation of why we need this.  Do you really have an LTE network in range that requires authentication for the default APN?  What happens if authentication fails... are you connected to an alternative APN automatically,

[PATCH 1/6] lte-api: protocol and authentication properties

2018-10-10 Thread Giacinto Cifelli
added 4 properties for handling the type of context and the authentication method, exactly like in any gprs context handling. The properties are named after the equivalent gprs-context one, for compatibility and uniformity. --- doc/lte-api.txt | 34 ++ 1 file