mbed-os/UNITTESTS/features/cellular/framework/AT
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_cellularbase Improve UT for cellular properties 2019-09-17 12:15:18 +03:00
at_cellularcontext Cellular: Fix get_interface_name to not include leading zero 2019-09-16 09:59:31 +03:00
at_cellulardevice Cellular: Fix BG96 power on and connect 2019-09-04 03:24:11 -07:00
at_cellularinformation Cellular: fix ATHandler destructor possible crash on delete 2019-09-03 09:09:05 +03:00
at_cellularnetwork Add UT for AT_CellularNetwork::is_active_context 2019-09-17 12:56:47 +03:00
at_cellularsms Cellular: fix ATHandler destructor possible crash on delete 2019-09-03 09:09:05 +03:00
at_cellularstack Cellular: Use more specific error codes for socket open and connect 2019-09-25 09:25:33 +03:00
athandler Cellular: Add flow control (IFC) in BG96 AT driver 2019-09-16 03:16:36 -07:00