From: Giacinto Cifelli <gciofono@gmail.com>
To: ofono@ofono.org
Subject: [PATCH v4 0/4] lte atom auth and IP protocol
Date: Sat, 13 Oct 2018 07:48:51 +0200 [thread overview]
Message-ID: <20181013054855.20150-1-gciofono@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1492 bytes --]
would like to submit this patch for the lte atom
This patch adds:
- the protocol for the default LTE APN, ip, ipv6 and both
- the authentication handling, with 3 properties:
method, username, password
The behavior of the patch is described in the api document (part 1/4),
and in the core atom header (part 2/4). The same description is
duplicated for convenience in the core atom source (part 3/4).
The part 4/4 is the driver/atmodem reflex of these changes.
This patch implements these extended parameters as described by the
3GPP TS 27.007.
Related to the v3, this new version fixes:
- a missing return in case of error in at_lte_set_default_attach_info_cb
- discards the use of lte_driver_data in favour of its member chat
for passing among callbacks, as the persistence of the first
cannot be guaranteed, or at least controlled by the driver atom
- fixes the memory management of the object passed among callbacks
by using a reference counted structure
Giacinto Cifelli (4):
lte-api: protocol and authentication properties
lte.h: added proto and authentication handling
src/lte: added proto and authentication handling
atmodem/lte: proto and authentication handling
doc/lte-api.txt | 39 +++++++
drivers/atmodem/lte.c | 133 ++++++++++++++++++++++--
include/lte.h | 5 +
src/lte.c | 236 ++++++++++++++++++++++++++++++++----------
4 files changed, 347 insertions(+), 66 deletions(-)
--
2.17.1
next reply other threads:[~2018-10-13 5:48 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-13 5:48 Giacinto Cifelli [this message]
2018-10-13 5:48 ` [PATCH v4 1/4] lte-api: protocol and authentication properties Giacinto Cifelli
2018-10-13 5:48 ` [PATCH v4 2/4] lte.h: added proto and authentication handling Giacinto Cifelli
2018-10-13 5:48 ` [PATCH v4 3/4] src/lte: " Giacinto Cifelli
2018-10-13 6:50 ` Jonas Bonn
2018-10-13 7:08 ` Giacinto Cifelli
2018-10-13 5:48 ` [PATCH v4 4/4] atmodem/lte: " Giacinto Cifelli
2018-10-13 6:23 ` Jonas Bonn
2018-10-15 17:08 ` Denis Kenzior
2018-10-15 17:30 ` Giacinto Cifelli
2018-10-15 18:43 ` Giacinto Cifelli
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=20181013054855.20150-1-gciofono@gmail.com \
--to=gciofono@gmail.com \
--cc=ofono@ofono.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox