iface-modem-3gpp: add SubscriptionState property
This commit is contained in:

committed by
Aleksander Morgado

parent
564b3610fd
commit
f9a4f87d52
@@ -235,6 +235,7 @@ mm_modem_3gpp_get_operator_name
|
||||
mm_modem_3gpp_dup_operator_name
|
||||
mm_modem_3gpp_get_enabled_facility_locks
|
||||
mm_modem_3gpp_get_registration_state
|
||||
mm_modem_3gpp_get_subscription_state
|
||||
<SUBSECTION Methods>
|
||||
mm_modem_3gpp_register
|
||||
mm_modem_3gpp_register_finish
|
||||
@@ -772,6 +773,7 @@ mm_simple_status_get_current_bands
|
||||
mm_simple_status_get_3gpp_registration_state
|
||||
mm_simple_status_get_3gpp_operator_code
|
||||
mm_simple_status_get_3gpp_operator_name
|
||||
mm_simple_status_get_3gpp_subscription_state
|
||||
mm_simple_status_get_cdma_cdma1x_registration_state
|
||||
mm_simple_status_get_cdma_evdo_registration_state
|
||||
mm_simple_status_get_cdma_nid
|
||||
@@ -780,6 +782,7 @@ mm_simple_status_get_cdma_sid
|
||||
MM_SIMPLE_PROPERTY_3GPP_OPERATOR_CODE
|
||||
MM_SIMPLE_PROPERTY_3GPP_OPERATOR_NAME
|
||||
MM_SIMPLE_PROPERTY_3GPP_REGISTRATION_STATE
|
||||
MM_SIMPLE_PROPERTY_3GPP_SUBSCRIPTION_STATE
|
||||
MM_SIMPLE_PROPERTY_ACCESS_TECHNOLOGIES
|
||||
MM_SIMPLE_PROPERTY_CURRENT_BANDS
|
||||
MM_SIMPLE_PROPERTY_CDMA_CDMA1X_REGISTRATION_STATE
|
||||
@@ -1132,6 +1135,7 @@ mm_modem_mode_build_string_from_mask
|
||||
mm_modem_band_get_string
|
||||
mm_modem_port_type_get_string
|
||||
mm_modem_3gpp_registration_state_get_string
|
||||
mm_modem_3gpp_subscription_state_get_string
|
||||
mm_modem_3gpp_facility_build_string_from_mask
|
||||
mm_modem_3gpp_network_availability_get_string
|
||||
mm_modem_3gpp_ussd_session_state_get_string
|
||||
@@ -1174,6 +1178,7 @@ 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
|
||||
mm_modem_3gpp_registration_state_build_string_from_mask
|
||||
mm_modem_3gpp_subscription_state_build_string_from_mask
|
||||
mm_modem_3gpp_facility_get_string
|
||||
mm_modem_3gpp_network_availability_build_string_from_mask
|
||||
mm_modem_3gpp_ussd_session_state_build_string_from_mask
|
||||
@@ -1191,6 +1196,7 @@ MM_TYPE_FIRMWARE_IMAGE_TYPE
|
||||
MM_TYPE_MODEM_3GPP_FACILITY
|
||||
MM_TYPE_MODEM_3GPP_NETWORK_AVAILABILITY
|
||||
MM_TYPE_MODEM_3GPP_REGISTRATION_STATE
|
||||
MM_TYPE_MODEM_3GPP_SUBSCRIPTION_STATE
|
||||
MM_TYPE_MODEM_3GPP_USSD_SESSION_STATE
|
||||
MM_TYPE_MODEM_ACCESS_TECHNOLOGY
|
||||
MM_TYPE_MODEM_BAND
|
||||
@@ -1223,6 +1229,7 @@ mm_firmware_image_type_get_type
|
||||
mm_modem_3gpp_facility_get_type
|
||||
mm_modem_3gpp_network_availability_get_type
|
||||
mm_modem_3gpp_registration_state_get_type
|
||||
mm_modem_3gpp_subscription_state_get_type
|
||||
mm_modem_3gpp_ussd_session_state_get_type
|
||||
mm_modem_access_technology_get_type
|
||||
mm_modem_band_get_type
|
||||
@@ -1445,6 +1452,7 @@ mm_gdbus_modem3gpp_dup_operator_code
|
||||
mm_gdbus_modem3gpp_get_operator_name
|
||||
mm_gdbus_modem3gpp_dup_operator_name
|
||||
mm_gdbus_modem3gpp_get_enabled_facility_locks
|
||||
mm_gdbus_modem3gpp_get_subscription_state
|
||||
<SUBSECTION Methods>
|
||||
mm_gdbus_modem3gpp_call_register
|
||||
mm_gdbus_modem3gpp_call_register_finish
|
||||
@@ -1462,6 +1470,7 @@ mm_gdbus_modem3gpp_set_imei
|
||||
mm_gdbus_modem3gpp_set_operator_code
|
||||
mm_gdbus_modem3gpp_set_operator_name
|
||||
mm_gdbus_modem3gpp_set_registration_state
|
||||
mm_gdbus_modem3gpp_set_subscription_state
|
||||
<SUBSECTION Standard>
|
||||
MM_GDBUS_IS_MODEM3GPP
|
||||
MM_GDBUS_MODEM3GPP
|
||||
|
@@ -71,6 +71,7 @@ mm_modem_3gpp_facility_get_type
|
||||
mm_modem_3gpp_get_type
|
||||
mm_modem_3gpp_network_availability_get_type
|
||||
mm_modem_3gpp_registration_state_get_type
|
||||
mm_modem_3gpp_subscription_state_get_type
|
||||
mm_modem_3gpp_ussd_get_type
|
||||
mm_modem_3gpp_ussd_session_state_get_type
|
||||
mm_modem_access_technology_get_type
|
||||
|
Reference in New Issue
Block a user