mbed-os/UNITTESTS/features
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
..
cellular/framework Cellular: Use more specific error codes for socket open and connect 2019-09-25 09:25:33 +03:00
lorawan Cellular: fix ATHandler destructor possible crash on delete 2019-09-03 09:09:05 +03:00
netsocket TLSSocketWrapper::recvfrom sets SocketAddress output variable 2019-08-06 15:07:39 +02:00