From f2e38a6b4216437b084fd866fe406aa71b5d5f7f Mon Sep 17 00:00:00 2001 From: Jonas Bonn Date: Mon, 5 Mar 2018 13:31:01 +0100 Subject: qmi: add LTE atom driver This patch adds an LTE atom for QMI modems. This atom sets the APN that the LTE default bearer should use when establishing its PDP context. This APN needs to be set on the 'default' profile so the atom queries which profile is the default and resets it before allowing the APN to be set. Once configured, the default profile settings are used when the modem connects to the network; for this reason, the LTE atom needs to be instantiated in post_sim, before the modem is set online. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d790a215..a921bd2b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -234,6 +234,7 @@ builtin_sources += $(qmi_sources) \ drivers/qmimodem/ussd.c \ drivers/qmimodem/gprs.c \ drivers/qmimodem/gprs-context.c \ + drivers/qmimodem/lte.c \ drivers/qmimodem/radio-settings.c \ drivers/qmimodem/location-reporting.c \ drivers/qmimodem/netmon.c -- cgit v1.2.1