aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-3gpp.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-11-26 12:14:39 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-12-24 14:05:35 +0100
commit87eaac8f9d61723a32067734e36b092a80fa91f7 (patch)
treee3a6e10ad902e9102dda0c432a3c71d093b6d91f /src/mm-iface-modem-3gpp.c
parente7c55f5f70a323811d0ab69d102c7e5844a42e46 (diff)
iface-modem-3gpp: don't compare new properties when matching initial EPS bearer
Diffstat (limited to 'src/mm-iface-modem-3gpp.c')
-rw-r--r--src/mm-iface-modem-3gpp.c6
1 files changed, 5 insertions, 1 deletions
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 */