mbed-os/features/cellular/framework
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
..
API Cellular: Add API to clear CellularDevice 2019-09-09 06:14:20 -07:00
AT Cellular: Add API to clear CellularDevice 2019-09-09 06:14:20 -07:00
common Coverity issues fixed 2019-08-14 16:22:05 +03:00
device Cellular: Add API to clear CellularDevice 2019-09-09 06:14:20 -07:00
targets Merge pull request #11372 from AriParkkila/bg96-pwr 2019-09-05 13:10:26 +02:00