Martin Kojtal
|
9cc4302c51
|
Merge pull request #6629 from jarvte/add_select_plmn_to_cellularfsm
Cellular: add plmn for CellularConnectionFSM
|
2018-04-19 12:07:20 +02:00 |
Teppo Järvelin
|
e78e1d28db
|
Cellular: check plmn against network to verify correct network and don't try to register again if we are are already in correct nw.
|
2018-04-17 10:16:32 +03:00 |
Teppo Järvelin
|
0b5fae3670
|
Cellular: added deprecation note for parameter timeout in set_attach.
|
2018-04-12 13:37:49 +03:00 |
Teppo Järvelin
|
9b0b92bb1c
|
Cellular: added detach from the network.
|
2018-04-12 13:37:49 +03:00 |
Teppo Järvelin
|
31428533ba
|
Fixed missing doxygen param.
|
2018-04-11 09:38:13 +03:00 |
Teppo Järvelin
|
89843246ac
|
Separated context activation from connect, increased stack size to 2048 to avoid stack underflows and changed connection callback call.
|
2018-04-11 09:31:44 +03:00 |
Teppo Järvelin
|
f0026e4c48
|
review fixed and some minor improvements.
|
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
|
83ea9be5f5
|
temp commit while changing work...
|
2018-04-11 09:31:44 +03:00 |
Cruz Monrreal
|
7c30faf69d
|
Merge pull request #6264 from jarvte/master
Deprecated warnings for feature/netsocket/cellular
|
2018-03-16 13:32:09 -05:00 |
Teppo Järvelin
|
53455c5528
|
Fixed correct includes so that compile log is not polluted.
|
2018-03-13 16:23:15 +02:00 |
Teemu Kultala
|
bd75d5327f
|
callback API added
|
2018-03-12 11:51:27 +02:00 |
Teppo Järvelin
|
c9c3f85311
|
Changed state machine class name and implementation.
|
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 |
Ari Parkkila
|
bc67100dcf
|
Added const in AT_CellularNetwork::set_registration
|
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 |
Teppo Järvelin
|
9e85767c80
|
PR review fixed: removed dead code, removed magic numbers.
|
2018-03-02 14:38:05 +02:00 |
Ari Parkkila
|
863ec3c3cc
|
Initial cellular feature
|
2018-03-02 14:38:02 +02:00 |