mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-25 20:37:33 +00:00
feat(dmr): decode full link control
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user