Skip to content

Commit 4b8712f

Browse files
manifest: sdk-connectedhomeip: Update revision
Pull fix for total operational hours issue and add known issue entry. Signed-off-by: Maciej Baczmanski <[email protected]>
1 parent 537b50b commit 4b8712f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

doc/nrf/releases_and_maturity/known_issues.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,21 @@ Matter
504504

505505
The issues in this section are related to the :ref:`ug_matter` protocol.
506506

507+
.. rst-class:: v2-9-0 v2-8-0 v2-7-0 v2-6-2 v2-6-1 v2-6-0
508+
509+
KRKNWK-19915: Certification test case TC-DGGEN-2.1 fails on test step 10d when Total Operational Hours feature is enabled
510+
Total operational hours are saved to NVM with interval defined by :kconfig:option:`CONFIG_CHIP_OPERATIONAL_TIME_SAVE_INTERVAL` Kconfig option.
511+
The test case requires checking the value after one hour, restarting the DUT, and verifying if the value has not changed, causing failures if given option is greater than 1.
512+
513+
**Workaround:** There are two alternative solutions to fix this issue:
514+
515+
* Disable PICS DGGEN.S.A0003 in the :file:`GeneralDiagnosticsClusterTestPlan.xml` file, disable the ``TotalOperationalHours`` attribute in the General Diagnostics Cluster on Endpoint 0 using the ZAP Tool, and regenerate files.
516+
* Manually cherry-pick and apply the commit with the fix to ``sdk-connectedhomeip`` (commit hash: ``89e823e5d8065ce85a6e6b4c205e11db413c4535`` from the `upstream Matter SDK repository <https://github.com/project-chip/connectedhomeip>`_).
517+
518+
.. note::
519+
520+
The total operational hours feature is optional and this issue affects the certification process only when DGGEN.S.A0003 PICS is enabled.
521+
507522
.. rst-class:: v2-9-0
508523

509524
KRKNWK-19804: Descriptor Device Type List does not include OTA Requestor device on endpoint 0

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ manifest:
159159
- name: matter
160160
repo-path: sdk-connectedhomeip
161161
path: modules/lib/matter
162-
revision: c63ff3ffd71d97ab36d9231fe8bd1ade1674e49e
162+
revision: 60d94395ef3fde3eaf6bcea8d8bf5864603c8541
163163
west-commands: scripts/west/west-commands.yml
164164
submodules:
165165
- name: nlio

0 commit comments

Comments
 (0)