broadband-modem-qmi: use updated system info API

This commit is contained in:
Aleksander Morgado
2021-03-02 11:48:59 +01:00
parent 496c4e30e9
commit b509229d57

View File

@@ -2977,7 +2977,7 @@ process_gsm_info (MMBroadbandModemQmi *self,
NULL, /* true_service_status */
NULL, /* preferred_data_path */
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,
&domain_valid, &domain,
NULL, NULL, /* service_capability */
@@ -3001,7 +3001,7 @@ process_gsm_info (MMBroadbandModemQmi *self,
NULL, /* true_service_status */
NULL, /* preferred_data_path */
NULL) ||
!qmi_indication_nas_system_info_output_get_gsm_system_info (
!qmi_indication_nas_system_info_output_get_gsm_system_info_v2 (
indication_output,
&domain_valid, &domain,
NULL, NULL, /* service_capability */
@@ -3085,7 +3085,7 @@ process_wcdma_info (MMBroadbandModemQmi *self,
NULL, /* true_service_status */
NULL, /* preferred_data_path */
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,
&domain_valid, &domain,
NULL, NULL, /* service_capability */
@@ -3110,7 +3110,7 @@ process_wcdma_info (MMBroadbandModemQmi *self,
NULL, /* true_service_status */
NULL, /* preferred_data_path */
NULL) ||
!qmi_indication_nas_system_info_output_get_wcdma_system_info (
!qmi_indication_nas_system_info_output_get_wcdma_system_info_v2 (
indication_output,
&domain_valid, &domain,
NULL, NULL, /* service_capability */
@@ -3197,7 +3197,7 @@ process_lte_info (MMBroadbandModemQmi *self,
NULL, /* true_service_status */
NULL, /* preferred_data_path */
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,
&domain_valid, &domain,
NULL, NULL, /* service_capability */
@@ -3220,7 +3220,7 @@ process_lte_info (MMBroadbandModemQmi *self,
NULL, /* true_service_status */
NULL, /* preferred_data_path */
NULL) ||
!qmi_indication_nas_system_info_output_get_lte_system_info (
!qmi_indication_nas_system_info_output_get_lte_system_info_v2 (
indication_output,
&domain_valid, &domain,
NULL, NULL, /* service_capability */