mbed-os/features/cellular/framework/API
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.h Merge pull request #11220 from jarvte/fix_cellular_dns_test 2019-08-22 10:57:22 +02:00
CellularDevice.h Cellular: Add API to clear CellularDevice 2019-09-09 06:14:20 -07:00
CellularInformation.h Removed CellularSIM interface. 2019-01-22 02:23:03 -08:00
CellularNetwork.h Cellular: call AT+CGEREP after sim is ready 2019-03-18 08:10:09 +02:00
CellularSMS.h Add option to set up SMS encoding 2019-08-16 12:24:54 +02:00