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 |
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 |
Juho Eskeli
|
71f54bc2d4
|
Deactivate PDP context on disconnect when using AT stack.
|
2018-03-02 14:38:06 +02:00 |
Juho Eskeli
|
66aca1fddf
|
Connection status callback added.
|
2018-03-02 14:38:06 +02:00 |
Mirela Chirica
|
a35e1f8d6c
|
- Removed extra whitespaces from AT prefix definitions. The format is modem specific and AT handler is handling whitespaces in case they are present
- Reverted the "smaller thread stack size for dispatcher thread". 1KB is not enough, was causing CMSIS-RTOS error: Stack underflow.
|
2018-03-02 14:38:05 +02:00 |
Teppo Järvelin
|
9e85767c80
|
PR review fixed: removed dead code, removed magic numbers.
|
2018-03-02 14:38:05 +02:00 |
Ari Parkkila
|
ea41e18aa0
|
Fixed IAR 7.8 compile
|
2018-03-02 14:38:05 +02:00 |
Teppo Järvelin
|
4a6bcc4a0a
|
Fixed doxygen warning.
|
2018-03-02 14:38:05 +02:00 |
Ari Parkkila
|
e8a26f3f54
|
Removed mbed.h
|
2018-03-02 14:38:05 +02:00 |
Ari Parkkila
|
065326135e
|
Change cellular socket port 0 to dynamic range
|
2018-03-02 14:38:05 +02:00 |
Ari Parkkila
|
934a93151a
|
Changed requested stack for new pdp context
|
2018-03-02 14:38:05 +02:00 |
Teppo Järvelin
|
67740f73bd
|
Removed ASSERT from mux.
|
2018-03-02 14:38:05 +02:00 |
Teppo Järvelin
|
ea6d59ff19
|
Updated license texts.
|
2018-03-02 14:38:05 +02:00 |
Antti Kauppila
|
1a44c4e5b1
|
Update AT_CellularPower.cpp
|
2018-03-02 14:38:05 +02:00 |
Antti Kauppila
|
bfbd3e42af
|
more unittests added
|
2018-03-02 14:38:05 +02:00 |
Teppo Järvelin
|
bf3d587571
|
Removed dead code from athandler.
|
2018-03-02 14:38:05 +02:00 |
Ari Parkkila
|
db2c5cff20
|
Added cellular stack API
|
2018-03-02 14:38:05 +02:00 |
Antti Kauppila
|
fbfbdc9718
|
renamed mbed_mux to cellular_mux
|
2018-03-02 14:38:05 +02:00 |
Antti Kauppila
|
217271b156
|
Unittests added
|
2018-03-02 14:38:03 +02:00 |
Ari Parkkila
|
5b70492c64
|
Updated cellular
|
2018-03-02 14:38:02 +02:00 |
Ari Parkkila
|
863ec3c3cc
|
Initial cellular feature
|
2018-03-02 14:38:02 +02:00 |