Correct name of LTE interface - --nas-get-tx-rx-info=

Aleksander Morgado aleksander at aleksander.es
Sat Oct 3 12:39:53 UTC 2020


Hey,

> Could you please to show the correct syntax of command
>
>  qmicli -d /dev/cdc-wdm0 -p --nas-get-tx-rx-info=
>
> I have try many other values like
>
> qmicli -d /dev/cdc-wdm0 -p --nas-get-tx-rx-info=/dev/cdc-wdm0
> qmicli -d /dev/cdc-wdm0 -p --nas-get-tx-rx-info=wwa0
> qmicli -d /dev/cdc-wdm0 -p --nas-get-tx-rx-info=qmi
>

There's not much info about that in the qmicli help, sorry for that :/

The request looks like this:
https://www.freedesktop.org/software/libqmi/libqmi-glib/latest/libqmi-glib-NAS-Get-Tx-Rx-Info-request.html#qmi-message-nas-get-tx-rx-info-input-set-radio-interface

The method requires a QmiNasRadioInterface:
https://www.freedesktop.org/software/libqmi/libqmi-glib/latest/libqmi-glib-NAS-enumerations-and-flags.html#QmiNasRadioInterface

Which given as an input string for qmicli, it would be "cdma-1x",
"cdma-1xevdo", "amps", "gsm", "umts", "lte", "td-scdma", "5gnr".

So, it's not expecting an interface name, it's expecting the access
technology name.

-- 
Aleksander
https://aleksander.es


More information about the libqmi-devel mailing list