Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Next a new /run/wwan/<network-uuid>/status.json with modem state data will be published for each LTE network by wwan service for zedagent to read. Status file will contain MD5 checksum of the last applied revision of config.json. With this, EVE will know when there are no more pending configuration changes, so that it is ready to publish radio state up to the application.

No Format
{
	"interface": "wwan0",
	"protocol": "qmi" | "mbim",
	"operating-mode": "online" | "radio-off" | etc.
	"imei": “310170845466094”,
	"modem-model": "QUECTEL Mobile Broadband Module",
	"modem-revision": "EC21ECGAR06A04M1G",
	"config-error": "",
	"probe-error": "Failed to ping 8.8.8.8 (2 packets transmitted, 0 received, 100% packet loss, time 1029ms)",
	// MD5 checksum of config.json (without trailing white-space) applied at the time of publishing this info
	"config-checksum": "d7548db5594b064f2c9ec0599e84523e"
}

...