diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-04-04 23:57:41 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-04-29 10:13:22 +0000 |
commit | 887358663de820078f5632180cba53975809ebcf (patch) | |
tree | 7d543e797a71ca599604cfead1b29438940990bb /src/mm-modem-helpers.h | |
parent | 4b2e63aa86fc463fb1622bbc32dcfa90bee060e8 (diff) |
broadband-bearer: rely on profile management for the cid selection
There is no longer need to perform all the CID selection logic in the
broadband bearer connection procedure, we can rely on the new profile
management operations to do the same thing.
We can do this because we're sure that all the MMBroadbandModem
objects implement the MMModem3gppProfileManager interface.
Additionally, given that we now provide the profile ID value as part
of the MMBearerConnectResult, we no longer need a custom
mm_broadband_bearer_get_3gpp_cid() as we can use the generic
mm_base_bearer_get_profile_id() for the same purpose.
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index c16ddb64..9f39bcf0 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -200,15 +200,6 @@ void mm_3gpp_pdp_context_list_free (GList *pdp_list); GList *mm_3gpp_parse_cgdcont_read_response (const gchar *reply, GError **error); -/* Select best CID to use during connection */ -guint mm_3gpp_select_best_cid (const gchar *apn, - MMBearerIpFamily ip_family, - GList *context_list, - GList *context_format_list, - gpointer log_object, - gboolean *out_cid_reused, - gboolean *out_cid_overwritten); - /* AT+CGACT? (active PDP context query) response parser */ typedef struct { guint cid; |