mbed-os/features/netsocket/cellular/generic_modem_driver
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
..
TESTS/unit_tests/default Cellular: not-supported error if MODEM_ON_BOARD not defined 2017-06-30 10:01:46 +01:00
OnboardCellularInterface.cpp Add NetworkInterface::get_default_instance() 2018-05-23 12:25:17 +03:00
OnboardCellularInterface.h Add NetworkInterface::get_default_instance() 2018-05-23 12:25:17 +03:00
PPPCellularInterface.cpp Correct PPPCellularInterface::get_gateway() 2018-06-07 14:28:19 +03:00
PPPCellularInterface.h Remove CellularInterface 2018-05-22 11:44:46 +03:00
UARTCellularInterface.cpp MBED_DEPRECATED_SINCE taken into use 2018-03-13 13:15:29 +02:00
UARTCellularInterface.h Copy edit UARTCellularInterface.h 2018-04-17 11:51:24 -05:00
mbed_lib.json Make MBED_CONF_PPP_CELL_IFACE_APN_LOOKUP default in mbed_lib.json while 2018-02-26 11:33:40 +00:00