Skip to content

Commit

Permalink
fix(bacnet): fix apdu unknown not consuming enough bits
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed May 27, 2022
1 parent d6af65c commit 1f7bed5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 6 deletions.
38 changes: 32 additions & 6 deletions plc4go/protocols/bacnetip/readwrite/model/APDUUnknown.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
abortReason ]
]
[APDUUnknown
[simple uint 4 unknownTypeRest ]
[array byte unknownBytes length '(apduLength>0)?(apduLength - 1):0' ]
]
]
Expand Down

0 comments on commit 1f7bed5

Please sign in to comment.