broadband-modem-qmi: use updated system info API
This commit is contained in:
@@ -2977,7 +2977,7 @@ process_gsm_info (MMBroadbandModemQmi *self,
|
|||||||
NULL, /* true_service_status */
|
NULL, /* true_service_status */
|
||||||
NULL, /* preferred_data_path */
|
NULL, /* preferred_data_path */
|
||||||
NULL) ||
|
NULL) ||
|
||||||
!qmi_message_nas_get_system_info_output_get_gsm_system_info (
|
!qmi_message_nas_get_system_info_output_get_gsm_system_info_v2 (
|
||||||
response_output,
|
response_output,
|
||||||
&domain_valid, &domain,
|
&domain_valid, &domain,
|
||||||
NULL, NULL, /* service_capability */
|
NULL, NULL, /* service_capability */
|
||||||
@@ -3001,7 +3001,7 @@ process_gsm_info (MMBroadbandModemQmi *self,
|
|||||||
NULL, /* true_service_status */
|
NULL, /* true_service_status */
|
||||||
NULL, /* preferred_data_path */
|
NULL, /* preferred_data_path */
|
||||||
NULL) ||
|
NULL) ||
|
||||||
!qmi_indication_nas_system_info_output_get_gsm_system_info (
|
!qmi_indication_nas_system_info_output_get_gsm_system_info_v2 (
|
||||||
indication_output,
|
indication_output,
|
||||||
&domain_valid, &domain,
|
&domain_valid, &domain,
|
||||||
NULL, NULL, /* service_capability */
|
NULL, NULL, /* service_capability */
|
||||||
@@ -3085,7 +3085,7 @@ process_wcdma_info (MMBroadbandModemQmi *self,
|
|||||||
NULL, /* true_service_status */
|
NULL, /* true_service_status */
|
||||||
NULL, /* preferred_data_path */
|
NULL, /* preferred_data_path */
|
||||||
NULL) ||
|
NULL) ||
|
||||||
!qmi_message_nas_get_system_info_output_get_wcdma_system_info (
|
!qmi_message_nas_get_system_info_output_get_wcdma_system_info_v2 (
|
||||||
response_output,
|
response_output,
|
||||||
&domain_valid, &domain,
|
&domain_valid, &domain,
|
||||||
NULL, NULL, /* service_capability */
|
NULL, NULL, /* service_capability */
|
||||||
@@ -3110,7 +3110,7 @@ process_wcdma_info (MMBroadbandModemQmi *self,
|
|||||||
NULL, /* true_service_status */
|
NULL, /* true_service_status */
|
||||||
NULL, /* preferred_data_path */
|
NULL, /* preferred_data_path */
|
||||||
NULL) ||
|
NULL) ||
|
||||||
!qmi_indication_nas_system_info_output_get_wcdma_system_info (
|
!qmi_indication_nas_system_info_output_get_wcdma_system_info_v2 (
|
||||||
indication_output,
|
indication_output,
|
||||||
&domain_valid, &domain,
|
&domain_valid, &domain,
|
||||||
NULL, NULL, /* service_capability */
|
NULL, NULL, /* service_capability */
|
||||||
@@ -3197,7 +3197,7 @@ process_lte_info (MMBroadbandModemQmi *self,
|
|||||||
NULL, /* true_service_status */
|
NULL, /* true_service_status */
|
||||||
NULL, /* preferred_data_path */
|
NULL, /* preferred_data_path */
|
||||||
NULL) ||
|
NULL) ||
|
||||||
!qmi_message_nas_get_system_info_output_get_lte_system_info (
|
!qmi_message_nas_get_system_info_output_get_lte_system_info_v2 (
|
||||||
response_output,
|
response_output,
|
||||||
&domain_valid, &domain,
|
&domain_valid, &domain,
|
||||||
NULL, NULL, /* service_capability */
|
NULL, NULL, /* service_capability */
|
||||||
@@ -3220,7 +3220,7 @@ process_lte_info (MMBroadbandModemQmi *self,
|
|||||||
NULL, /* true_service_status */
|
NULL, /* true_service_status */
|
||||||
NULL, /* preferred_data_path */
|
NULL, /* preferred_data_path */
|
||||||
NULL) ||
|
NULL) ||
|
||||||
!qmi_indication_nas_system_info_output_get_lte_system_info (
|
!qmi_indication_nas_system_info_output_get_lte_system_info_v2 (
|
||||||
indication_output,
|
indication_output,
|
||||||
&domain_valid, &domain,
|
&domain_valid, &domain,
|
||||||
NULL, NULL, /* service_capability */
|
NULL, NULL, /* service_capability */
|
||||||
|
Reference in New Issue
Block a user