[EGD-7124] Add import contacts from sim
Added imort contacts from sim card.
[EGD-7005] Removed sensitive data cellular
Removed sensitive data from service and module cellular.
Logger factory introduced to easily manage sensitive logs.
[CP-267] Ensure cellular logging
Log information such as: selected SIM slot,
received signal parameters (QNWINFO, CSQ),
selected antenna, AT commands exchanged
with the modem, slider position.
Also fixed logging level for rt1051.
[EGD-6918] Timestamp clean up
Removal of not needed methods
Addition of unit tests
Fixes according to newst design guidelines
Added new seprate interface cmake lib for time constants
[BH-515] Create main Bell app
Create main Bell app
[EGD-3243] Fix cellular memory leaks
Fixed leaks occuring in simulator using Quectel's eval kit.
[EGD-6790] Fix cellular sleep mode
Fix of cmux communication in order to
prevent polling thus provide sufficient
time of inactivity to get into sleep mode
Merge branch 'master' into stable
[BH-353] Add Documentation for main targets
* clean up mimimu required cmake version
* fixes for release workflow
Add documentation for targets, fixes for cmake
and release workflow.
Merge branch 'master' into stable
[BH-376] Utils time turned to separate library
Turned module-utils/time folder content into separate library,
cleaned up CMake libs dependencies, fixed include paths
[BH-370] Convert utils common_data into a libs
Create clipboard and eventsore libs
[BH-378] PR changes
PR changes - mainly includes
[BH-378] Utils move log to library
Moved log to separate library
[BH-371] Replace gsl with mainline submodule and move to third-party
Replacing loose gsl files with gsl mainline project as submodule
and moving it to third-party
Merge branch 'master' into stable
[EGD-5976] Add tethering cellular disabling
This commit adds disabling of URC messages during
tethering mode. It also adds call and sms logging after
tethering is disabled.
[EGD-6701] System time usage fixes
Fixed all calls to stdlib time.
Removed all redundant calls to Timestamp treated as time source.
[BH-361] Move date to separate directory
Move date to separate directory