Marcin Zieliński
8154243205
[MOS-770] Replace VoLTE state switching mechanism
...
Thrown out the previous implementation.
2022-11-02 12:12:02 +01:00
Marcin Lyda
06ef1e131b
[MOS-300] Remove unused variables
...
Remove unused variables from PVS Studio analysis
2022-03-14 15:38:46 +01:00
Kuba
6e12e5834f
[EGD-7738] Fix modem reset
...
Fixed modem reset procedur so now it will not stuck in cellular
init on factory fresh phone. Also removed T3/T4 board recognition.
2021-10-21 18:45:43 +02:00
Piotr Tański
90e7a48198
[EGD-7362] Merge release/0.76.1 into master
...
Merge release/0.76.1 into master.
2021-09-02 11:12:59 +02:00
Alek Rudnik
49b7ab8509
[EGD-7005] Removed sensitive data cellular
...
Removed sensitive data from service and module cellular.
Logger factory introduced to easily manage sensitive logs.
2021-07-12 12:25:04 +02:00
Tomasz Sobkowiak
50cd42b567
[EGD-6544] Switch for VoLTE
...
Turn off/on VoLTE during compilation
2021-06-10 15:06:33 +02:00
Maciej Janicki
c88c82ae86
[EGD-6319] Refactor cellular modem directory
...
- Removed not used files from old implementations.
- Renamed some classes to follow naming convention.
- Renamed methods to use consistent styling.
- Restructured code.
2021-05-05 16:34:35 +02:00
Adam Dobrowolski
f08acdcc78
[EGD-6079] Moved at factory from header to cpp file
...
- data moved to std::initializer_list no issue warned with tools
- GCC tools do not warn issues with memory now
2021-03-19 16:06:12 +01:00
breichel
f7a742d488
[EGD-4386] Add VoLTE on/off functionality
...
Modem setup so that VoLTE connection is possible,
as long as there is LTE coverage
and the operator allows it.
2021-02-10 13:33:08 +01:00
breichel
30d6ddbe47
[EGD-4920] Add API to get current operator name
...
Asynchronous API to get operator name,
also possibility to easy extend solution for
current operator technology and information about
operator selection mode (automatic/hand).
2021-01-10 15:45:37 +01:00
breichel
759bee96be
[EGD-4919] Add API functionality to set operator
...
Functionality for set operator (with name) and
set autoselect were added.
2021-01-10 14:41:13 +01:00
breichel
e7931b2153
[EGD-4918] Change network scan for operators
...
Change old implementation of network scan. Now in class
which have rest of network settings as NetworkSettings.
Change method from old message style to connect/API.
2020-12-23 09:15:19 +01:00