Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

Z-stack light link 1.0.1-bug reopened in latest release -

$
0
0

Dear TI/TopCat,

 The Bug reported in http://e2e.ti.com/support/low_power_rf/f/158/p/248017/869835.aspx#869835

reponed in latest release 1.0.1  the fix mentioned below not working

void zll_InitVariables( bool initiator )

{  

zllTransID = 0;  

zllJoinedHANetwork = FALSE;

  if ( zll_IsFactoryNew() )  

{    

_NIB.nwkDevAddress = INVALID_NODE_ADDR;  

 }  

else  

{    

if ( zgTrustCenterAddr == NWK_PAN_COORD_ADDR )    

 {      

zllJoinedHANetwork = TRUE;    

}  

}

  // verify groups communication is initiated by broadcasts rather than multicasts  

_NIB.nwkUseMultiCast = FALSE;  

 // detect and remove stored deprecated end device children after power up  

// zgRouterOffAssocCleanup = TRUE;  ---> bug reopened

// osal_nv_write(ZCD_NV_ROUTER_OFF_ASSOC_CLEANUP, 0, sizeof(zgRouterOffAssocCleanup), &zgRouterOffAssoc

}

The correct bug fix might be

in ZGlobal.c

// Cleanup Child Table according to routing traffic uint8

 zgRouterOffAssocCleanup =TRUE ;//FALSE

 

Please confirm the bug fix.

 

Thanks and Regards

Lakshman,PMP,PMI-RMP


Viewing all articles
Browse latest Browse all 262198

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>