From f94d8ce30a49af868d7b58b9dd3ba7d71d8bb73c Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 17 Jan 2012 23:42:30 +0100 Subject: api: include '3gpp' prefix for LAC/CI location, instead of 'gsm' --- include/ModemManager-enums.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ModemManager-enums.h') diff --git a/include/ModemManager-enums.h b/include/ModemManager-enums.h index 3b0007b5..a4be5db7 100644 --- a/include/ModemManager-enums.h +++ b/include/ModemManager-enums.h @@ -300,7 +300,7 @@ typedef enum { /*< underscore_name=mm_modem_sms_state >*/ /** * MMModemLocationSource: * @MM_MODEM_LOCATION_SOURCE_NONE: None. - * @MM_MODEM_LOCATION_SOURCE_GSM_LAC_CI: Location Area Code and Cell ID. + * @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. * @@ -308,7 +308,7 @@ typedef enum { /*< underscore_name=mm_modem_sms_state >*/ */ typedef enum { /*< underscore_name=mm_modem_location_source >*/ MM_MODEM_LOCATION_SOURCE_NONE = 0, - MM_MODEM_LOCATION_SOURCE_GSM_LAC_CI = 1 << 0, + 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, } MMModemLocationSource; -- cgit v1.2.3-70-g09d2