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)