No, there is no response to the DHCP request. I have setup my wwan interface with the data from the modem, but I have no IP connectivity.
wwan interface
root@OpenWrt:/var# ubus call network.interface.wwan status
{
"up": true,
"pending": false,
"available": true,
"autostart": true,
"dynamic": false,
"uptime": 85090,
"l3_device": "usb0",
"proto": "atc",
"updated": [
"addresses",
"routes",
"data"
],
"metric": 0,
"dns_metric": 0,
"delegation": true,
"ipv4-address": [
{
"address": "100.91.182.124",
"mask": 29
}
],
"ipv6-address": [
],
"ipv6-prefix": [
],
"ipv6-prefix-assignment": [
],
"route": [
{
"target": "0.0.0.0",
"mask": 0,
"nexthop": "100.91.182.121",
"source": "0.0.0.0/0"
}
],
"dns-server": [
"62.127.97.32",
"62.127.97.33"
],
"dns-search": [
],
"neighbors": [
],
"inactive": {
"ipv4-address": [
],
"ipv6-address": [
],
"route": [
],
"dns-server": [
],
"dns-search": [
],
"neighbors": [
]
},
"data": {
"modem": "MF286DMODULE",
"zone": "wan"
}
}