Versions Compared

Key

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

...

No Format
{
	"airplane-mode": true,
	"networks": [
		{
			"logical-label": "lte-modem1", # logical label assigned to the physical modem device
			"physical-addrs": {
				# nim will specify one/some of these. With multiple LTE modems the USB address is the most unambiguous and reliable.
				"interface": "wwan0",
				"usb": "1:2.3", # <bus>:[port]
				"pci": "0000:11:00.0",
			},
			"apns": ["internet"],
			"probe": {
				"disable": "false"
				"address": "8.8.8.8",
				"interval": 300  # in seconds
            }
		}
	]
}

...