aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-17 23:42:30 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:52 +0100
commitf94d8ce30a49af868d7b58b9dd3ba7d71d8bb73c (patch)
treed61d6b86c0342d308f018d32e429dfcc52431e79
parent182a9542055bbc4b560672e70d7383bffb395378 (diff)
api: include '3gpp' prefix for LAC/CI location, instead of 'gsm'
-rw-r--r--include/ModemManager-enums.h4
-rw-r--r--new/org.freedesktop.ModemManager1.Modem.Location.xml4
2 files changed, 4 insertions, 4 deletions
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;
diff --git a/new/org.freedesktop.ModemManager1.Modem.Location.xml b/new/org.freedesktop.ModemManager1.Modem.Location.xml
index e09448d1..4673a28a 100644
--- a/new/org.freedesktop.ModemManager1.Modem.Location.xml
+++ b/new/org.freedesktop.ModemManager1.Modem.Location.xml
@@ -106,7 +106,7 @@
information:
<variablelist>
- <varlistentry><term><link linkend="MM-MODEM-LOCATION-SOURCE-GSM-LAC-CI:CAPS">MM_MODEM_LOCATION_SOURCE_GSM_LAC_CI</link></term>
+ <varlistentry><term><link linkend="MM-MODEM-LOCATION-SOURCE-3GPP-LAC-CI:CAPS">MM_MODEM_LOCATION_SOURCE_3GPP_LAC_CI</link></term>
<listitem>
<para>
Devices supporting this
@@ -155,7 +155,7 @@
If any of these four items (<literal>MCC</literal>, <literal>MNC</literal>,
<literal>LAC</literal>, <literal>CI</literal>) is unknown or the
mobile is not registered with a network, then the
- <link linkend="MM-MODEM-LOCATION-SOURCE-GSM-LAC-CI:CAPS">MM_MODEM_LOCATION_SOURCE_GSM_LAC_CI</link>
+ <link linkend="MM-MODEM-LOCATION-SOURCE-3GPP-LAC-CI:CAPS">MM_MODEM_LOCATION_SOURCE_3GPP_LAC_CI</link>
location
information item should not be provided as a returned value from the
<link linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Location.GetLocation">GetLocation()</link>