Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address Issue Padding bits #8 #14

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions encapsulation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ However, if the *srcID* is not a multiple of 8 bits the remaining *srcID* bits n

In this way, the maximum payload length is reduced by up to 7 when the *srcID* is not a multiple of 8 bits.

In cases where the number of bits of *payload* + *srcID* is not a multiple of 8, some padding bits are required. These must be placed in the most significant bits of the final byte of the packet. Their value is "don't care", but they must not "leak" information (for example, the previous contents of an intermediate buffer that may relate to a different trace session which the current recipient of trace is not authorised to receive).

[[_section_null_encapsulation]]
=== Null Encapsulation

Expand Down
Loading