~aleteoryx/muditaos

ref: 9f87dead1c4420f9679ab36856faf581e0129596 muditaos/module-services/service-cellular/ServiceCellular.cpp -rw-r--r-- 86.5 KiB
9f87dead — Maciej Gibowicz 5 years ago
[EGD-4853] Add Wake up GSM modem on demand

System wakes up Cellular when there is a need to communicate
with the modem, e.g. to handle an outgoing call
ef63ee26 — Wojtek Rzepecki 5 years ago
[EGD-5304] Add new way of system close

Unified method of closing
the system orchestrated by
system manager
24d11da9 — Przemyslaw Brudny 5 years ago
[EGD-5916] Removed duplicated connect in ServiceCellular.cpp

Removed duplicated connect in ServiceCellular.cpp causing
service init errors.
30fde886 — Adam Dobrowolski 5 years ago
[EGD-5326] Fixed AT commands harness utility

We can now use test harness to send and check at commands
0db73fac — Kuba Kleczkowski 5 years ago
[EGD-5741] Change cellular DataReceiverHandle refactor

All messages have been moved to separate handlers.
46b856d6 — breichel 5 years ago
[EGD-5831] Fix handling URC

Fix handling URC like no carrier
fe721693 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Synchronize with master before merging
9c9d3ff4 — breichel 5 years ago
[EGD-5817] Fix USD menu navigation

All menu levels available via USD queries
993235b7 — Kuba Kleczkowski 5 years ago
[EGD-5740] Change cellular message handlers

Phone modes dependent message handlig is moved to separated
handlers.
5cb4cfce — breichel 5 years ago
[EGD-5545] Add PIN2 handling

Possibility of handling PIN2 request from modem.
Description of the message in PinLock what type of
code is required
1a165ee7 — breichel 5 years ago
[EGD-5692] Change URC parsing mechanism

Improved the mechanism for processing URC messages
so that long messages and those containing end of line
inside messages can be handled also if income
in more than one data chunk.
c7b7cc4c — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
3b141041 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
a53bd826 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
46f9cc7e — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
067ca948 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
e6213e94 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
3bcab3b9 — Jakub Pyszczak 5 years ago
[EGD-5794] Fix stack size overflow

There is not enough space in service cellular
stack which is causing debug problems.
e24d7c85 — Jakub Pyszczak 5 years ago
[EGD-5541] Sim card check refactor

Moved checking for a SIM card logic from
application level to service cellular.
Provided an action in response to application messages.
4c72152c — mkamonMdt 5 years ago
[EGD-5597] Fix messages overflowing length

Current sms length is bound by 7*67 characters. This PR
enforce that limit on ApplicationMessages level.
Additionally PR solve:
 - corner case problem with invalid cursor position in TextBackup
 - EGD-4408 fix of label on desktop menuWindow
Next