fork

History

static warning removed default tip

2019-05-08, by SanaMasood [Wed, 08 May 2019 14:54:33 +0500] rev 21

static warning removed


COMMON PAL feature removed

2019-02-12, by fahim.alavi@u-blox.com [Tue, 12 Feb 2019 18:42:43 +0500] rev 20

COMMON PAL feature removed


Made changes not to disconnect modem stack for target C030-R41xM

2019-01-30, by fahim.alavi@u-blox.com [Wed, 30 Jan 2019 16:37:21 +0500] rev 19

Made changes not to disconnect modem stack for target C030-R41xM


Macro updated for C030-R412M as don't need to create profile

2019-01-25, by fahim.alavi@u-blox.com [Fri, 25 Jan 2019 11:40:36 +0500] rev 18

Macro updated for C030-R412M as don't need to create profile


Build error fixed, set_plmn is pure virtual method

2019-01-17, by fahim.alavi@u-blox.com [Thu, 17 Jan 2019 18:55:41 +0500] rev 17

Build error fixed, set_plmn is pure virtual method


Add ability to set priority for the Rx thread

2018-10-30, by amq [Tue, 30 Oct 2018 18:15:09 +0000] rev 16

Add ability to set priority for the Rx thread


Add a check in socket_recv() and socket_send() to see whether the socket has been closed by the remote host. If it has, return NSAPI_ERROR_NO_SOCKET immediately. This is necessary as the socket layers above us have no way of knowing if the remote host has closed the socket. Such a check is not required for socket_recvfrom() and socket_sendto() as UDP has no concept of a socket-connection in the first place.

2018-03-26, by RobMeades [Mon, 26 Mar 2018 15:33:40 +0100] rev 15

Add a check in socket_recv() and socket_send() to see whether the socket has been closed by the remote host. If it has, return NSAPI_ERROR_NO_SOCKET immediately. This is necessary as the socket layers above us have no way of knowing if the remote host has closed the socket. Such a check is not required for socket_recvfrom() and socket_sendto() as UDP has no concept of a socket-connection in the first place.


Make sure that the event handler thread is closed cleanly in all cases and add tests that this is the case, both for sleep and for memory.

2018-03-02, by RobMeades [Fri, 02 Mar 2018 13:28:32 +0000] rev 14

Make sure that the event handler thread is closed cleanly in all cases and add tests that this is the case, both for sleep and for memory.


Replace R410M lines accidentally removed.

2018-01-10, by RobMeades [Wed, 10 Jan 2018 09:44:24 +0000] rev 13

Replace R410M lines accidentally removed.


Remove spurious debug parameter.

2018-01-09, by RobMeades [Tue, 09 Jan 2018 13:20:44 +0000] rev 12

Remove spurious debug parameter.