This is an automated email from the ASF dual-hosted git repository.
ldywicki pushed a change to branch feature/profinet2
in repository https://gitbox.apache.org/repos/asf/plc4x.git.
from d8ddeb6 Fix troubles with padding, yet not perfect.
new b490038 Use latest SNAPSHOT version to support JMPS
new a502f54 Re-organize tests to match implementation #PLC4X-286
new efaff9e Add more PN_DCP constants without implementation
new 7d0fe2b Support for tagged ethernet frames.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../protocols/profinet/profinet.dcp.mspec | 92 +++++++--
sandbox/test-java-profinet-driver/pom.xml | 3 +
.../java/profinet/dcp/ProfinetDCPPlcDriver.java | 8 +-
.../java/profinet/dcp/field/ProfinetDcpField.java | 5 +-
.../dcp/protocol/ProfinetDCPProtocolLogic.java | 126 ++++++++++--
.../protocol/ProfinetDCPSubscriptionHandle.java | 54 +++++
.../test/resources/testsuite/ProfinetDCPBlock.xml | 112 ++++++-----
.../test/resources/testsuite/ProfinetDCPFrame.xml | 220 ++++++++++-----------
8 files changed, 421 insertions(+), 199 deletions(-)
copy
plc4j/api/src/test/java/org/apache/plc4x/java/mock/DuplicateMockDriver.java =>
sandbox/test-java-profinet-driver/src/main/java/org/apache/plc4x/java/profinet/dcp/field/ProfinetDcpField.java
(84%)
create mode 100644
sandbox/test-java-profinet-driver/src/main/java/org/apache/plc4x/java/profinet/dcp/protocol/ProfinetDCPSubscriptionHandle.java