Skip to content

Commit b877df0

Browse files
committed
Add TODO comments for project-chip#32321
Add TODO comments for issue related to ICD management server. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent 3eb687c commit b877df0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/app/chip_data_model.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ function(chip_configure_cluster APP_TARGET CLUSTER)
2727

2828
# Add clusters dependencies
2929
if (CLUSTER STREQUAL "icd-management-server")
30+
# TODO(#32321): Remove after issue is resolved
3031
# Add ICDConfigurationData when ICD management server cluster is included,
3132
# but ICD support is disabled, e.g. lock-app on some platforms
3233
if(NOT CONFIG_CHIP_ENABLE_ICD_SUPPORT)

src/app/clusters/icd-management-server/icd-management-server.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ bool emberAfIcdManagementClusterUnregisterClientCallback(CommandHandler * comman
466466
bool emberAfIcdManagementClusterStayActiveRequestCallback(CommandHandler * commandObj, const ConcreteCommandPath & commandPath,
467467
const Commands::StayActiveRequest::DecodableType & commandData)
468468
{
469+
// TODO(#32321): Remove #if after issue is resolved
469470
// Note: We only need this #if statement for platform examples that enable the ICD management server without building the sample
470471
// as an ICD. Since this is not spec compliant, we should remove this #if statement once we stop compiling the ICD management
471472
// server in those examples.

0 commit comments

Comments
 (0)