summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/qmicli/qmicli-nas.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qmicli/qmicli-nas.c b/src/qmicli/qmicli-nas.c
index 10e6b23f..18402c99 100644
--- a/src/qmicli/qmicli-nas.c
+++ b/src/qmicli/qmicli-nas.c
@@ -2777,7 +2777,7 @@ get_lte_cphy_ca_info_ready (QmiClientNas *client,
QmiNasDLBandwidth dl_bandwidth;
QmiNasActiveBand band;
QmiNasScellState state;
- guint8 index;
+ guint8 scell_index;
output = qmi_client_nas_get_lte_cphy_ca_info_finish (client, res, &error);
if (!output) {
@@ -2845,9 +2845,9 @@ get_lte_cphy_ca_info_ready (QmiClientNas *client,
if (qmi_message_nas_get_lte_cphy_ca_info_output_get_scell_index (
output,
- &index,
+ &scell_index,
NULL)) {
- g_print ("Secondary Cell index: '%u'\n", index);
+ g_print ("Secondary Cell index: '%u'\n", scell_index);
}
qmi_message_nas_get_lte_cphy_ca_info_output_unref (output);