Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The CHIP_CONFIG_MAX_GROUP_ENDPOINTS_PER_FABRIC macro is inconsistent with the requirements in the specification #33794

Closed
ChengqiangShe opened this issue Jun 7, 2024 · 1 comment

Comments

@ChengqiangShe
Copy link

* @def CHIP_CONFIG_MAX_GROUP_ENDPOINTS_PER_FABRIC

Matter Specification Version 0.7-fall2024, 2024-05-31 16:09:52 -0700: Draft:
2.11.1.2 Section Definitions:
The node SHALL support at least four group table entries per fabric per endpoint having a Groups cluster instance.

@bzbarsky-apple
Copy link
Contributor

This macro is for the number of endpoints that have the groups cluster on them, not for the number of group table entries.

The number of group table entries is then computed like so:

src/lib/core/CHIPConfig.h:#define CHIP_CONFIG_MAX_GROUPS_PER_FABRIC (4 * CHIP_CONFIG_MAX_GROUP_ENDPOINTS_PER_FABRIC)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants