[PATCH] mm-modem-helpers-qmi: avoid SIGSEGV with mmcli --set-current-bands

Nick mips171 at icloud.com
Tue Aug 20 21:15:28 UTC 2019


Hi Reinhard,

Yes you are right, I double checked the supported bands afterwards and 32 is not one of them.  The issue was that mmcli had reported eutran-32 as a supported band.  I also know that normally both mmcli and qmicli  would safely error out with an unsupported band message.  So it was a size issue causing the bitwise operations to get messed up?  Would LTE bands 65+ need a bigger type?

Best,
Nicholas


> On 21 Aug 2019, at 06:42, Reinhard Speyerer <rspmn at arcor.de> wrote:
> 
> On Tue, Aug 20, 2019 at 03:02:01PM +1000, Nick wrote:
>> Some further information:  It seems if I try to set any band above 28, such as eutran-32 the command fails.  This is on a MC7430.
>> 
>> Command
>> ~# mmcli -m 0 --set-current-bands="eutran-3|eutran-5|eutran-7|eutran-8|eutran-18|eutran-19|eutran-21|eutran-28|utran-1|utran-6|utran-9|utran-19|eutran-32"
>> ~# error: couldn't set current bands: 'GDBus.Error:org.freedesktop.libqmi.Error.Protocol.Internal: Couldn't set system selection preference: QMI protocol error (3): 'Internal''
>> 
>> Debug output:
>> Tue Aug 20 14:57:23 2019 daemon.debug [7565]: <debug> [1566277043.625021] Setting new list of bands: 'eutran-3, eutran-5, eutran-7, eutran-8, eutran-18, eutran-19, eutran-21, eutran-28, utran-1, utran-6, utran-9, utran-19, eutran-32'
>> Tue Aug 20 14:57:23 2019 daemon.debug [7565]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<<   length = 39 <<<<<<   data   = 01:26:00:00:03:02:00:10:00:33:00:1A:00:17:01:00:01:15:08:00:D4:00:16:88:FF:FF:FF:FF:12:08:00:00:00:40:08:00:00:04:10
>> Tue Aug 20 14:57:23 2019 daemon.debug [7565]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<<   length  = 38 <<<<<<   flags   = 0x00 <<<<<<   service = "nas" <<<<<<   client  = 2 <<<<<< QMI: <<<<<<   flags       = "none" <<<<<<   transaction = 16 <<<<<<   tlv_length  = 26 <<<<<<   message     = "Set System Selection Preference" (0x0033) <<<<<< TLV: <<<<<<   type       = "Change Duration" (0x17) <<<<<<   length = 1 <<<<<<   value      = 01 <<<<<<   translated = permanent <<<<<< TLV: <<<<<<   type       = "LTE Band Preference" (0x15) <<<<<<   length     = 8 <<<<<<   value      = D4:00:16:88:FF:FF:FF:FF <<<<<<   translated = 3, 5, 7, 8, 18, 19, 21, 28, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43 <<<<<< TLV: <<<<<<   type       = "Band Preference" (0x12) <<<<<<   length     = 8 <<<<<<   value      = 00:00:40:08:00:00:04:10 <<<<<<   translated = wcdma-2100, wcdma-800, wcdma-1700-japan, wcdma-850-japan
>> Tue Aug 20 14:57:23 2019 daemon.debug [7565]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<<   length = 20 <<<<<<   data   = 01:13:00:80:03:02:02:10:00:33:00:07:00:02:04:00:01:00:03:00
>> Tue Aug 20 14:57:23 2019 daemon.debug [7565]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<<   length  = 19 <<<<<<   flags   = 0x80 <<<<<<   service = "nas" <<<<<<   client  = 2 <<<<<< QMI: <<<<<<   flags       = "response" <<<<<<   transaction = 16 <<<<<<   tlv_length  = 7 <<<<<<   message     = "Set System Selection Preference" (0x0033) <<<<<< TLV: <<<<<<   type       = "Result" (0x02) <<<<<<   length     = 4 <<<<<<   value      = 01:00:03:00 <<<<<<   translated = FAILURE: Internal
>> 
> 
> Hi Nicholas,
> 
> according to the Sierra Wireless website the MC7430 does not support
> LTE band 32. Your log shows however that there would still be a problem
> if it did as additional LTE bands are set in the TLV 0x15 value.
> 
> Assumed to be fixed by the libqmi patch I submitted a few minutes ago.
> 
> Regards,
> Reinhard
> _______________________________________________
> ModemManager-devel mailing list
> ModemManager-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel



More information about the ModemManager-devel mailing list