LSF TYPE field update
pull/118/head
Wojciech Kaczmarski 2022-10-24 08:40:24 +02:00 zatwierdzone przez GitHub
rodzic a9cf1a2d41
commit 93b3fa5474
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 26 dodań i 2 usunięć

Wyświetl plik

@ -115,15 +115,39 @@ The TYPE field contains information about the frames to follow LSF. The Packet/
The remaining field meanings are defined by the specific mode and application.
<center><span style="font-weight:bold">Table 5</span> LSF TYPE definition</center>
Bits | Meaning
Bits | Content
---- | -------
0 | Packet/Stream indicator, 0=Packet Mode, 1=Stream Mode
0 | Packet/Stream indicator
1..2 | Data type indicator
3..4 | Encryption type
5..6 | Encryption subtype
7..10 | Channel Access Number (CAN)
11..15 | Reserved (dont care)
<center><span style="font-weight:bold">Table 5a</span> Packet/Stream indicator</center>
Value | Content
---- | -------
0 | Packet mode
1 | Stream mode
<center><span style="font-weight:bold">Table 5b</span> Data type</center>
Value | Content
---- | -------
\(00_2\) | Reserved
\(01_2\) | Data
\(10_2\) | Voice
\(11_2\) | Voice+Data
<center><span style="font-weight:bold">Table 5c</span> Encryption type</center>
Value | Content
---- | -------
\(00_2\) | None
\(01_2\) | AES
\(10_2\) | Scrambler
\(11_2\) | Other/reserved
For the encryption subtype, meaning of values depends on encryption type.
##### LSF META
The LSF META field is defined by the specific application.