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 |
Teemu Kultala
|
2af9b5cf8b
|
callback API added
|
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
|
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 |
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 |
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 |
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 |
Ari Parkkila
|
1df28b28c7
|
Changed UBLOX C027 to LISA-U
|
2018-03-02 14:38:06 +02:00 |
Teppo Järvelin
|
b7bf83001d
|
Removed unused include in QUECTEL_BC95_CellularPower.cpp.
|
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 |
Jari Poyhonen
|
cd486f2624
|
Pull request feedback fix: add poll support to multiplexer
|
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 |
Jari Poyhonen
|
0ee265110a
|
Pull request feedback fix: user_data_tx accepts arbitary size
|
2018-03-02 14:38:06 +02:00 |