From b77aa7ab0eaae2aca4e2f01f8328f1015260356d Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 14 Mar 2019 08:02:18 +0100 Subject: location,agps: explicitly specify that MSA A-GPS is implemented The A-GPS based implementations we currently have assume MSA A-GPS, so rename the MMModemLocationSource enum value to reflect that. --- include/ModemManager-compat.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'include/ModemManager-compat.h') diff --git a/include/ModemManager-compat.h b/include/ModemManager-compat.h index 974b69bf..2019d25a 100644 --- a/include/ModemManager-compat.h +++ b/include/ModemManager-compat.h @@ -694,6 +694,20 @@ typedef int MMModemBandDeprecated; */ #define MM_MODEM_BAND_CDMA_BC19_US_LOWER_700 ((MMModemBandDeprecated)MM_MODEM_BAND_CDMA_BC19) +/* The following type exists just so that we can get deprecation warnings */ +MM_DEPRECATED +typedef int MMModemLocationSourceDeprecated; + +/** + * MM_MODEM_LOCATION_SOURCE_AGPS: + * + * A-GPS location requested. + * + * Since: 1.0 + * Deprecated: 1.12.0: Use #MM_MODEM_LOCATION_SOURCE_AGPS_MSA instead. + */ +#define MM_MODEM_LOCATION_SOURCE_AGPS ((MMModemLocationSourceDeprecated)MM_MODEM_LOCATION_SOURCE_AGPS_MSA) + #endif /* MM_DISABLE_DEPRECATED */ #endif /* _MODEMMANAGER_COMPAT_H_ */ -- cgit v1.2.3-70-g09d2