Alex Kiernan / VodafoneUSBModem

Fork of VodafoneUSBModem by mbed official

Changes

RevisionDateWhoCommit message
69:7fb03376c511 2013-05-23 akiernan Hack Hack Hack default tip
68:07ac4e1ea5b0 2012-12-10 donatien Fix for regression in mbed rev.51+ lib
67:a9dbbac4dd26 2012-12-10 donatien Renamed USBHostWANDongle lib
66:d0b6bccbd613 2012-12-10 donatien Separate Voda and USBHostWANDongle libs developments flows: do not use bleeding edge lib for usb lib, which now points to https://mbed.org/users/mbed_official/code/USBHostWANDongle
65:66db9afdc3c1 2012-11-22 donatien Fix for compatibility with mbed rev. 44 library
64:a44f64dc2879 2012-11-22 donatien Fix for compatibility with mbed rev. 44 library
63:a5529699496a 2012-11-20 donatien Library update
62:6f42a974eea6 2012-11-13 donatien GCC-compliant
61:0bcb8c5216d4 2012-11-01 donatien Fixed race condition within the timeout mechanism of the ATCommandsInterface.cpp module; Added retries for setting the PDP context
60:763eefc845b1 2012-10-24 donatien (removed useless forgotten debug led)
59:593fb493172f 2012-10-24 donatien - Disabling/Re-enabling of unsollicited response codes between commands to avoid having unsollicited result codes mixed up with commands responses; - Suppressed 100ms guard time in ATCommandsInterface; - Fixed race condition in ATCommandsInterface
58:f1965f3f4504 2012-10-22 donatien Fixed messages indexes' list shifting bug
57:bf3cf216235c 2012-10-22 mbed_official Renamed USBHostWANDongle lib within the VodafoneUSBModem lib
56:0d4045f4a3be 2012-10-22 mbed_official Changed location of USBHostWANDongle lib
55:07b9b48cfe09 2012-10-22 donatien Re-adding comments within ATCommandsInterface.h
54:f9b1f5444963 2012-10-22 donatien Reverting to rev 52
53:9c0f1d4c1df9 2012-09-14 nherriot changed to run a single test
52:bd474c9fe51e 2012-10-11 ashleymills Couple of lines of comments.
51:54ca82a7644c 2012-09-27 donatien Fixes in ATCommandInterface.cpp
50:8ad4cb12749d 2012-09-27 donatien Fixed deadlock in SMS receiving routine; delete message even if cannot be read
49:978bffab17a8 2012-09-27 nherriot changed AT string for getLinkStatus method so that it does not request cell ID. Also changed the init function so that it tells the modem to report operator in the CC and NC 5 digit BCD number.
48:aa66bfc3a3fb 2012-09-26 nherriot merging
47:47d6101eebeb 2012-09-26 nherriot debug switched on for testing
46:c2282539c858 2012-09-26 nherriot only text change
45:8f014f3956fe 2012-09-25 nherriot merging
44:6bbd8952f1c9 2012-09-25 nherriot taking school boy error out from my debug statement! :-)
43:3071cf940880 2012-09-25 nherriot putting a reg state routine into the program. this will allow the program to monitor reg state before trying to send anything.
42:daa4dd282103 2012-09-25 ashleymills Typo in nicks debug message: d% instead of %d
41:8bec5a8ea878 2012-09-21 ashleymills Added some descriptive comments to the code.
40:9c6c87297a37 2012-09-20 nherriot merging of code.
39:85dc5ca10b7f 2012-09-20 nherriot small correction to the sms get method. It now only removes items from the sms item array if it can remove them from the modem sms inbox. Also added some debug.
38:d19354028042 2012-09-19 donatien Use DNS servers provided by the network
37:c1fd83bd31b4 2012-09-19 donatien Revert to rev35
36:45c3b5cb0234 2012-09-19 nherriot changing memory size in main thread and atCommanderInterface thread to allow debuging
35:be311326ee06 2012-09-14 donatien volatile'd some variables in USSDInterface, just to be sure
34:b53c619b036d 2012-09-14 donatien Fix missing type in ctor
33:f505faeda8e7 2012-09-14 donatien Added parameter for power gating pin config
32:157dd8ce4e55 2012-09-13 donatien Updated HTTPClient lib
31:0900b15d44d1 2012-09-12 donatien Include path spec for debug in USBHostWANDongleLib
30:494c1d9d9389 2012-08-30 donatien USSD support for K3772Z
29:870de7db2ccb 2012-08-30 donatien USSD support on K3772Z (3GPP rev < 6)
28:c94ffb45a848 2012-08-30 donatien Fixed SMS dropped "REC READ" messages issue
27:37d3ac289e86 2012-08-30 donatien Power gating feature
26:d37501dc6c61 2012-08-29 donatien Testing implementation of power gating
25:6f3b97dc4295 2012-08-29 donatien Added missing includes directives
24:63e36be3f0e6 2012-08-17 donatien Add missing newline at end of lwipopts_conf.h
23:21046ba01b7b 2012-08-17 donatien Fixed mis-renaming
22:06fb2a93a1f6 2012-08-17 donatien Fork with names/headers changes to prepare for pre-built version
21:063f84a2614d 2012-08-05 donatien Update Socket library to its newest revision
20:a0c5b6f5c504 2012-07-31 donatien Added bsd_socket.h back
19:71f038fb8e40 2012-07-31 donatien Includes forked version of the updated socket API
18:1789a11d1892 2012-07-30 donatien Vodafone K3772-Z support!
17:87e538c1fd74 2012-07-28 donatien Update of USB code to minimize memory usage; fixed 1 leak in USB code
16:02db4f537955 2012-07-27 donatien Loads of optimization in the USB code. Memory optimization throughout the stack.
15:7c9811a7cd8d 2012-07-25 donatien Removed mistakenly added rtos_net library
14:e4b118631b76 2012-07-25 nherriot initial copy of bleeding edge voda lib for door controller
13:9db45f02a6c1 2012-07-24 donatien Updated LwIPNetworking library for compatibility with mbed-rtos rev. 1
12:66dc2c8eba2d 2012-07-11 donatien Link Monitoring / Dual serial port support
11:565b2ec40dea 2012-07-11 donatien Merge;
10:21a6f09d5631 2012-07-06 donatien Dual serial ports support