daq
daq copied to clipboard
BACnet can't handle non-segmented data
When communicating with a device during the BACnet tests, if the device does not support segmentation, the tests fails. Segmentation isn't a hard requirement for BACnet and should not be causing failures. Something in the core BACnet framework and/or the implementation in these tests needs to address this.
Abort(server=true, originalInvokeId=2, abortReason=Segmentation not supported)
Done with receive loop
Exception in thread "main" java.lang.NullPointerException
at VersionTest.checkDeviceVersion(VersionTest.java:98)
at VersionTest.checkDevicesVersionAndGenerateReport(VersionTest.java:62)
at VersionTest.discoverDevices(VersionTest.java:48)
at VersionTest.