summaryrefslogtreecommitdiff
path: root/plugins/xmm7xxx.c
diff options
context:
space:
mode:
authorJames Prestwood <james.prestwood@linux.intel.com>2017-10-12 09:28:10 -0700
committerDenis Kenzior <denkenz@gmail.com>2017-10-12 15:33:43 -0500
commit6105412d093653f7ea85eb92f8abcf5fde9b0bcd (patch)
treef69237994b9932c4bc968833acf5ad82ce7cf5ee /plugins/xmm7xxx.c
parent1b5e95a32a54b292ffee59395705a960beee1ff2 (diff)
downloadofono-6105412d093653f7ea85eb92f8abcf5fde9b0bcd.tar.gz
xmm7xxx: add sim-auth driver to xmm7xxx plugin
Diffstat (limited to 'plugins/xmm7xxx.c')
-rw-r--r--plugins/xmm7xxx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/xmm7xxx.c b/plugins/xmm7xxx.c
index 5cb843b9..497bdef9 100644
--- a/plugins/xmm7xxx.c
+++ b/plugins/xmm7xxx.c
@@ -49,6 +49,7 @@
#include <ofono/stk.h>
#include <ofono/lte.h>
#include <ofono/ims.h>
+#include <ofono/sim-auth.h>
#include <drivers/atmodem/atutil.h>
#include <drivers/atmodem/vendor.h>
@@ -322,6 +323,7 @@ static void xmm7xxx_post_sim(struct ofono_modem *modem)
ofono_lte_create(modem, "atmodem", data->chat);
ofono_radio_settings_create(modem, 0, "xmm7modem", data->chat);
+ ofono_sim_auth_create(modem, 0, "atmodem", data->chat);
}
static void xmm7xxx_post_online(struct ofono_modem *modem)