mbed-os/features/netsocket/cellular
Kevin Bracey 45e24d4682 Correct PPPCellularInterface::get_gateway()
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.
2018-06-07 14:28:19 +03:00
..
generic_modem_driver Correct PPPCellularInterface::get_gateway() 2018-06-07 14:28:19 +03:00
onboard_modem_api.h Major Refactoring & extensions 2017-05-31 15:02:11 +03:00