All of lore.kernel.org
 help / color / mirror / Atom feed
From: bjorn@mork.no (Bjørn Mork)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Interface between LTE devices and Linux
Date: Tue, 13 Feb 2018 16:30:33 +0100	[thread overview]
Message-ID: <87r2pooqjq.fsf@miraculix.mork.no> (raw)
In-Reply-To: <CAH8yC8mEK8OLOEn16qGt5zv6XG-bBVvrw2L4uALzJ9TTC_pPHg@mail.gmail.com> (Jeffrey Walton's message of "Tue, 13 Feb 2018 08:21:23 -0500")

Jeffrey Walton <noloader@gmail.com> 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/CommandsInterface.java
 .

Well, that only talks to the RIL so it is pretty high up the stack.  If
you want the software that actually implement the 3GPP stuff, then you'd
either give Qualcomm your right arm and your first born or you look at
what the Osmocom guys are doing.

The RIL is closed source too, and it will only use some high level
protocol like QMI or AT commands to send requests to the modem firmware
anyway. You can skip both the java code and the closed source RIL and go
straight for oFono or ModeManager if you want stuff at that layer.  But
I understood the original request as wanting to see more detail at the
actual radio layer.  That's difficult.  But you might get some useful
info out of the debug interfaces.


Bj?rn

  reply	other threads:[~2018-02-13 15:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-08 17:10 Interface between LTE devices and Linux jjDaNiMoTh
2018-02-08 17:18 ` Greg KH
2018-02-13  7:59   ` Nuno Sá
2018-02-13 13:21 ` Jeffrey Walton
2018-02-13 15:30   ` Bjørn Mork [this message]
2018-02-13 16:07     ` Jeffrey Walton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r2pooqjq.fsf@miraculix.mork.no \
    --to=bjorn@mork.no \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.