Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH v8 0/5] lte atom auth and IP protocol
@ 2018-10-19 11:31 Giacinto Cifelli
  2018-10-19 11:31 ` [PATCH v8 1/5] lte-api: protocol and authentication properties Giacinto Cifelli
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Giacinto Cifelli @ 2018-10-19 11:31 UTC (permalink / raw)
  To: ofono

[-- 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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-10-22 17:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-19 11:31 [PATCH v8 0/5] lte atom auth and IP protocol Giacinto Cifelli
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox