mbed-os/features/cellular/framework
Teppo Järvelin 97709f52ec Cellular: fix possible crash in state machine
_sim_pin was changed to pointer from array and length was checked with
strlen. If _sim_pin was null it caused crash. Fix by checking _sim_pin against NULL.
Power class could have been called without checking if power is NULL. Fix by checking
that power class is not null.
Fix state machine to return correct states when queried.
2019-01-22 02:23:04 -08:00
..
API Cellular: Removed unnecessary checks after new 2019-01-22 02:23:04 -08:00
AT Cellular: Added generic cellular modem 2019-01-22 02:23:04 -08:00
common Cellular: Removed unnecessary checks after new 2019-01-22 02:23:04 -08:00
device Cellular: fix possible crash in state machine 2019-01-22 02:23:04 -08:00
targets Cellular: Added generic cellular modem 2019-01-22 02:23:04 -08:00