mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
implement proper LDU2 encode/decode; implement proper HDU (Header) encode/decode
This commit is contained in:
parent
f5a70aa6ce
commit
85bc8357aa
6 changed files with 433 additions and 108 deletions
|
|
@ -55,6 +55,8 @@ const unsigned int P25_PDU_FEC_LENGTH_BITS = P25_PDU_FEC_LENGTH_BYTES
|
|||
|
||||
const unsigned int P25_MI_LENGTH_BYTES = 9U;
|
||||
|
||||
const unsigned char P25_ALGO_UNENCRYPT = 0x81U;
|
||||
|
||||
const unsigned char P25_LCF_GROUP = 0x00U;
|
||||
const unsigned char P25_LCF_PRIVATE = 0x03U;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue