diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-31 12:34:07 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-11-02 08:23:10 +0100 |
commit | 24c40e32bd6b5a9becbba05d18f8fbbdc3592d51 (patch) | |
tree | 1f9874b63b3e6ec206deb3c40a2ccb8679f317c5 /include/ModemManager-enums.h | |
parent | 72068598e51a020a1f4c405c3d1650e4d2eef0a3 (diff) |
api: new source for the CDMA Base Station location
Diffstat (limited to 'include/ModemManager-enums.h')
-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 ad74037f..543baab2 100644 --- a/include/ModemManager-enums.h +++ b/include/ModemManager-enums.h @@ -493,6 +493,7 @@ typedef enum { /*< underscore_name=mm_sms_storage >*/ * @MM_MODEM_LOCATION_SOURCE_3GPP_LAC_CI: Location Area Code and Cell ID. * @MM_MODEM_LOCATION_SOURCE_GPS_RAW: GPS location given by predefined keys. * @MM_MODEM_LOCATION_SOURCE_GPS_NMEA: GPS location given as NMEA traces. + * @MM_MODEM_LOCATION_SOURCE_CDMA_BS: CDMA base station position. * * Sources of location information supported by the modem. */ @@ -501,6 +502,7 @@ typedef enum { /*< underscore_name=mm_modem_location_source >*/ MM_MODEM_LOCATION_SOURCE_3GPP_LAC_CI = 1 << 0, MM_MODEM_LOCATION_SOURCE_GPS_RAW = 1 << 1, MM_MODEM_LOCATION_SOURCE_GPS_NMEA = 1 << 2, + MM_MODEM_LOCATION_SOURCE_CDMA_BS = 1 << 3, } MMModemLocationSource; /** |