Fork of ublox-at-cellular-interface to add LARA-R2 support

Dependents:  

Fork of ublox-at-cellular-interface by u-blox

History

Fix to hex mode workaround - read 2x the size in hex mode default tip

2018-09-27, by cblack [Thu, 27 Sep 2018 15:45:38 -0500] rev 19

Fix to hex mode workaround - read 2x the size in hex mode


Add hexmode as a workaround for USORF bug

2018-09-26, by Curt Black [Wed, 26 Sep 2018 11:33:31 -0500] rev 18

Add hexmode as a workaround for USORF bug


Add target to defined areas where target IFDEFs are used

2018-09-24, by Curt Black [Mon, 24 Sep 2018 13:44:28 -0500] rev 17

Add target to defined areas where target IFDEFs are used


Add support for LARA-R2

2018-09-10, by cblack [Mon, 10 Sep 2018 18:48:43 -0500] rev 16

Add support for LARA-R2
Fix bug in activate_profile_by_cid() : detach first before setting up a new APN


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.


Support added for R410M

2018-01-02, by mudassar0121 [Tue, 02 Jan 2018 07:48:15 +0000] rev 11

Support added for R410M


Merge pull request from amq: usord and usorf can potentially return more data than originally requested, handle this situation if it occurs.

2017-10-30, by RobMeades [Mon, 30 Oct 2017 14:48:14 +0000] rev 10

Merge pull request from amq: usord and usorf can potentially return more data than originally requested, handle this situation if it occurs.