Teppo Järvelin
77b0fc371b
Cellular: Semaphore wasn't released in easycellular release build.
2018-06-15 13:30:56 +01:00
Teppo Järvelin
97cdbf769d
Cellular: release resources in state machine. Made sure that athandler does not try process urc's after switch to data mode.
2018-06-15 13:30:56 +01:00
Yoshihiro TSUBOI
7bc411eedb
Changed suggested things
...
Removed context check from do_user_authentication.
2018-06-15 13:30:56 +01:00
Yoshihiro TSUBOI
b3ebb5229a
Changed suggested points
...
Changed accessibility cellular features member functions, fixed minor target issues
2018-06-15 13:30:56 +01:00
ytsuboi
4b1d0875b7
Adding platform
2018-06-15 13:30:56 +01:00
Teppo Järvelin
a771f0458a
Cellular: fixed unit tests to compile after rebasing to latest.
2018-06-15 13:30:56 +01:00
Teppo Järvelin
64e8363d69
Cellular: added more unit tests for CellularDevice.
2018-06-15 13:30:56 +01:00
Teppo Järvelin
d5a6baf5cd
Cellular: added greentea test for cellular device.
2018-06-15 13:30:56 +01:00
Ari Parkkila
09e14567fe
Cellular: Disable Greentea tracing to consume less memory
2018-06-15 13:30:56 +01:00
Ari Parkkila
0aff4e836b
Cellular: Enable AT debug also when mbed-trace is disabled
2018-06-15 13:30:56 +01:00
Teemu Kultala
80464502fa
more effective port randomisation
2018-06-15 13:30:56 +01:00
Teemu Kultala
394b2f157d
random socket port number
2018-06-15 13:30:56 +01:00
Teppo Järvelin
33653e89e3
Review fix: - set ppp_active false if close fails in ppp disconnect. - unset sigio in ppp disconnect - take ownership of filehandle in CellularNetwork::disconnect even in case of failure
2018-06-15 13:30:56 +01:00
Mirela Chirica
51a3be6caf
Cellular: BC95 socket creation to fail on missing socket id in the response
2018-06-15 13:30:56 +01:00
Ari Parkkila
5cd450ce70
Cellular: Fix AT URC handler not to dismiss incoming chars
2018-06-15 13:30:56 +01:00
Mirela Chirica
2b2f53e92f
Cellular: Added ENOTTY define in mbed_retarget stub
2018-06-15 13:30:56 +01:00
Mirela Chirica
ca0ba7727a
Cellular: Added missing copyrights
2018-06-15 13:30:56 +01:00
Mirela Chirica
3586af6da7
Cellular: Unit tests fixes
2018-06-15 13:30:56 +01:00
Teppo Järvelin
7944db6411
Cellular: review fixes.
2018-06-15 13:30:56 +01:00
Teppo Järvelin
79739de1aa
Cellular: review changes.
2018-06-15 13:30:56 +01:00
Teppo Järvelin
0c23935cae
Cellular: Fixed connect-disconnect sequence can now be called multiple times.
2018-06-15 13:30:56 +01:00
Ari Parkkila
3abfa4531f
Cellular: Removed obsolete FEATURE_COMMON_PAL flag from trace
2018-05-17 09:41:49 +03:00
Ari Parkkila
6a3dce839e
Cellular: Updated coding guidelines
2018-05-17 09:02:54 +03:00
Ari Parkkila
a146e0e7ff
Cellular: AT debugging improved
2018-05-16 12:39:30 +03:00
Ari Parkkila
287a1a86d0
Cellular: AT handler review fixes
2018-05-14 10:25:00 +03:00
Ari Parkkila
3bdb6d1737
Cellular: Fixed ATHandler write poll timeout
2018-05-14 10:25:00 +03:00
Ari Parkkila
9b896a16bb
Cellular: ATHandler yield to wait review fixes
2018-05-14 10:25:00 +03:00
Ari Parkkila
559abd3009
Cellular: AT requests are to be processed within time period
2018-05-14 10:24:59 +03:00
Ari Parkkila
98ef516061
Cellular: Changed ATHandler yield to wait
2018-05-14 10:23:06 +03:00
Cruz Monrreal
7a1ab1890b
Merge pull request #6792 from jarvte/cellular_dynamic_alloc_and_destr
...
Cellular: Add dynamic alloc and destruction to easycellular
2018-05-07 10:28:43 -05:00
Teppo Järvelin
b22a16fe4a
Cellular: Added dynamic alloc and destruction to easycellular.
...
Now application can call connect and disconnect multiple times and resources are freed and constructed properly.
Also whole easycellular can be deleted and constructed again.
2018-05-03 12:47:47 +03:00
Mirela Chirica
d4d339129a
Cellular: Refactor hex reading to prevent illegal cast
2018-04-30 13:25:15 +03:00
Mirela Chirica
a0cc22ebba
Cellular: Fix AT Handler compile warning
2018-04-27 14:38:14 +03:00
Mirela Chirica
c0629c8d11
Cellular: Remove unnecessary NULL assignment
2018-04-25 14:09:20 +03:00
Mirela Chirica
042586938d
Cellular: Common routine for string and hexstring reading
2018-04-25 14:09:20 +03:00
Mirela Chirica
b48238997d
Cellular: BC95 update max packet size
2018-04-25 14:09:19 +03:00
Mirela Chirica
1998173ede
Cellular: Added read hex string support to AT handler
2018-04-25 14:09:19 +03:00
Mirela Chirica
928082b64b
Cellular: Fix greentea sendto test to clear socket event flags
2018-04-25 14:09:19 +03:00
Mirela Chirica
7e684cd789
Cellular: Destructor added for CellularList
2018-04-25 14:09:19 +03:00
Mirela Chirica
658358cbf1
Cellular: BG96 remove IPv6 stack support
2018-04-25 14:09:19 +03:00
Martin Kojtal
d768b6f468
Merge pull request #6677 from jarvte/cellular_fsm_crash_bug
...
Cellular: fixed null pointer bug in cellular fsm
2018-04-25 08:24:49 +01:00
Cruz Monrreal
4c973e3aa0
Merge pull request #6702 from AriParkkila/single-stack
...
Cellular: Fix to prefer IPv6 single stack with fallback to IPv4
2018-04-24 12:16:34 -05:00
Ari Parkkila
b37532addf
Cellular: Fix to prefer IPv6 single stack with fallback to IPv4
2018-04-23 09:57:23 +03:00
Teppo Järvelin
6a2eefba9c
Cellular: fixed null pointer bug.
...
Null pointer could have been called after stop() in cellular state machine.
2018-04-19 14:30:33 +03:00
Teppo Järvelin
025e0dfc49
Cellular: moved one function in cellularnetwork to public as it was accidently set as protected.
2018-04-19 13:40:33 +03:00
Teppo Järvelin
5ebdb439af
Cellular: fixed cellular unit tests and one bug which was found while fixing.
2018-04-19 13:35:53 +03:00
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
55f4360680
Cellular: review fixes to cellularfsm and cellularnetwork.
2018-04-18 12:35:38 +03:00
Cruz Monrreal
259f9fd877
Merge pull request #6570 from jarvte/add_cellular_detach
...
Cellular: add detach from the network
2018-04-17 10:54:09 -05:00
Teppo Järvelin
1990f63382
Cellular: fixed state machine after rebase.
2018-04-17 10:24:19 +03:00