aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmicli
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2016-08-19 10:36:11 +0200
committerAleksander Morgado <aleksander@aleksander.es>2016-08-19 11:57:45 +0200
commita9aab00392457b99efcc237ba2f14e45ad9c981c (patch)
tree69b1490914e644f305df9de53890c94ac9fa6ae5 /src/qmicli
parent81c213791e794311a01f3f69e763eb9b10c84f4d (diff)
downloadexternal_libqmi-a9aab00392457b99efcc237ba2f14e45ad9c981c.zip
external_libqmi-a9aab00392457b99efcc237ba2f14e45ad9c981c.tar.gz
external_libqmi-a9aab00392457b99efcc237ba2f14e45ad9c981c.tar.bz2
nas: fix RX/TX mixup
Don't know what I was thinking here, but the referenced channels are of course *RX* channels. None of my modems can do TX CA. Yet :) Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'src/qmicli')
-rw-r--r--src/qmicli/qmicli-nas.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmicli/qmicli-nas.c b/src/qmicli/qmicli-nas.c
index 2a72f84..6e3d4aa 100644
--- a/src/qmicli/qmicli-nas.c
+++ b/src/qmicli/qmicli-nas.c
@@ -2851,7 +2851,7 @@ get_lte_cphy_ca_info_ready (QmiClientNas *client,
NULL)) {
g_print ("Secondary Cell Info\n");
g_print ("\tPhysical Cell ID: '%" G_GUINT16_FORMAT"'\n"
- "\tTX Channel: '%" G_GUINT16_FORMAT"'\n"
+ "\tRX Channel: '%" G_GUINT16_FORMAT"'\n"
"\tDL Bandwidth: '%s'\n"
"\tLTE Band: '%s'\n"
"\tState: '%s'\n",
@@ -2870,7 +2870,7 @@ get_lte_cphy_ca_info_ready (QmiClientNas *client,
NULL)) {
g_print ("Primary Cell Info\n");
g_print ("\tPhysical Cell ID: '%" G_GUINT16_FORMAT"'\n"
- "\tTX Channel: '%" G_GUINT16_FORMAT"'\n"
+ "\tRX Channel: '%" G_GUINT16_FORMAT"'\n"
"\tDL Bandwidth: '%s'\n"
"\tLTE Band: '%s'\n",
pci, channel,