[EGD-5011] Set headphones maximal sound level
In order to pass certification IEC 62368-1, set maximal headphones sound
level accordinly to measurements done by certification laboratory.
[BH-515] Create main Bell app
Create main Bell app
[EGD-6916] Fixed makefile build linking issue
Changed the way libraries are linked to sections in the linker
script because linker couldnt find them and was silently failing.
[EGD-3243] Fix cellular memory leaks
Fixed leaks occuring in simulator using Quectel's eval kit.
[EGD-5689] Add clang tidy to jenkins
Remove check form init scripts
[EGD-5689] Add clang tidy to jenkins
Move check to proper place
[EGD-5689] Add clang tidy to jenkins
Bring up clang tidy to Jenkins workers.
[EGD-5689] Add clang tidy to jenkins
Bring up clang tidy to Jenkins workers.
[CP-143] Set 204 code for responses with empty body
Body field was always added to response json, even if
it was containing only null. Now empty body is
not attached to response json, and status code
for such message is set to 204. Additionaly some
minor cleanup in service desktop was done.
[CP-142] Update tests with 204 response code
Uptdate python test scripts with 204 (NoContent) code
for responsens with empty body.
[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
[BH-393] Create separate math lib
Create separate math lib from Math.hpp file.
[CP-187] Fix stack overflow on passcode decoding
When passcode is passed as json string, each of digits needs to be
parsed as separate character with std::atoi. Replaced the string
with json array of integers to simplify decoding and avoid SO.
[EGD-6917] Screen light in automode does not turnoff itself
The bug was introduced by EGD-6794. The bug is caused by wrong mode
selection in `ScreenLightTimer`'s definition. The current design
defines auto-turn-off only for automatic mode (EGD-6655).
[BH-373] Convert utils json into a lib
Moving json to a third-party standalone library.
[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.
[EGD-6544] Switch for VoLTE
Turn off/on VoLTE during compilation
[BH-367] Convert UCS2 to library
Convert UCS2 to library,
move tests from module-utils/test to UCS2 folder
[BH-376] Time module unit test decoupled
Decoupled time module unit test from module-db