diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-04 21:49:36 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-24 14:02:30 +0100 |
commit | 73a29c3e330ab44780661324b2d24e964a34f55b (patch) | |
tree | 5971dd1b61e8dbb2ca3537c78646093ceacc30dc /docs | |
parent | 52538defe11747e5f953275d346bfbd647756651 (diff) |
api,bearer: new 'roaming-allowance' setting
The 'allow-roaming' setting should be considered deprecated for 3GPP
devices that support the new 'roaming-allowance' setting, which is
much more detailed (as it allows to differentiate between partner and
non-partner networks) and may also be stored as part of a profile.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/api/ModemManager-sections.txt | 1 | ||||
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-sections.txt | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/reference/api/ModemManager-sections.txt b/docs/reference/api/ModemManager-sections.txt index 886454f8..eff2fe08 100644 --- a/docs/reference/api/ModemManager-sections.txt +++ b/docs/reference/api/ModemManager-sections.txt @@ -17,6 +17,7 @@ MMBearerAllowedAuth MMBearerMultiplexSupport MMBearerApnType MMBearerAccessTypePreference +MMBearerRoamingAllowance MMCallDirection MMCallState MMCallStateReason diff --git a/docs/reference/libmm-glib/libmm-glib-sections.txt b/docs/reference/libmm-glib/libmm-glib-sections.txt index 42c4d81a..690d31f7 100644 --- a/docs/reference/libmm-glib/libmm-glib-sections.txt +++ b/docs/reference/libmm-glib/libmm-glib-sections.txt @@ -1706,6 +1706,7 @@ mm_sim_type_get_string mm_sim_esim_status_get_string mm_sim_removability_get_string mm_bearer_access_type_preference_get_string +mm_bearer_roaming_allowance_build_string_from_mask mm_modem_capability_build_string_from_mask mm_modem_state_get_string mm_modem_state_failed_reason_get_string @@ -1777,6 +1778,7 @@ mm_sim_type_build_string_from_mask mm_sim_esim_status_build_string_from_mask mm_sim_removability_build_string_from_mask mm_bearer_access_type_preference_build_string_from_mask +mm_bearer_roaming_allowance_get_string mm_modem_cdma_registration_state_build_string_from_mask mm_modem_cdma_activation_state_build_string_from_mask mm_modem_cdma_rm_protocol_build_string_from_mask @@ -1810,6 +1812,7 @@ MM_TYPE_SIM_TYPE MM_TYPE_ESIM_STATUS MM_TYPE_SIM_REMOVAL_STATUS MM_TYPE_BEARER_ACCESS_TYPE_PREFERENCE +MM_TYPE_BEARER_ROAMING_ALLOWANCE MM_TYPE_FIRMWARE_IMAGE_TYPE MM_TYPE_MODEM_3GPP_FACILITY MM_TYPE_MODEM_3GPP_NETWORK_AVAILABILITY @@ -1861,6 +1864,7 @@ mm_sim_type_get_type mm_sim_esim_status_get_type mm_sim_removability_get_type mm_bearer_access_type_preference_get_type +mm_bearer_roaming_allowance_get_type mm_firmware_image_type_get_type mm_modem_3gpp_facility_get_type mm_modem_3gpp_network_availability_get_type |