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.
|
||
|---|---|---|
| .. | ||
| FEATURE_BLE | ||
| FEATURE_LWIP/lwip-interface | ||
| FEATURE_UVISOR | ||
| TESTS/filesystem | ||
| cellular | ||
| cryptocell/FEATURE_CRYPTOCELL310 | ||
| device_key | ||
| filesystem | ||
| frameworks | ||
| lorawan | ||
| mbedtls | ||
| nanostack | ||
| netsocket | ||
| nvstore | ||
| storage/FEATURE_STORAGE | ||
| unsupported | ||