implement proper LDU2 encode/decode; implement proper HDU (Header) encode/decode

This commit is contained in:
Bryan Biedenkapp
2018-10-03 23:06:56 -04:00
parent f5a70aa6ce
commit 85bc8357aa
6 changed files with 433 additions and 108 deletions

View File

@@ -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;