mbed-os/features/cellular/framework
Kimmo Vaisanen 1279c20ce6 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-10-04 10:29:56 +03:00
..
API Add UT for AT_CellularNetwork::is_active_context 2019-09-17 12:56:47 +03:00
AT Cellular: Change visibility of _is_connected as protected 2019-10-04 10:29:56 +03:00
common Add UT for CellularUtil::hex_to_char and ::hex_str_to_char_str 2019-09-17 12:15:03 +03:00
device Bux fix: Context can be cleared using CGDCONT after sim ready state 2019-09-19 13:01:45 +05:00
targets Offloaded TLSSocket for BG96 2019-09-25 09:25:33 +03:00