diff --git a/src/lte.c b/src/lte.c index e16d9aab..23fe8e1c 100644 --- a/src/lte.c +++ b/src/lte.c @@ -373,3 +373,8 @@ void *ofono_lte_get_data(const struct ofono_lte *lte) { return lte->driver_data; } + +struct ofono_modem *ofono_lte_get_modem(const struct ofono_lte *lte) +{ + return __ofono_atom_get_modem(lte->atom); +}