From: Giacinto Cifelli <gciofono@gmail.com>
To: ofono@ofono.org
Subject: [PATCH v8 0/5] lte atom auth and IP protocol
Date: Fri, 19 Oct 2018 13:31:36 +0200 [thread overview]
Message-ID: <20181019113141.20734-1-gciofono@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1240 bytes --]
I would like to submit this patch for the lte atom
This patch adds in core atom:
- the protocol for the default LTE APN, ip, ipv6 and both
- the authentication handling, with 3 properties:
method, username, password
then these are used in the atmodem atom:
The behavior of the patch is described in the api document (part 1),
and in the core atom header (part 2).
Related to the previous version, this version:
- changes the name of the function at_auth_type_from_method in
atmodem/atutils, as suggested by Jonas, and calls it without passing
from an intermediate local variable.
Giacinto Cifelli (5):
lte-api: protocol and authentication properties
lte.h: added proto and authentication handling
lte: protocol and authentication for default ctx
atmodem/atutil: shared functions for cgdcont
atmodem/lte: proto and authentication handling
doc/lte-api.txt | 39 +++++++
drivers/atmodem/atutil.c | 49 +++++++++
drivers/atmodem/atutil.h | 6 ++
drivers/atmodem/lte.c | 118 ++++++++++++++++++---
include/lte.h | 5 +
src/lte.c | 222 +++++++++++++++++++++++++++++----------
6 files changed, 367 insertions(+), 72 deletions(-)
--
2.17.1
next reply other threads:[~2018-10-19 11:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-19 11:31 Giacinto Cifelli [this message]
2018-10-19 11:31 ` [PATCH v8 1/5] lte-api: protocol and authentication properties Giacinto Cifelli
2018-10-19 11:31 ` [PATCH v8 2/5] lte.h: added proto and authentication handling Giacinto Cifelli
2018-10-19 11:31 ` [PATCH v8 3/5] lte: protocol and authentication for default ctx Giacinto Cifelli
2018-10-19 11:31 ` [PATCH v8 4/5] atmodem/atutil: shared functions for cgdcont Giacinto Cifelli
2018-10-22 16:56 ` Denis Kenzior
2018-10-22 17:03 ` Giacinto Cifelli
2018-10-19 11:31 ` [PATCH v8 5/5] atmodem/lte: proto and authentication handling Giacinto Cifelli
2018-10-22 16:48 ` [PATCH v8 0/5] lte atom auth and IP protocol Denis Kenzior
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=20181019113141.20734-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