mbed-os/features/netsocket/cellular
Kevin Bracey 172c69ec0d 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-15 13:30:56 +01:00
..
generic_modem_driver Correct PPPCellularInterface::get_gateway() 2018-06-15 13:30:56 +01:00
onboard_modem_api.h Major Refactoring & extensions 2017-05-31 15:02:11 +03:00