Skip to content

Commit

Permalink
fix(bacnet): fixed several outstanding issues...
Browse files Browse the repository at this point in the history
+ fixed calculation error of payload length when a source was specified in NPDU control
+ fixed segment calculation in APDU for APDUConfirmedRequest and APDUComplexAck
+ fixed payload calculation in BACnetConfirmedServiceRequest
+ fixed payload calculation in BACnetServiceAck
+ added error detection in BACnetChannelValue, BACnetNotificationParametersChangeOfDiscreteValueNewValue and BACnetPriorityValue
+ added ugly workaround for BACnetPriorityArray
  • Loading branch information
sruehl committed May 31, 2022
1 parent 9f524b8 commit 85a9b48
Show file tree
Hide file tree
Showing 24 changed files with 1,905 additions and 1,255 deletions.
618 changes: 342 additions & 276 deletions plc4go/assets/testing/protocols/bacnet/ParserSerializerTestsuite.xml

Large diffs are not rendered by default.

65 changes: 61 additions & 4 deletions plc4go/protocols/bacnetip/readwrite/model/APDUComplexAck.go

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

65 changes: 61 additions & 4 deletions plc4go/protocols/bacnetip/readwrite/model/APDUConfirmedRequest.go

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

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

Loading

0 comments on commit 85a9b48

Please sign in to comment.