aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-location-3gpp.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-09-25 16:06:38 +0200
committerAleksander Morgado <aleksander@aleksander.es>2018-09-25 19:21:00 +0200
commit0ca95254ae507caddebe45f6ee6e230a99e82bfc (patch)
treee415340dcd598ce60bf1cabdecebcd2803a49492 /libmm-glib/mm-location-3gpp.h
parent4d16eec5fbbe16e92dd25bea420fb8c503e520ec (diff)
libmm-glib,location-3gpp: don't ignore location updates when MNC is 0
E.g. China Mobile (MCC 460, MNC 0). $ mmcli -m toby --location-get /org/freedesktop/ModemManager1/Modem/0 ------------------------- 3GPP location | Mobile country code: '460' | Mobile network code: '0' | Location area code: '6188' | Cell ID: '40955' ------------------------- GPS NMEA traces | Not available ------------------------- Raw GPS | Not available ------------------------- CDMA BS | Not available
Diffstat (limited to 'libmm-glib/mm-location-3gpp.h')
-rw-r--r--libmm-glib/mm-location-3gpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmm-glib/mm-location-3gpp.h b/libmm-glib/mm-location-3gpp.h
index cde055ce..abcb4b84 100644
--- a/libmm-glib/mm-location-3gpp.h
+++ b/libmm-glib/mm-location-3gpp.h
@@ -84,6 +84,7 @@ gboolean mm_location_3gpp_set_cell_id (MMLocation3gpp *self,
gulong cell_id);
gboolean mm_location_3gpp_set_tracking_area_code (MMLocation3gpp *self,
gulong tracking_area_code);
+gboolean mm_location_3gpp_reset (MMLocation3gpp *self);
#endif