mbed-os/features/cellular/framework/device
Ari Parkkila 94dcab9d69 Cellular: Add API to clear CellularDevice
A new API `CellularDevice::clear()` to clean-up the modem to a default initial state.
Function is virtual so it can be overridden. The default implementation clears all PDP contexts,
but the the first one if that has APN defined as `nsapi.default-cellular-apn`.

CellularStateMachine calls `clear()` to clean-up the modem on initial `connect()`,
if the flag `cellular.clear-on-connect: true` is defined.
2019-09-09 06:14:20 -07:00
..
CellularContext.cpp Remove minor build warnings 2019-09-02 15:04:58 +01:00
CellularDevice.cpp Cellular: Add API to clear CellularDevice 2019-09-09 06:14:20 -07:00
CellularStateMachine.cpp Cellular: Add API to clear CellularDevice 2019-09-09 06:14:20 -07:00
CellularStateMachine.h Cellular: Fix setting of statemachine timeout 2019-05-09 04:42:30 -07:00