mbed-os/features/cellular/framework
Kimmo Vaisanen a7868daa89 Cellular: Change visibility of _is_connected as protected
AT_CellularContext::do_connect() is a virtual API and therefore can be overwritten in
inherited class. The problem was that it sets AT_CellularContext::_is_connected flag but
earlier it was set as private member making it impossible to set in overwritten do_connect()
method.

This commit fixes the problem by changing _is_connected as protected enabling its use
in inherited class.
2019-11-18 15:42:08 +00:00
..
API Add UT for AT_CellularNetwork::is_active_context 2019-10-16 11:53:52 +01:00
AT Cellular: Change visibility of _is_connected as protected 2019-11-18 15:42:08 +00:00
common Cellular: Fix resolving of DNS server IPv4/6 address 2019-10-16 11:58:32 +01:00
device Cellular: Fix CellularStateMachine to not loop on power state 2019-10-16 11:58:32 +01:00
targets setting timeout before send command 2019-10-16 11:58:32 +01:00