api: new source for the CDMA Base Station location

This commit is contained in:
Aleksander Morgado
2012-10-31 12:34:07 +01:00
parent 72068598e5
commit 24c40e32bd
2 changed files with 26 additions and 0 deletions

View File

@@ -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;
/**