mirror of https://github.com/ARMmbed/mbed-os.git
Two cascading copy-paste errors stopped this working:
* PPPCellularInterface::get_gateway() called
nsapi_ppp_get_ip_address();
* nsapi_ppp_get_gateway() called the interface's get_netmask().
First bug has always been there - second one was introduced in 5.9.
AT_CellularNetwork currently lacks calls to get both netmask and gateway
- this patch would be needed for that when added.
|
||
|---|---|---|
| .. | ||
| generic_modem_driver | ||
| onboard_modem_api.h | ||