Re: Interface between LTE devices and Linux

2018-02-13 Thread Jeffrey Walton
On Tue, Feb 13, 2018 at 10:30 AM, Bjørn Mork wrote: > Jeffrey Walton writes: > >> In addition to GKH's answer, what I have seen... >> >> Some Android code to talk to the radio is written in plain java, like >> https://chromium.googlesource.com/android_tools/+/18728e9dd5dd66d4f5edf1b792e77e2b544a1

Re: Interface between LTE devices and Linux

2018-02-13 Thread Bjørn Mork
Jeffrey Walton writes: > In addition to GKH's answer, what I have seen... > > Some Android code to talk to the radio is written in plain java, like > https://chromium.googlesource.com/android_tools/+/18728e9dd5dd66d4f5edf1b792e77e2b544a1cb0/sdk/sources/android-19/com/android/internal/telephony/Co

Re: Interface between LTE devices and Linux

2018-02-13 Thread Jeffrey Walton
On Thu, Feb 8, 2018 at 12:10 PM, jjDaNiMoTh wrote: > Hello everyone, > > There is an example of LTE netdevice in the Linux source tree? > > In particular, I would like to know if there is any device driver that > implements the layers required by the 3GPP standard. I imagine that it > should exist

Re: Interface between LTE devices and Linux

2018-02-12 Thread Nuno Sá
On 02/08/2018 06:18 PM, Greg KH wrote: > On Thu, Feb 08, 2018 at 06:10:59PM +0100, jjDaNiMoTh wrote: >> Hello everyone, >> >> There is an example of LTE netdevice in the Linux source tree? >> >> In particular, I would like to know if there is any device driver that >> implements the layers required

Re: Interface between LTE devices and Linux

2018-02-08 Thread Greg KH
On Thu, Feb 08, 2018 at 06:10:59PM +0100, jjDaNiMoTh wrote: > Hello everyone, > > There is an example of LTE netdevice in the Linux source tree? > > In particular, I would like to know if there is any device driver that > implements the layers required by the 3GPP standard. I imagine that it > sh

Interface between LTE devices and Linux

2018-02-08 Thread jjDaNiMoTh
Hello everyone, There is an example of LTE netdevice in the Linux source tree? In particular, I would like to know if there is any device driver that implements the layers required by the 3GPP standard. I imagine that it should exist something since Android is communicating over LTE, but I can't