Files
gfps/Reason:Observed+standard+deviation+is+too+low,+.........md
danni_dong bdbb2527e6
All checks were successful
Sync To /home/ubuntu/gfps / sync (push) Successful in 2s
gfps: 添加认证测试和FAQ 20260505
Change-Id: I71e676b997159a141ca07d16f82a73b45f4b2410
2026-05-05 19:24:08 +08:00

37 lines
1.8 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ReasonObserved standard deviation is too low, ........
![](images/ReasonObserved+standard+deviation+is+too+low,+........_0e689693.jpg)
<span class="jira-issue resolved" jira-key="BB2BUG-17453"> <a href="https://jira.realtek.com/browse/BB2BUG-17453" class="jira-issue-key"><img src="https://jira.realtek.com/secure/viewavatar?size=xsmall&amp;avatarId=10916&amp;avatarType=issuetype" />BB2BUG-17453</a> - <span class="summary">\[BB2\]\[RTL8763EF/ROM\]\[GMI\]\[沃莱特\]\[Harman\]\[T520\]: Finder测项中finder_unwanted tracking protection测试失败</span> <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf">Closed</span> </span>
\
Hi Danni,\
\
The reason that this test fails is that the device under test rotates EID/MAC pretty much precisely every 1024 seconds (standard deviation is 0.83 seconds).\
\
Per spec the exact rotation time should be randomized, please refer to the "ID Rotation" section.
\
Hi Mark:
![](images/ReasonObserved+standard+deviation+is+too+low,+........_2911bcbd.jpg)
1.Does the positive randomized time factor have a value range? Can you provide some reference ranges?
2.Is the standard deviation must be greater than 0.83?
\
<a href="mailto:dlazarov@google.com" class="external-link" rel="nofollow">+David Lazarov</a> Can you please attach the latest version of the spec which includes the recommended randomization values?
 
Hi Danni,
 
1. The recommended size of the randomization window is 20% of the interval, i.e. 204 seconds. So when the device needs to compute the next time point to rotate EID/MAC, it's going to be *floor((last_rotation_time_seconds + 1024) / 1024) \* 1024 + random(0, 204). *
2. *Standard deviation of 0.83 seconds practically means there's no randomization. We expect standard deviation to be much higher, typically 50-60 seconds, or more.*