diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-26 21:18:53 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-24 14:03:15 +0100 |
commit | 50fc0101f58f083cad6dc754fa4c688f80f36acc (patch) | |
tree | dbc6c681f6ffa097312cdc4d5ee7833e6546e2bf /libmm-glib/mm-common-helpers.h | |
parent | f6a91b2250203e0f11f1d9dde9e8f9963e5c62a4 (diff) |
libmm-glib: new 'profile-source' in 3GPP profile
Not applicable to bearer properties, as this is exclusively a proflie
management setting, unrelated to connection attempts.
Diffstat (limited to 'libmm-glib/mm-common-helpers.h')
-rw-r--r-- | libmm-glib/mm-common-helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmm-glib/mm-common-helpers.h b/libmm-glib/mm-common-helpers.h index 4ede6e05..d444012c 100644 --- a/libmm-glib/mm-common-helpers.h +++ b/libmm-glib/mm-common-helpers.h @@ -100,6 +100,8 @@ MMModem3gppDrxCycle mm_common_get_3gpp_drx_cycle_from_string GError **error); MMBearerAccessTypePreference mm_common_get_access_type_preference_from_string (const gchar *str, GError **error); +MMBearerProfileSource mm_common_get_profile_source_from_string (const gchar *str, + GError **error); /******************************************************************************/ |