@@ -29,6 +29,7 @@ This package provides way to parse and assemble various DMR ETSI protocols and f
2929| Block Product Turbo Code (196,96) | ✅ | ✅ |
3030| Variable length BPTC (BPTC 128,72) | ✅ | ✅ |
3131| Variable length BPTC (BPTC 68,28) for CACH/Short LC | ✅ | ✅ |
32+ | Variable length BTPC (BPTC 32,11) for Single-Burst | ✅ | ✅ |
3233
3334### CRC (Cyclic Redundancy Check) and Checksums
3435
@@ -42,15 +43,18 @@ This package provides way to parse and assemble various DMR ETSI protocols and f
4243
4344### ETSI PDUs (Protocol Data Units)
4445
45- | Name | Encoding / Decoding | Description |
46- | -----------------| :-------------------:| ----------------------------------------------------------------------------------------------------------------------------|
47- | CSBK | ✅ | Control Signalling Block, namely: BS Outbound Activation, Unit-Unit Request/Answer, Negative ACK, Preamble, Channel Timing |
48- | EMB | ✅ | Embedded Signalling |
49- | FULL LC | ✅ | Full Link Control, namely: Group Voice, Unit-Unit, Talker Alias (header + blocks1,2,3), GPSInfo, Terminator with LC |
50- | SHORT LC | ✅ | Short Link Control, namely: Activity, Null |
51- | SLOT | ✅ | Slot Type |
52- | SYNC | ✅ | Synchronization patterns |
53- | Data Header | ✅ | Confirmed/Unconfirmed, Response, Defined Short Data |
46+ | Name | Encoding / Decoding | Description |
47+ | ---------------| :-------------------:| ----------------------------------------------------------------------------------------------------------------------------|
48+ | CSBK | ✅ | Control Signalling Block, namely: BS Outbound Activation, Unit-Unit Request/Answer, Negative ACK, Preamble, Channel Timing |
49+ | EMB | ✅ | Embedded Signalling |
50+ | FULL LC | ✅ | Full Link Control, namely: Group Voice, Unit-Unit, Talker Alias (header + blocks1,2,3), GPSInfo, Terminator with LC |
51+ | SHORT LC | ✅ | Short Link Control, namely: Activity, Null |
52+ | SLOT | ✅ | Slot Type |
53+ | SYNC | ✅ | Synchronization patterns |
54+ | Data Header | ✅ | Confirmed/Unconfirmed, Response, Defined Short Data |
55+ | PI Header | ✅ | Privacy (PI) Header, without further understanding of transported data |
56+ | Rate 1/2 Data | ✅ | Rate 1/2 data (confirmed and unconfirmed) and last block data (confirmed and unconfirmed) |
57+ | Rate 3/4 Data | ✅ | Rate 3/4 data (confirmed and unconfirmed) and last block data (confirmed and unconfirmed) |
5458
5559### ETSI Information Elements
5660
0 commit comments