api,bearer: new 'profile-source' setting
Sometimes it's useful to know how a given stored profile was created, so devices can store and report this kind of information.
This commit is contained in:
@@ -18,6 +18,7 @@ MMBearerMultiplexSupport
|
||||
MMBearerApnType
|
||||
MMBearerAccessTypePreference
|
||||
MMBearerRoamingAllowance
|
||||
MMBearerProfileSource
|
||||
MMCallDirection
|
||||
MMCallState
|
||||
MMCallStateReason
|
||||
|
@@ -1707,6 +1707,7 @@ 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_bearer_profile_source_get_string
|
||||
mm_modem_capability_build_string_from_mask
|
||||
mm_modem_state_get_string
|
||||
mm_modem_state_failed_reason_get_string
|
||||
@@ -1779,6 +1780,7 @@ 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_bearer_profile_source_build_string_from_mask
|
||||
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
|
||||
@@ -1813,6 +1815,7 @@ MM_TYPE_ESIM_STATUS
|
||||
MM_TYPE_SIM_REMOVAL_STATUS
|
||||
MM_TYPE_BEARER_ACCESS_TYPE_PREFERENCE
|
||||
MM_TYPE_BEARER_ROAMING_ALLOWANCE
|
||||
MM_TYPE_BEARER_PROFILE_SOURCE
|
||||
MM_TYPE_FIRMWARE_IMAGE_TYPE
|
||||
MM_TYPE_MODEM_3GPP_FACILITY
|
||||
MM_TYPE_MODEM_3GPP_NETWORK_AVAILABILITY
|
||||
@@ -1865,6 +1868,7 @@ 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_bearer_profile_source_get_type
|
||||
mm_firmware_image_type_get_type
|
||||
mm_modem_3gpp_facility_get_type
|
||||
mm_modem_3gpp_network_availability_get_type
|
||||
|
Reference in New Issue
Block a user