Progress on P25 data.

This commit is contained in:
Jonathan Naylor
2018-01-04 21:17:34 +00:00
parent c8c9332b04
commit 4665d590f8
9 changed files with 644 additions and 8 deletions

View File

@@ -38,6 +38,9 @@ const unsigned int P25_NID_LENGTH_BITS = P25_NID_LENGTH_BYTES * 8U;
const unsigned char P25_SYNC_BYTES[] = {0x55U, 0x75U, 0xF5U, 0xFFU, 0x77U, 0xFFU};
const unsigned char P25_SYNC_BYTES_LENGTH = 6U;
const unsigned int P25_SYNC_BITS_LENGTH = P25_SYNC_BYTES_LENGTH * 8U;
const unsigned int P25_MAX_PDU_COUNT = 10U;
const unsigned int P25_MI_LENGTH_BYTES = 9U;