Michael Zillgith
|
b909907041
|
- updated java binaries
|
6 years ago |
Michael Zillgith
|
bac41913c1
|
- Java SCL parser: Val element content for times is interpreted as UTC times
|
6 years ago |
Michael Zillgith
|
d4304e0a38
|
- IEC 61850 server: URCB will not release reservation (and owner) when RCB is disabled
|
6 years ago |
Michael Zillgith
|
4f59099c59
|
Merge branch 'v1.4' of https://github.com/mz-automation/libiec61850 into v1.4
|
6 years ago |
Michael Zillgith
|
0d5fa50947
|
- MMS client: added missing socket release when connection was not opened
|
6 years ago |
Michael Zillgith
|
60741394a3
|
- MMS server: fixed bug in obtain file service (crash when target directory doesn't exist)
|
6 years ago |
Michael Zillgith
|
8f5b501d75
|
- removed inline function declarations
|
6 years ago |
Michael Zillgith
|
f5236f84fc
|
- IEC 61850 client: convert MMS error for outstanding call limit to IedClientError
|
6 years ago |
Michael Zillgith
|
4b4a85dcc2
|
Merge branch 'v1.4' of https://github.com/mz-automation/libiec61850 into v1.4
|
6 years ago |
Michael Zillgith
|
2e9761c541
|
- IED server: cancel outstanding control tasks when client closes connection (to prevent blocking the connection for waiting time activated controls)
|
6 years ago |
Michael Zillgith
|
c2d73c3fe8
|
- fixed bug parsing OID string with space as separator
|
6 years ago |
Michael Zillgith
|
7cb69c983a
|
- additionally allow comma and space as separators in ap-titles used in API functions
|
6 years ago |
Michael Zillgith
|
daff495246
|
- MMS client/server: accept empty bit strings
|
6 years ago |
Michael Zillgith
|
8099734f11
|
- .NET API: adopted to new server side control API
|
6 years ago |
Michael Zillgith
|
6c14425ca8
|
- IEC 61850 server: refactored control model API (changed handler signatures, added ControlAction object to access origin and set addCause value, ...)
- IEC 61850 client: added ControlObjectClient_getLastError function
|
6 years ago |
Michael Zillgith
|
5a3c3ba4b3
|
- fixed client_example_reporting.c
|
6 years ago |
Michael Zillgith
|
28e2acbd33
|
- IED server: avoid dynamic memory allocation in control module
|
6 years ago |
Michael Zillgith
|
f0df571f42
|
- IED server: made code compatible with C++
|
6 years ago |
Michael Zillgith
|
a9fa07a7d4
|
- IED server: some memory optimizations in control module
|
6 years ago |
Michael Zillgith
|
544b301861
|
- .NET API: added missing native function declarations
|
6 years ago |
Michael Zillgith
|
2911781070
|
- IEC 61850 server/reporting: fixed bug when checking for invalid data set member
|
6 years ago |
Michael Zillgith
|
38d67a4e69
|
- IEC 61850 server/reporting: send access error "object-value-invalid"
when data attribute in report data set has no value
|
6 years ago |
Michael Zillgith
|
ebc71d9731
|
- IEC 61850 common: moved some internal code to better seperate
client/server side code
|
6 years ago |
Michael Zillgith
|
16c061b4df
|
- MMS server API: removed dependency from internal header file iso_server.h
|
6 years ago |
Michael Zillgith
|
5a83af9206
|
- moved mms_server.h back to public API (see github #117)
|
7 years ago |
Michael Zillgith
|
6e9a794047
|
- examples: changed SCL file extensions to reflect the correct file type
|
7 years ago |
Michael Zillgith
|
d376370aaa
|
- IEC 61850 server: control model - implemented automatic handling of opRcvd, opOk, and tOpOk when present in data object
|
7 years ago |
Michael Zillgith
|
a3c2c4652e
|
- IEC 61850 server: control model - implemented automatic handling of stSeld when present in data object
|
7 years ago |
Michael Zillgith
|
c98a2b0baa
|
- MMS server: fixed connection handling problem in multi-threaded mode
|
7 years ago |
Michael Zillgith
|
95cf87ebb4
|
- added missing Java files
|
7 years ago |
Michael Zillgith
|
994484d1a6
|
- MMS server: added semaphore for open connections map to prevent problem in multi-threaded mode
|
7 years ago |
Michael Zillgith
|
ecdbb8fcff
|
Merge branch 'v1.4' of https://github.com/mz-automation/libiec61850 into v1.4
|
7 years ago |
Michael Zillgith
|
1f144a008e
|
- fixed memory leak in ClientSVControlBlock_create
|
7 years ago |
Michael Zillgith
|
26a45a078b
|
- added error handling code to client_example_log.c
- fixed bug in ClientSVControlBlock
|
7 years ago |
Michael Zillgith
|
9f03b5d3b8
|
- fixed client_example_async to compile on Windows
|
7 years ago |
Michael Zillgith
|
0cddcb7d12
|
- MMS client: changed signature of MmsConnection_FileReadHandler
|
7 years ago |
Michael Zillgith
|
8ffbd9f265
|
- removed function MmsValue_deleteIfNotNull (now MmsValue_delete does check for NULL)
|
7 years ago |
Michael Zillgith
|
ac14a4722d
|
- integrated cmake file changes from v1.3 branch
|
7 years ago |
Michael Zillgith
|
0d2775742a
|
- IEC 61850 client: fixed problems in ClientReportControlBlock_create (see github #134)
|
7 years ago |
Michael Zillgith
|
93d8bfb19d
|
- updated CHANGELOG file
|
7 years ago |
Michael Zillgith
|
0308f87b85
|
- SV subscriber: fixed bug in function SVReceiver_enableDestAddrCheck
|
7 years ago |
Michael Zillgith
|
9f8d52005b
|
- MMS client: fixed problem when reusing connection
|
7 years ago |
Michael Zillgith
|
f2c811c7c7
|
- IedServer: fixed potential deadlock when IedServer_stop is directly called after IedServer_start
|
7 years ago |
Michael Zillgith
|
287769dcba
|
- IEC 61850 client: handle reason code correctly when report contains data with different reason code (see github #133)
|
7 years ago |
Michael Zillgith
|
b35a566145
|
- IEC 61850 server: fixed problem in report module
|
7 years ago |
Michael Zillgith
|
0dff4286aa
|
- merged latest changes to the server reporting module from 1.3 branch
- merged with 1.3 branch
|
7 years ago |
Michael Zillgith
|
0421ea2101
|
- fixed bug in windows socket abstraction
|
7 years ago |
Michael Zillgith
|
9ed1510223
|
- added function StringUtils_convertIPv6AdddressStringToByteArray
|
7 years ago |
Michael Zillgith
|
732ad79070
|
- fixed problem with read access to GCB (see github #130)
|
7 years ago |
Michael Zillgith
|
0b2d97c738
|
- COTP: added payload length validation (see github #127)
|
7 years ago |