How to issue an "ifup broadband" when this is logged
Bjørn Mork
bjorn at mork.no
Fri Feb 10 21:21:05 UTC 2017
Aleksander Morgado <aleksander at aleksander.es> writes:
> On Fri, Feb 10, 2017 at 9:37 PM, Russ Westrem
> <lspwaterproofing at gmail.com> wrote:
>> Fri Feb 10 14:33:23 2017 daemon.debug [1042]: [/dev/cdc-wdm0] Received
>> message...
>>>>>>>> RAW:
>>>>>>>> length = 80
>>>>>>>> data =
>>>>>>>> 07:00:00:80:50:00:00:00:00:00:00:00:01:00:00:00:00:00:00:00:A2:89:CC:33:BC:BB:8B:4F:B6:B0:13:3E:C2:AA:E6:DF:0C:00:00:00:24:00:00:00:00:00:00:00:03:00:00:00:00:00:00:00:00:00:00:00:7E:5E:2A:7E:4E:6F:72:72:73:6B:65:6E:7E:5E:2A:7E:24:00:00:00
>> Fri Feb 10 14:33:23 2017 daemon.debug [1042]: [/dev/cdc-wdm0] Received
>> message (translated)...
>>>>>>>> Header:
>>>>>>>> length = 80
>>>>>>>> type = indicate-status (0x80000007)
>>>>>>>> transaction = 0
>>>>>>>> Fragment header:
>>>>>>>> total = 1
>>>>>>>> current = 0
>>>>>>>> Contents:
>>>>>>>> service = 'basic-connect' (a289cc33-bcbb-8b4f-b6b0-133ec2aae6df)
>>>>>>>> cid = 'connect' (0x0000000c)
>> Fri Feb 10 14:33:23 2017 daemon.info [1042]: <debug> Received notification
>> (service 'basic-connect', command 'connect')
>> Fri Feb 10 14:33:23 2017 daemon.info [1042]: <debug> Session ID '0' was
>> deactivated.
>
> Interesting; the last 4 bytes in the indication give us NwError =
> 0x24, which we don't have mapped in the enum:
>
> MBIM_NW_ERROR_GSM_AUTHENTICATION_UNACCEPTABLE = 23,
> MBIM_NW_ERROR_NOT_AUTHORIZED_FOR_CSG = 25,
Well, those numbers are in decimal :)
But it doesn't help us much. 36 is also undefined AFAIK. I had to go
and look at the latest version of TS 24.008 table 10.5.95 "Reject Cause
information element", and there is a hole between
34 "Service option temporarily out of order"
and
38 "Call cannot be identified"
But it does still ring a bell... Haven't we seen this before somewhere?
Bjørn
More information about the ModemManager-devel
mailing list