broadband-modem: new profile settings not available in generic AT protocol

This commit is contained in:
Aleksander Morgado
2021-11-26 12:15:29 +01:00
parent 87eaac8f9d
commit ebe9a33411

View File

@@ -10352,7 +10352,11 @@ modem_3gpp_profile_manager_check_format_finish (MMIfaceModem3gppProfileManager
if (apn_cmp) if (apn_cmp)
*apn_cmp = (GEqualFunc) mm_3gpp_cmp_apn_name; *apn_cmp = (GEqualFunc) mm_3gpp_cmp_apn_name;
if (profile_cmp_flags) if (profile_cmp_flags)
*profile_cmp_flags = (MM_3GPP_PROFILE_CMP_FLAGS_NO_AUTH | MM_3GPP_PROFILE_CMP_FLAGS_NO_APN_TYPE); *profile_cmp_flags = (MM_3GPP_PROFILE_CMP_FLAGS_NO_AUTH |
MM_3GPP_PROFILE_CMP_FLAGS_NO_APN_TYPE |
MM_3GPP_PROFILE_CMP_FLAGS_NO_ACCESS_TYPE_PREFERENCE |
MM_3GPP_PROFILE_CMP_FLAGS_NO_ROAMING_ALLOWANCE |
MM_3GPP_PROFILE_CMP_FLAGS_NO_PROFILE_SOURCE);
return TRUE; return TRUE;
} }