From 6718e6cfc22e0eb025eeb6c8450eb73aecd471ec Mon Sep 17 00:00:00 2001 From: Wojciech Kaczmarski <44336093+sp5wwp@users.noreply.github.com> Date: Wed, 13 Sep 2023 12:37:26 +0200 Subject: [PATCH] stream end at frame boundary --- M17_spec.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/M17_spec.tex b/M17_spec.tex index 33ae0fe..d81cc0e 100644 --- a/M17_spec.tex +++ b/M17_spec.tex @@ -726,7 +726,7 @@ Total: 144 Type 1 bits The Frame Number (FN) starts from 0 and increments every frame to a maximum of \texttt{0$\times$7fff} where it will then wrap back to 0. The most significant bit in the FN is used for transmission end signaling. When transmitting the last frame, it shall be set to 1 (one), and 0 (zero) in all other frames. -Stream data (STREAM) is obtained by extracting 128 bits at a time from the continuous stream of application layer data. If the last frame will contain less than 128 bits of valid data, the remaining bits should be set to zero. +Stream data (STREAM) is obtained by extracting 128 bits at a time from the continuous stream of application layer data. If the last frame will contain less than 128 bits of valid data, the remaining bits should be set to zero. The stream may end at the frame boundary. \begin{table}[H] \centering