mbed-os/UNITTESTS/features/cellular/framework
Kimmo Vaisanen 6ba0efc969 Cellular: Use more specific error codes for socket open and connect
- When calling socket APIs when socket is not open, NSAPI_ERROR_NO_SOCKET will be
  returned instead of generic NSAPI_ERROR_DEVICE_ERROR

- If socket_send() is called when connection is not open, NSAPI_ERROR_NO_CONNECTION
  will be returned instead of generic NSAPI_ERROR_DEVICE_ERROR
2019-09-25 09:25:33 +03:00
..
AT Cellular: Use more specific error codes for socket open and connect 2019-09-25 09:25:33 +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 UT for CellularDevice get/set timeouts methods 2019-09-17 12:56:47 +03:00