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 2019/01/22 20:47:55 UTC

[GitHub] andrzej-kaczmarek opened a new pull request #303: nimble/ll: Fix access address computation

andrzej-kaczmarek opened a new pull request #303: nimble/ll: Fix access address computation
URL: https://github.com/apache/mynewt-nimble/pull/303
 
 
   Core 5.0, Vol 6, Part B, section 2.1.2:
       The Access Address shall be a 32-bit value. Each time it needs a
       new Access Address, the Link Layer shall generate a new random value
       that meets the following requirements:
         (...)
         * It shall have a minimum of two transitions in the most
           significant six bits.
   
   Current implementation of the above only checks if there are no
   transitions in 6 msb so it can create invalid access address.

----------------------------------------------------------------
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