Teppo Järvelin
|
dc2be3a9b9
|
Cellular: fixed athandler unit tests.
|
2018-04-20 15:31:55 +01:00 |
Teemu Kultala
|
6a5cd54ac4
|
cellular: doxygen correction
|
2018-04-20 15:31:55 +01:00 |
Teemu Kultala
|
cd2477fb6f
|
cellular: ATHandler send delay
|
2018-04-20 15:31:55 +01:00 |
Mudassar Hussain
|
a8cde30c2d
|
Removed strncmp
|
2018-03-26 18:52:24 +01:00 |
Mudassar Hussain
|
6d4e280160
|
Cellular: update attach test
|
2018-03-26 18:52:24 +01:00 |
Mirela Chirica
|
3cbfd3faad
|
Quectel BC95 echo test fixes
Fixing get host by name and iterate send/recv socket operations.
|
2018-03-26 18:52:24 +01:00 |
Mirela Chirica
|
b620a35ed3
|
Use of APN lookup decision logic fixed
|
2018-03-26 18:52:24 +01:00 |
Mirela Chirica
|
79fa5775b4
|
Fix wrong header define name
|
2018-03-26 18:52:24 +01:00 |
Mirela Chirica
|
a708296f29
|
Release AT handler if network not created
|
2018-03-26 18:52:24 +01:00 |
Mirela Chirica
|
5cb29a7ea4
|
Own SIM state retrieval for Quectel BC95
|
2018-03-26 18:52:24 +01:00 |
Teppo Järvelin
|
b7526edf68
|
Fixed correct includes so that compile log is not polluted.
|
2018-03-26 18:52:24 +01:00 |
Teppo Järvelin
|
51558781af
|
Moved APN_db.h under new cellular.
|
2018-03-26 18:52:24 +01:00 |
Teemu Kultala
|
2af9b5cf8b
|
callback API added
|
2018-03-26 18:52:24 +01:00 |
Teppo Järvelin
|
20cefbf462
|
Cellular: Fixed sms unit tests.
|
2018-03-26 18:52:24 +01:00 |
Teppo Järvelin
|
5f848b175d
|
Cellular: ATHandler write improvements.
|
2018-03-26 18:52:24 +01:00 |
Teppo Järvelin
|
c279da61fc
|
Fixed Cellular unit tests by adding one missing stub after changes in mbed-os.
|
2018-03-26 18:52:24 +01:00 |
Antti Kauppila
|
ef8dc12209
|
Cellular tests: nsapi_socket_t errors fixed in unittests
|
2018-03-26 18:52:24 +01:00 |
Teemu Kultala
|
6b536b1cae
|
cellular doxygen updates
|
2018-03-13 23:44:20 -05:00 |
Teppo Järvelin
|
6e754cc375
|
Cellular tests: fixed cellular greentea tests by adding timeout as it may take time to register, attach and connect to network.
|
2018-03-13 23:44:20 -05:00 |
Ari Parkkila
|
f91cc33fca
|
Updated readme document
|
2018-03-02 14:38:08 +02:00 |
Teppo Järvelin
|
9e2da6af7d
|
Removed mux comments from code.
|
2018-03-02 14:38:08 +02:00 |
Teppo Järvelin
|
dc87629641
|
Fixed unit test after removing mux.
|
2018-03-02 14:38:08 +02:00 |
Teppo Järvelin
|
7c9f5f3781
|
Removed mux.
|
2018-03-02 14:38:08 +02:00 |
Ari Parkkila
|
bfed2baeb6
|
Changed cellular device as not static
|
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 |
Ari Parkkila
|
b811f7e84d
|
Fixed EasyCellularConnection to have debug flag
|
2018-03-02 14:38:08 +02:00 |
Teppo Järvelin
|
81738acfb4
|
Fixed unit tests.
|
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 |
Amanda Butler
|
6dd0723dff
|
Copy edit CellularUtil.h
Copy edit file for consistent capitalization and correct which/that.
|
2018-03-02 14:38:08 +02:00 |
Amanda Butler
|
00b1341297
|
Copy edit cellular_mux.h
Copy edit, mostly for spelling.
|
2018-03-02 14:38:08 +02:00 |
Amanda Butler
|
dce649c97d
|
Copy edit README.md
Copy edit file for active voice and consistent capitalization.
|
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
|
b159a51821
|
Added mux-enabled flag in cellular mbed_lib.json
|
2018-03-02 14:38:07 +02:00 |
Antti Kauppila
|
020e15828d
|
Unittests fixed + readme updated
- Unittests were broken and are now fixed
- README.md is updated to have small instructiopn how to run unittests
|
2018-03-02 14:38:07 +02:00 |
Ari Parkkila
|
6c6223ae25
|
Added use_apn_lookup in mbed_lib.json
|
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
|
a95d376820
|
review changes: take define MBED_CONF_PPP_CELL_IFACE_APN_LOOKUP in to use.
|
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
|
e61411e60c
|
Fixed travis-ci.
|
2018-03-02 14:38:07 +02:00 |