diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-06 11:10:53 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-09-05 11:28:10 +0200 |
commit | fbeee20d5b7789bd0bcd4e4ab1dce784390e5ebd (patch) | |
tree | 72b7b63e6e4191566d72db6769f7e9b3403be0d9 /include | |
parent | 02961c388b54fe3a00419004d2e9f1ce6025751c (diff) |
introspection,api: add SUPL server configuration in the Location interface
Diffstat (limited to 'include')
-rw-r--r-- | include/ModemManager-enums.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ModemManager-enums.h b/include/ModemManager-enums.h index 87e5c5e7..57a2b277 100644 --- a/include/ModemManager-enums.h +++ b/include/ModemManager-enums.h @@ -819,6 +819,7 @@ typedef enum { /*< underscore_name=mm_sms_cdma_service_category >*/ * @MM_MODEM_LOCATION_SOURCE_GPS_NMEA: GPS location given as NMEA traces. * @MM_MODEM_LOCATION_SOURCE_CDMA_BS: CDMA base station position. * @MM_MODEM_LOCATION_SOURCE_GPS_UNMANAGED: No location given, just GPS module setup. + * @MM_MODEM_LOCATION_SOURCE_AGPS: A-GPS location requested. * * Sources of location information supported by the modem. */ @@ -829,6 +830,7 @@ typedef enum { /*< underscore_name=mm_modem_location_source >*/ MM_MODEM_LOCATION_SOURCE_GPS_NMEA = 1 << 2, MM_MODEM_LOCATION_SOURCE_CDMA_BS = 1 << 3, MM_MODEM_LOCATION_SOURCE_GPS_UNMANAGED = 1 << 4, + MM_MODEM_LOCATION_SOURCE_AGPS = 1 << 5, } MMModemLocationSource; /** |