feat(dmr): decode full link control

This commit is contained in:
2026-07-14 18:51:19 +03:00
parent 23596d0565
commit e0e74b5337
4 changed files with 424 additions and 7 deletions
+1
View File
@@ -3597,6 +3597,7 @@ begin
if S.CACHValid then Details := Format(' TS%d', [S.Slot + 1]);
if S.SlotTypeValid then
Details := Details + Format(' CC%d/DT%d', [S.ColorCode, S.DataType]);
if S.LinkControlValid then Details := Details + Format(' TG%d', [S.TargetID]);
Result := Format('DMR %s%s%s #%d',
[TDMRDecoder.SyncKindName(S.SyncKind), Details, Inv,
S.SyncCount]);