You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2017/10/31 15:03:19 UTC

[GitHub] michal-narajowski opened a new pull request #641: mesh: Fix and clean up iv update procedure

michal-narajowski opened a new pull request #641: mesh: Fix and clean up iv update procedure
URL: https://github.com/apache/mynewt-core/pull/641
 
 
   This patch fixes issue when receiving iv index greater than current
   index + 42 in update mode. According to Specification when node is in update
   state it should only accept iv index equal to the current iv index. When
   node is in normal mode it should ignore index that is greater than current
   index + 42.
   
   This allows to pass MESH/NODE/IVU/BI-02-C.
   
   Also this patch cleans up the iv update procedure, to make it easier to
   read.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services