Teppo Järvelin
|
f0026e4c48
|
review fixed and some minor improvements.
|
2018-04-11 09:31:44 +03:00 |
Teppo Järvelin
|
b400d18a0c
|
Wait for modem ready signal in startup sequence.
|
2018-04-11 09:31:44 +03:00 |
Teppo Järvelin
|
231458dc36
|
Picked Ari's changed to reduce stack size. Removed device info printing from state machine.
|
2018-04-11 09:31:44 +03:00 |
Teppo Järvelin
|
d1f2e91e93
|
Working version of async registration.
|
2018-04-11 09:31:44 +03:00 |
Teppo Järvelin
|
2b14a9ee5f
|
temp
|
2018-04-11 09:31:44 +03:00 |
Teppo Järvelin
|
702efc1de5
|
Temp commit, not compiling...
|
2018-04-11 09:31:44 +03:00 |
Teppo Järvelin
|
c26311b071
|
async works. Retry logic needs refining.
|
2018-04-11 09:31:44 +03:00 |
Teppo Järvelin
|
83ea9be5f5
|
temp commit while changing work...
|
2018-04-11 09:31:44 +03:00 |
Teemu Kultala
|
328919c852
|
cellular: doxygen correction
|
2018-04-09 14:09:44 +03:00 |
Teemu Kultala
|
d7960620b6
|
cellular: ATHandler send delay
|
2018-04-09 13:46:40 +03:00 |
Cruz Monrreal
|
53adeed521
|
Merge pull request #6350 from u-blox/cellular_test
Cellular: update attach test
|
2018-03-20 14:27:02 -05:00 |
Cruz Monrreal
|
7b2ee2d52f
|
Merge pull request #6291 from mirelachirica/bc95_echotest_fixes
Cellular: BC95 echo test fixes
|
2018-03-20 14:06:06 -05:00 |
Mudassar Hussain
|
91333d2892
|
Removed strncmp
|
2018-03-15 10:41:00 +05:00 |
Mudassar Hussain
|
3bee060942
|
Cellular: update attach test
|
2018-03-13 20:49:31 +05:00 |
Teppo Järvelin
|
d26bb23dae
|
Cellular: ATHandler write improvements.
|
2018-03-09 14:03:17 +02:00 |
Mirela Chirica
|
84cd5c1000
|
Use of APN lookup decision logic fixed
|
2018-03-08 12:58:12 +02:00 |
Teppo Järvelin
|
9e2da6af7d
|
Removed mux comments from code.
|
2018-03-02 14:38:08 +02:00 |
Teppo Järvelin
|
7c9f5f3781
|
Removed mux.
|
2018-03-02 14:38:08 +02:00 |
Ari Parkkila
|
e183923c0d
|
Changed std::snprintf to sprintf in cellular ATHandler.cpp
|
2018-03-02 14:38:08 +02:00 |
Amanda Butler
|
63485bd846
|
Copy edit ATHandler.h
Copy edit for clarity, grammar and spelling.
|
2018-03-02 14:38:08 +02:00 |
Amanda Butler
|
cc3835e356
|
Copy edit AT_CellularBase.h
Copy edit file for clarified phrasing.
|
2018-03-02 14:38:08 +02:00 |
Amanda Butler
|
68cac96042
|
Copy edit AT_CellularDevice.h
Copy edit for consistent phrasing across docs.
|
2018-03-02 14:38:08 +02:00 |
Amanda Butler
|
1d57299000
|
Copy edit AT_CellularSMS.h
Copy edit file for grammar.
|
2018-03-02 14:38:08 +02:00 |
Amanda Butler
|
3a57d507d9
|
Copy edit AT_CellularStack.h
Copy edit for American English.
|
2018-03-02 14:38:08 +02:00 |
Ari Parkkila
|
e53b93114e
|
Typedef OnboardCellularInterface to EasyCellularConnection
|
2018-03-02 14:38:07 +02:00 |
Teppo Järvelin
|
c9c3f85311
|
Changed state machine class name and implementation.
|
2018-03-02 14:38:07 +02:00 |
Ari Parkkila
|
164e8fb717
|
Added modem_debug_on to cellular device
|
2018-03-02 14:38:07 +02:00 |
Teppo Järvelin
|
1fd9ba6caa
|
APN lookup from database support.
|
2018-03-02 14:38:07 +02:00 |
Mirela Chirica
|
6670ebbc5f
|
- PDP context creation fixes for stack type handling
- Delete created contexts that do not succed to activate
|
2018-03-02 14:38:07 +02:00 |
Teppo Järvelin
|
0c49b669b4
|
Fixed bug when copying apn, username and password.
|
2018-03-02 14:38:07 +02:00 |
Teppo Järvelin
|
9016ed5ed8
|
Don't allow zero length apn, password or username.
|
2018-03-02 14:38:07 +02:00 |
Teppo Järvelin
|
1a3b6e589c
|
Doxygen update: removed documentation from inherited classes as INHERTIC_DOCS is enabled in doxygen config. Reduces copy-paste and eases maintenance.
|
2018-03-02 14:38:07 +02:00 |
Teppo Järvelin
|
e99c18c233
|
Fixed SMS receive in PDU: certain length sms last char was missing.
|
2018-03-02 14:38:07 +02:00 |
Mirela Chirica
|
6ccbb59979
|
Mem_str comparation was too short
|
2018-03-02 14:38:07 +02:00 |
Teppo Järvelin
|
7a8da2244d
|
Fixed SMS send in pdu mode could give wrong size as return value.
|
2018-03-02 14:38:07 +02:00 |
Teppo Järvelin
|
ef14aef823
|
review and dynamic alloc (#3)
* Review fixes. Changed apn, username and password to be dynamically allocated.
|
2018-03-02 14:38:07 +02:00 |
Mirela Chirica
|
4457e361ac
|
Logging compile fix
|
2018-03-02 14:38:06 +02:00 |
Mirela Chirica
|
22e7fbd7e8
|
- BC95 socket creation bug fix
- Cellular information reading stopping on comma fixed
|
2018-03-02 14:38:06 +02:00 |
Ari Parkkila
|
d2e8691754
|
Cellular stack listen and accept to return UNSUPPORTED
|
2018-03-02 14:38:06 +02:00 |
Ari Parkkila
|
09143da040
|
Changed APN initialization from CellularNetwork to application
|
2018-03-02 14:38:06 +02:00 |
Teppo Järvelin
|
3ff131be0a
|
Doxygen update, missing class definitions from AT_ classes.
|
2018-03-02 14:38:06 +02:00 |
Ari Parkkila
|
f2613a6154
|
Cellular logging to use mbed_trace
|
2018-03-02 14:38:06 +02:00 |
Teppo Järvelin
|
58c8176247
|
doxygen fixes.
|
2018-03-02 14:38:06 +02:00 |
Teppo Järvelin
|
e41c551468
|
Doxygen warnings fixes.
|
2018-03-02 14:38:06 +02:00 |
Ari Parkkila
|
bc67100dcf
|
Added const in AT_CellularNetwork::set_registration
|
2018-03-02 14:38:06 +02:00 |
Ari Parkkila
|
0c8c41ff5f
|
Added static const to AT_CellularNetwork.cpp
|
2018-03-02 14:38:06 +02:00 |
Teppo Järvelin
|
0e20e49ef7
|
review fixes to athandler: changing int16/8 to int's and some minor issues.
|
2018-03-02 14:38:06 +02:00 |
Ari Parkkila
|
88398bf141
|
Changed include brackets to double quotes
|
2018-03-02 14:38:06 +02:00 |
Mirela Chirica
|
1825c999a9
|
Removed unnecessary memsets of ATHandler's receving buffer
|
2018-03-02 14:38:06 +02:00 |
Mirela Chirica
|
d15801d893
|
PR review fix:
- bind behaviour to not change existing port or address if the requested ones are 0
- removed temporary array setting to zero
|
2018-03-02 14:38:06 +02:00 |