Dmitriy Efremov
ff44c1eac5
Merge 6306f322c6 into c5acb251b7
1 year ago
Dmitrii Efremov
6306f322c6
Fixing bugs
...
1. Fixing wrong maxNumBits for BdaReasonForInclusion.
2. Fixing bug in acceptable values in optional field for ReportControlBlock.
These bugs lead client to break connection.
1 year ago
Stefan Feuerhahn
c5acb251b7
Merge branch 'master' of github.com:beanit/openiec61850
3 years ago
Stefan Feuerhahn
0d652ed0d0
updated windows batch script to work with Java 17
3 years ago
sfeuerhahn
0508da4073
Merge pull request #35 from SteffenBrauns/patch-1
...
Bugfix NPE in ClientAssociation#close()
3 years ago
SteffenBrauns
6d8859f6f6
Bugfix NPE in ClientAssociation#close()
...
Added null check for reportListener
3 years ago
sfeuerhahn
f9f34cde0c
Merge pull request #23 from pavel-ch/master
...
ClientAssociation: store servicesSupported from InitiateResponsePDU for a later access
5 years ago
pavel-ch
fa62271c46
Merge branch 'master' of https://github.com/beanit/iec61850bean
5 years ago
pavel-ch
cb903a3f61
ClientAssociation: storing servicesSupported from InitiateResponsePDU for a later access
5 years ago
Stefan Feuerhahn
77c7b009b4
removed unnecessary setters, removed exposing proposedParameterCbbBitString
5 years ago
Matthias Kruse
e0770f03e6
reverted change of other commit
5 years ago
Matthias Kruse
ef06aea374
fixed #10
5 years ago
Matthias Kruse
0afb4f56a1
fixes #18
5 years ago
Stefan Feuerhahn
eccb578588
updated errorprone version to 2.5.1
5 years ago
Stefan Feuerhahn
1f01fcac02
enhanced SequenceNumber class
5 years ago
Stefan Feuerhahn
05d75db9db
upgraded gradle plugin dependency versions and java dependency versions
5 years ago
Stefan Feuerhahn
cd11b7c9ff
fixed setting reportTimestamp field in OptFlds class, thanks to Krzysztof Pasierbski
5 years ago
Stefan Feuerhahn
24cee0d77e
removed unnecessary files from gradle tar task
6 years ago
Stefan Feuerhahn
fc8ec39ed9
set version to 1.9.1-SNAPSHOT
6 years ago
Stefan Feuerhahn
fef09d40c8
release v1.9.0
6 years ago
Stefan Feuerhahn
48531ffd8d
windows run scripts now support white space in paths
6 years ago
Stefan Feuerhahn
b3e45e0f16
minor format fix
6 years ago
Stefan Feuerhahn
69a1c96c04
updated changelog
6 years ago
Stefan Feuerhahn
792afe0ce8
removed code smells detected by IntelliJ and Error Prone SCA, removed the GUI's jcalendar dependency
6 years ago
Stefan Feuerhahn
6c89bb3639
added error prone SCA plugin to gradle build file
6 years ago
Stefan Feuerhahn
49a6743e50
updated gradle wrapper to v6.5
6 years ago
Stefan Feuerhahn
63db1782d1
combined asn1 compile scripts
6 years ago
Stefan Feuerhahn
667ae70c35
regenerated asn1/ber classes with newest asn1bean compiler
6 years ago
Stefan Feuerhahn
f416a33418
renamed OpenIEC61850 to IEC61850bean
6 years ago
Stefan Feuerhahn
75ad0eb76c
updated build plugins/dependencies: spotless, bnd, junit, archunit
6 years ago
Stefan Feuerhahn
066a034c49
further improved support for white space in parameter
6 years ago
Stefan Feuerhahn
8e4a1b0f81
added quotes around in bash scripts to allow for white spaces in parameter paths
6 years ago
Stefan Feuerhahn
d7d87c6004
switched to newest snapshot of jasn1 which was renamed to asn1bean
6 years ago
Stefan Feuerhahn
e37e072144
removed redundant repository declaration in build script
6 years ago
Stefan Feuerhahn
92705822d6
moved HexConverter to internal package and renamed it to HexString
6 years ago
Stefan Feuerhahn
7552c59319
fixed compile bug introduced in latest fix to reset data sets in the scl parser
6 years ago
Stefan Feuerhahn
9b7e830559
minor code clean up
6 years ago
Stefan Feuerhahn
983fbbddb4
Merge branch 'master' of github.com:beanit/openiec61850
6 years ago
Stefan Feuerhahn
9fc7d2376c
added eclipse output dirs bin/main and bin/test to gitignore, and ignore them when creating tar file
6 years ago
sfeuerhahn
fb6dded6c9
Merge pull request #11 from MoheyEl-DinBadr/patch-1
...
fix parsing multiple IEDs in SCL file by clearing data set map
6 years ago
MoheyEl-DinBadr
10dd18750a
Update SclParser.java
...
The library has a problem of importing a whole SCD file which consists of several IEDs and that is because The dataSets Map is not cleared between switching of creating the next ServerModel of next IED.
6 years ago
Stefan Feuerhahn
cbac75d770
added first ArchUnit test
6 years ago
Stefan Feuerhahn
42e855fce6
converted gradle build file from groovy dsl to kotlin dsl
6 years ago
Stefan Feuerhahn
d1237d2e45
removed itest source set
6 years ago
Stefan Feuerhahn
476bed5898
renamed thread factory
6 years ago
Stefan Feuerhahn
9d01e8b867
minor update to gradle version
6 years ago
Stefan Feuerhahn
193e76209e
minor updated in general build script
6 years ago
Stefan Feuerhahn
c7c69b6294
moved jar config in afterEvaluate
6 years ago
Stefan Feuerhahn
7c4961db5f
changed gradle to insert automatic module name into manifest file and to link generated javadoc to java se 8
6 years ago
Stefan Feuerhahn
9aa85d1a90
converted junit 4 tests to junit 5 tests
6 years ago