changes for R412M test cases

Changes

RevisionDateWhoCommit message
27:3d709ee8c3e1 2019-05-23 wajahat.abbas@u-blox.com updated RAT and MNO test cases default tip
26:4f28a1eaa2aa 2019-05-22 wajahat.abbas@u-blox.com Updates for R412M
25:aabc50bc418e 2019-05-20 fahimalavi Merging : Context activation in case of R412M (2G, NB1, CAT-M1)
24:35d5b2a02df8 2019-04-19 wajahat.abbas@u-blox.com define and activate context in case of R412M
23:9098a541452b 2019-05-20 fahimalavi Merging URAT test cases, MNO Profile testcases and warning removal
22:63b1a3c02fb8 2019-05-13 mudassar0121 RAT and MNO profile tests
21:2a500a881a5a 2019-05-08 SanaMasood static warning removed
20:2e8e1c573e18 2019-02-12 fahim.alavi@u-blox.com COMMON PAL feature removed
19:7013521e75e7 2019-01-30 fahim.alavi@u-blox.com Made changes not to disconnect modem stack for target C030-R41xM
18:1f34f8d0c850 2019-01-25 fahim.alavi@u-blox.com Macro updated for C030-R412M as don't need to create profile
17:7b033423126c 2019-01-17 fahim.alavi@u-blox.com Build error fixed, set_plmn is pure virtual method
16:2b30a056ae54 2018-10-30 amq Add ability to set priority for the Rx thread
15:8cc9a80ac0ad 2018-03-26 RobMeades 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.
14:e7dcf3388403 2018-03-02 RobMeades 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.
13:39264b492ce7 2018-01-10 RobMeades Replace R410M lines accidentally removed.
12:ff6fac481487 2018-01-09 RobMeades Remove spurious debug parameter.
11:cc41a8636f7e 2018-01-02 mudassar0121 Support added for R410M
10:ba18f4418ee8 2017-10-30 RobMeades Merge pull request from amq: usord and usorf can potentially return more data than originally requested, handle this situation if it occurs.
9:ffab574dcc20 2017-09-27 fahim alavi Config file added
8:edac5187d765 2017-08-03 rob.meades@u-blox.com Correct JSON formatting by adding a missing comma.
7:3b2ca10cc23a 2017-06-30 rob.meades@u-blox.com Connect now fails correctly if it cannot achieve a connection, rather than trying for ever.
6:63dad754c267 2017-06-15 rob.meades@u-blox.com Improve template, add extra time for gethostbyname() as it seems to take an age on some networks, rename "driver" to "interface" for consistency with the PPP test suite.
5:f6706249d076 2017-06-13 rob.meades@u-blox.com Make debug prints conditional on _debug_trace_on.
4:96ced7d9b7ac 2017-06-13 rob.meades@u-blox.com Merge
3:c998512df3d0 2017-06-13 rob.meades@u-blox.com Move UbloxCellularBase up to top level, otherwise there can be duplication.
2:c89190eda594 2017-06-12 RobMeades Update library versions.
1:bc228becc45d 2017-06-12 rob.meades@u-blox.com Tested on C027.
0:7ccf0e7e8a83 2017-06-12 RobMeades Initial commit, not yet compiling but I'm tired of doing everything in the on-line IDE so I need to publish to take the code off-line.