From 45478b17cf7027e3668510ceceb006c164f2b652 Mon Sep 17 00:00:00 2001 From: Kuba Pawlak Date: Thu, 16 Oct 2014 14:34:44 +0200 Subject: he910: enable location raporting atom --- plugins/he910.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins') diff --git a/plugins/he910.c b/plugins/he910.c index 81080e37..f0bbf475 100644 --- a/plugins/he910.c +++ b/plugins/he910.c @@ -46,6 +46,7 @@ #include #include #include +#include #include #include #include @@ -318,6 +319,7 @@ static void he910_pre_sim(struct ofono_modem *modem) ofono_devinfo_create(modem, 0, "atmodem", data->chat); data->sim = ofono_sim_create(modem, OFONO_VENDOR_TELIT, "atmodem", data->chat); + ofono_location_reporting_create(modem, 0, "telitmodem", data->chat); } static void he910_post_online(struct ofono_modem *modem) -- cgit v1.2.3