~aleteoryx/muditaos

ref: 07fb74f1712d2610d8ee891b0234825f846143e8 muditaos/module-cellular d---------
70fe3a40 — Kuba Kleczkowski 3 years ago
[MOS-813] Emergency calling fixed

User is now able to make emergency call with no sim card
inserted. RF functionality in modem is still disabled
until sim card is selected by user.
e4dc40a7 — Bartosz Szostak 3 years ago
[MOS-741] Fox crashes during the cellular frame processing

Added an additional condition that checks the size of the hacked frame
to avoid processing an incorrect sized frame.
b069b7bc — Marcin Zieliński 3 years ago
[MOS-793] Connect GUI and modem VoLTE steering

Additionally, fixed many covert bugs that emerged due to
modem restarting.
c85b85f4 — Bartosz 3 years ago
[MOS-259][MOS-602] Fix no calllog entries in DND mode

Fixed no calllog entries in DND mode, which were caused
by not starting the call in DB interface, so no entry was created.

Moreover, small optimizing of the DND handling.
fe708cdf — Adam Wulkiewicz 3 years ago
[MOS-670] Change clang-format AlwaysBreakTemplateDeclarations to Yes

Add --all and --fix-all options to style-check-hook
228fca4b — Bartosz Cichocki 3 years ago
[MOS-463] Unify cellular namespace

Unified cellular namespace, fixed test buildiing,
removed some unused includes
2b1ae19d — Adam Dobrowolski 3 years ago
[MOS-512] Fix build with gcc12

As in topic
523eb6f5 — Lucjan Bryndza 3 years ago
[MOS-513] Fix issues related to the GCC12 gcc

Fix issues related to the GCC 12
Fix paths for ignore license headers
1c2e19fc — Maciej Janicki 3 years ago
[MOS-395] Add new def QCFG settings

Add new default QCFG settings:
- servicedomain,
- nwscanmode.
ced86420 — Maciej Gibowicz 3 years ago
[MOS-228] GSM sleep mode dependend on communication with modem

After finishing communication with cellular,
we switch to sleep mode faster, saving the battery
at the same time.
a88ccfe4 — Adam Dobrowolski 4 years ago
[MOS-327] Removed call manager call logic in library

Moved call handling to separate library and removed CallManager
Apply suggestions from code review:
Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com>
Co-authored-by: Mateusz Piesta <mateusz.piesta@mudita.com>
cc02ffff — Adam Dobrowolski 4 years ago
[MOS-258] System profile util works with separate rtt

Profiling Move RTT handling to interfacing library
Library for msgpack sink
magic enum updated
performance monitor fixups
dd3eeaf1 — Lefucjusz 4 years ago
[MOS-240] PVS Studio analysis bugs fix

Fixes to major part of issues found
by PVS Studio static analysis
mainly micro-optimisations
053f2706 — Adam Dobrowolski 4 years ago
[MOS-282] Librarisation of services and test service

* options work a bit better ,now services and apps are
  selectable by option in cmake
* test service example added
* major documentation for module-services
* documentation for project configs and logs

Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com>
Co-authored-by: Mateusz Piesta <mateusz.piesta@mudita.com>
2b2bb13a — Maciej Janicki 4 years ago
[MOS-296] Merge remote-tracking branch 'origin/stable'

Merge stable Harmony branch into merge wip branch
e59cd403 — GravisZro 4 years ago
[MOS-245] Fix errant spaces

It appears in the past a major edit was made but had used a regex to
change some text which resulted in an errant space between the
enumuneration/struct/class name and the scope resolution operator.
These errant spaces have been removed.
c7513c2c — Adam Dobrowolski 4 years ago
[EGD-8208] Post rebase and review cleanup

Style fixed, moved files to catalog, renames
[EGD-8203] Add URC counter and csq poll mode

Added CSQ notifications counter and CSQ poll mode.
It will help to reduce current cosnuption in case of
variable signal.
d1d02fab — Lucjan Bryndza 4 years ago
[EGD-7956] Revert Fix DMA issue on tx modem data

This reverts commit 7d8fbec207a517755fbd8193e2584a6233697d27.
7d8fbec2 — Lucjan Bryndza 4 years ago
[EGD-7956] Fix DMA issue on tx modem data

Fix DMA issue on tx modem data

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
Next