Skip to content

quectel: ignore QLWURC

QLWURC are not ignored and causes calls to be rejected in some cases. There's a topic about this at Pine64: https://forum.pine64.org/showthread.php?tid=12236 which shows the exact same logs as #341 (closed) which was fixed with !466 (merged).

I applied the same ignore handler to QLWURC as for QGPSURC to avoid this problem. QLWURC are part of LwM2M protocol support for the EC2x, EG9x and EG25x-G series according to https://forums.quectel.com/t/eg25g-qlwurc-pdp-active/6176 which doesn't apply to ModemManager anyway.

The following QLWURC are ignored:

  • +QLWURC: "pdp active",<result>,<APN>
  • +QLWURC: "initial",<result>,<SSID>
  • +QLWURC: "dtls",<result>,<SSID>
  • +QLWURC: "bootstraping"
  • +QLWURC: "bootstrap",<result>,<SSID>
  • +QLWURC: "registering"
  • +QLWURC: "ready",<result>,<SSID>
  • +QLWURC: "update",<result>,<SSID>
  • +QLWURC: "deregister",<SSID>
Edited by Dylan Van Assche

Merge request reports