This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Z-STACK: Z-Stack + Reporting problem

Part Number: Z-STACK

Hi TI, 

I am creating a ZED with CC1352P2 launchpad and simplelink_cc13x2_26x2_sdk_4_20_00_35.

I have defined a custom cluster with only one attribute. The attribute can be readed from the zigbee network. In the CCS project I have defined the symbol BDB_REPORTING, and the attribute has this properties: ACCESS_CONTROL_WRITE | ACCESS_CONTROL_READ | ACCESS_REPORTABLE,


My problem is:

The reporting functionality are not working me.
For generate the reporting I am calling this code:

zstack_bdbRepChangedAttrValueReq_t Req = {0};
Req.attrID = My_attr_ID;
Req.cluster = My_CLUSTER;
Req.endpoint = My_ENDPOINT;
Zstackapi_bdbRepChangedAttrValueReq(appServiceTaskId,&Req);


But the reporting not happenning.
Please, any idea about my problem, please.
Please how to solve it?

Thank you very much. 

Best rgerds