From 87eaac8f9d61723a32067734e36b092a80fa91f7 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 26 Nov 2021 12:14:39 +0100 Subject: iface-modem-3gpp: don't compare new properties when matching initial EPS bearer --- src/mm-iface-modem-3gpp.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/mm-iface-modem-3gpp.c b/src/mm-iface-modem-3gpp.c index 0ec57d9f..9431ad8c 100644 --- a/src/mm-iface-modem-3gpp.c +++ b/src/mm-iface-modem-3gpp.c @@ -33,6 +33,7 @@ /* When comparing EPS bearer settings take into account that: * - 'password' may not always be readable. * - 'apn-type' may not always be supported. + * - 'access-type-preference' may not always be reported. * - 'profile-id' will not be known in the requested settings * - we ignore settings not applicable to profiles, like 'allow-roaming' or * 'rm-protocol'. @@ -44,7 +45,10 @@ MM_BEARER_PROPERTIES_CMP_FLAGS_NO_PASSWORD | \ MM_BEARER_PROPERTIES_CMP_FLAGS_NO_ALLOW_ROAMING | \ MM_BEARER_PROPERTIES_CMP_FLAGS_NO_APN_TYPE | \ - MM_BEARER_PROPERTIES_CMP_FLAGS_NO_RM_PROTOCOL) + MM_BEARER_PROPERTIES_CMP_FLAGS_NO_RM_PROTOCOL | \ + MM_BEARER_PROPERTIES_CMP_FLAGS_NO_ACCESS_TYPE_PREFERENCE | \ + MM_BEARER_PROPERTIES_CMP_FLAGS_NO_ROAMING_ALLOWANCE) + /*****************************************************************************/ /* Private data context */ -- cgit v1.2.3-70-g09d2