Packet Metadata bitfields fix

pull/130/head
Wojciech Kaczmarski 2023-09-12 13:30:59 +02:00 zatwierdzone przez GitHub
rodzic ee7c8b4bab
commit cbe9ebb0e2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 6 usunięć

Wyświetl plik

@ -914,9 +914,8 @@ When there are no bytes remaining in the Packet Data after removing a 25-byte (o
\hline
Bits & Meaning \\
\hline
0..1 & non-existent \\
2..6 & Frame number, 0..31 \\
7 & Set to 0, Not end of frame \\
0..4 & Frame number, 0..31 \\
5 & Set to 0, Not end of frame \\
\hline[2px]
\end{tblr}
\caption{Packet Metadata Field with EOF = 0}
@ -930,9 +929,8 @@ When there are no bytes remaining in the Packet Data after removing a 25-byte (o
\hline
Bits & Meaning \\
\hline
0..1 & non-existent \\
2..7 & Number of bytes in frame, 1..25 \\
7 & Set to 1, End of frame \\
0..4 & Number of bytes in frame, 1..25 \\
5 & Set to 1, End of frame \\
\hline[2px]
\end{tblr}
\caption{Packet Metadata Field with EOF = 1}