local fork

Dependencies:   Socket USBHostWANDongle_bleedingedge lwip-sys lwip

Dependents:   Encrypted

Fork of VodafoneUSBModem_bleedingedge by Donatien Garnier

Changes

RevisionDateWhoCommit message
87:23f78174a9e2 2013-04-26 ashleymills nothing default tip
86:2387638e87e4 2013-04-26 ashleymills minor changes for resolution of error.h
85:eb249c45395e 2013-04-26 ashleymills Some minor changes due to resolution of error.h
84:51dc1f37cc9a 2013-04-18 ashleymills Fixed a typo that meant that K3772 was not detected.
83:62af9b9d3e13 2013-03-21 ashleymills Increased timeout for modem init (we need to make this a constructor option).
82:adfd686297d6 2013-03-08 ashleymills Ensuring bleeding edge has latest lwip, lwip-sys, and Socket libs.
81:d74a2a9d2b01 2013-03-08 ashleymills Reverted to Donatien's USBHostWANDongle lib, and merged K3773 and MU509 changes.
80:39e28d162195 2013-03-08 ashleymills Merged MU509 and K3773 changes.
79:897a0de9d668 2013-03-05 ashleymills Added MU509 support
78:ab4d6263f25c 2013-01-29 ashleymills Turn off unsolicited sim-toolkit events for K3773.
77:da03da068398 2013-01-29 ashleymills Modifications for K3773;
76:c0e63c16306e 2013-01-15 ashleymills Turn of read receipts in MU509;
75:a6ac8206a58d 2013-01-09 ashleymills Experimental MU509 Support
74:f0cb615d0074 2012-12-19 ashleymills Nothing really
73:6083cb11f170 2012-12-18 ashleymills Adding Mu509 support
72:c51808f80649 2012-12-13 ashleymills Adding support for K3773
71:ff3e5d1e82ca 2012-12-13 ashleymills Added support for K3773 modems.
70:b70519f17a22 2013-02-21 nherriot small debug output changes. and a for loop to retry connecting 100 times if modem has just been inserted.
69:ed96bd79cb48 2013-02-10 nherriot trying my very best to make this stupid crap system merge a simple file.
68:fa234ae33eb6 2013-02-10 nherriot dbg message changes
67:0da249386019 2013-02-10 nherriot small dbg changes
66:f6d75c4bb9d9 2013-02-06 nherriot merging
65:9b475f458fbc 2013-02-06 nherriot This removes a block in the VodafoneUSBModem lib. If there is no modem attached or a power problem the lib returns with a hardware error.; There is still a bug on power up though, as the application layer is not left stranded but it still happens!
64:07ac4e1ea5b0 2012-12-10 donatien Fix for regression in mbed rev.51+ lib
63:a9dbbac4dd26 2012-12-10 donatien Renamed USBHostWANDongle lib
62: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
61:a44f64dc2879 2012-11-22 donatien Fix for compatibility with mbed rev. 44 library
60:6f42a974eea6 2012-11-13 donatien GCC-compliant
59:0bcb8c5216d4 2012-11-01 donatien Fixed race condition within the timeout mechanism of the ATCommandsInterface.cpp module; Added retries for setting the PDP context
58:763eefc845b1 2012-10-24 donatien (removed useless forgotten debug led)
57: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
56:f1965f3f4504 2012-10-22 donatien Fixed messages indexes' list shifting bug
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