<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hey!<div class=""><br class=""></div><div class="">Tested and working for me, here is the patch. Next I need to get it into mmcli’s output.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div class="">diff --git a/src/libqmi-glib/qmi-flags64-dms.h b/src/libqmi-glib/qmi-flags64-dms.h</div><div class="">index 240d26c..f9dbe88 100644</div><div class="">--- a/src/libqmi-glib/qmi-flags64-dms.h</div><div class="">+++ b/src/libqmi-glib/qmi-flags64-dms.h</div><div class="">@@ -193,13 +193,7 @@ typedef enum {</div><div class=""> /* Bit 21-22 reserved */</div><div class=""> QMI_DMS_LTE_BAND_CAPABILITY_EUTRAN_24 = 1 << 23,</div><div class=""> QMI_DMS_LTE_BAND_CAPABILITY_EUTRAN_25 = 1 << 24,</div><div class="">- QMI_DMS_LTE_BAND_CAPABILITY_EUTRAN_26 = 1 << 25,</div><div class="">- QMI_DMS_LTE_BAND_CAPABILITY_EUTRAN_27 = 1 << 26,</div><div class="">- QMI_DMS_LTE_BAND_CAPABILITY_EUTRAN_28 = 1 << 27,</div><div class="">- QMI_DMS_LTE_BAND_CAPABILITY_EUTRAN_29 = 1 << 28,</div><div class="">- QMI_DMS_LTE_BAND_CAPABILITY_EUTRAN_30 = 1 << 29,</div><div class="">- QMI_DMS_LTE_BAND_CAPABILITY_EUTRAN_31 = 1 << 30,</div><div class="">- QMI_DMS_LTE_BAND_CAPABILITY_EUTRAN_32 = 1 << 31, </div><div class="">+ /* Bit 25-31 reserved */</div><div class=""> QMI_DMS_LTE_BAND_CAPABILITY_EUTRAN_33 = ((guint64) 1) << 32,</div><div class=""> QMI_DMS_LTE_BAND_CAPABILITY_EUTRAN_34 = ((guint64) 1) << 33,</div><div class=""> QMI_DMS_LTE_BAND_CAPABILITY_EUTRAN_35 = ((guint64) 1) << 34,</div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">And here is some sample output </div><div class="">Before patch:</div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: "IBM Plex Mono";" class=""><span style="font-variant-ligatures: no-common-ligatures; background-color: rgba(255, 255, 255, 0);" class="">root@openwrt:(unknown)# qmicli -d /dev/cdc-wdm0 -p --dms-get-band-capabilities</span></div><div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: "IBM Plex Mono";" class=""><span style="font-variant-ligatures: no-common-ligatures; background-color: rgba(255, 255, 255, 0);" class="">[/dev/cdc-wdm0] Device band capabilities retrieved:</span></div><div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: "IBM Plex Mono";" class=""><span style="font-variant-ligatures: no-common-ligatures; background-color: rgba(255, 255, 255, 0);" class=""><span class="Apple-tab-span" style="white-space:pre"> </span>Bands: 'wcdma-2100, wcdma-850-us, wcdma-800, wcdma-900, wcdma-1700-japan, wcdma-850-japan'</span></div><div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: "IBM Plex Mono";" class=""><span style="font-variant-ligatures: no-common-ligatures; background-color: rgba(255, 255, 255, 0);" class=""><span class="Apple-tab-span" style="white-space:pre"> </span>LTE bands: '1, 3, 5, 7, 8, 18, 19, 21, 38, 39, 40, 41'</span></div></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);" class=""><br class=""></span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);" class="">With patch:</span></div><div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: "IBM Plex Mono";" class=""><span style="font-variant-ligatures: no-common-ligatures; background-color: rgba(255, 255, 255, 0);" class="">root@openwrt:~# qmicli -d /dev/cdc-wdm0 -p --dms-get-band-capabilities</span></div><div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: "IBM Plex Mono";" class=""><span style="font-variant-ligatures: no-common-ligatures; background-color: rgba(255, 255, 255, 0);" class="">[/dev/cdc-wdm0] Device band capabilities retrieved:</span></div><div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: "IBM Plex Mono";" class=""><span style="font-variant-ligatures: no-common-ligatures; background-color: rgba(255, 255, 255, 0);" class=""><span class="Apple-tab-span" style="white-space:pre"> </span>Bands: 'wcdma-2100, wcdma-850-us, wcdma-800, wcdma-900, wcdma-1700-japan, wcdma-850-japan'</span></div><div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: "IBM Plex Mono";" class=""><span style="font-variant-ligatures: no-common-ligatures; background-color: rgba(255, 255, 255, 0);" class=""><span class="Apple-tab-span" style="white-space:pre"> </span>LTE bands: '1, 3, 5, 7, 8, 18, 19, 21, 28, 38, 39, 40, 41'</span></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Best,</div><div class="">Nicholas</div><div class=""><br class=""></div></body></html>