Michael Zillgith
|
210cf30897
|
- fixed - GOOSE subscriber is not processing octet string when longer than the one received at first time (LIB61850-232)
|
4 years ago |
Michael Zillgith
|
77e8144348
|
- removed empty lines
|
4 years ago |
Michael Zillgith
|
d7b48a891e
|
- updated cmake minimum version requirement to 3.5.1
|
4 years ago |
Michael Zillgith
|
cb78c0e403
|
- updated documentation
|
4 years ago |
Michael Zillgith
|
398b14e65f
|
- added null pointer protection to some constructors/destructors
|
4 years ago |
Michael Zillgith
|
8aa988068c
|
- MacOS thread layer: replaced semaphore by mutex
|
4 years ago |
Michael Zillgith
|
d40b359292
|
- updated windows socket implementation; fixed Socket_checkAsyncConnectState function
|
4 years ago |
Michael Zillgith
|
1f2da92626
|
- fixed position range check in MmsValue_getOctetStringOctet
|
4 years ago |
Michael Zillgith
|
ec1678e88a
|
- fixed bug in length calculation for abort PPDU
|
4 years ago |
Michael Zillgith
|
c838255c1e
|
Merge pull request #367 from cedricboudinet/svsub_getSmpSynch_v1.5
adding SVSubscriber_ASDU_getSmpSynch to v1.5
|
4 years ago |
Michael Zillgith
|
457b43a6e7
|
- updated CHANGELOG
|
4 years ago |
Michael Zillgith
|
c210e086cd
|
- .NET API: fix problem with garbage collected delegates for async
client control functions (LIB61850-301)
|
4 years ago |
Michael Zillgith
|
c7b554beb3
|
- updated static model files for beaglebone demo
|
4 years ago |
Michael Zillgith
|
f7f3c2ae8f
|
- fixed vulnerability of GOOSE subscriber to malformed messages (LIB61850-304)
|
4 years ago |
Michael Zillgith
|
19c617c4f3
|
- updated version to 1.5.1
|
4 years ago |
Michael Zillgith
|
cfa94cbf10
|
- fixed - Bug in presentation layer parser can cause infinite loop (LIB61850-302)
|
4 years ago |
Michael Zillgith
|
96e93c4be3
|
- fixed compilation problem with option CONFIG_MMS_THREADLESS_STACK
|
4 years ago |
Michael Zillgith
|
2092f42f80
|
- .NET wrapper: fixed problems with garbage collected delegates for async client functions (LIB61850-301)
|
4 years ago |
Michael Zillgith
|
a82964bd66
|
- fixed - TPKT error when connection is interrupted during message reception (LIB61850-299)
|
4 years ago |
Michael Zillgith
|
5d1f66d7e6
|
- .NET API: Fixed bug in IedConnection.GetFileAsync
|
4 years ago |
Michael Zillgith
|
824c9ad5dd
|
Merge branch 'v1.5_feature_274' into v1.5
|
4 years ago |
Michael Zillgith
|
f98c1a956d
|
- handle presentation layer data messages with transfer-syntax-name
|
4 years ago |
Michael Zillgith
|
56847ec171
|
- removed field in ReportControl
|
4 years ago |
Michael Zillgith
|
a7362928f4
|
- added semaphore for server side RCB value access
|
4 years ago |
Michael Zillgith
|
c3191b2864
|
- .NET API: added additional properties for Server.ReportControlBlock
|
4 years ago |
Michael Zillgith
|
e06b485258
|
- ensure RESERVED event before ENABLE event
|
4 years ago |
Michael Zillgith
|
81b26f1cb6
|
- added more ReportControlBlock methods
|
4 years ago |
Michael Zillgith
|
b374644d30
|
- added functions Timestamp_fromMmsValue and Quality_toMmsValue
|
4 years ago |
Michael Zillgith
|
b27681f408
|
- implemented GET_PARAMETER event for IedServer_RCBEventHandler
- implemented additional access functions for ReportControlBlock to allow access to runtime values
|
4 years ago |
Michael Zillgith
|
d036b09712
|
- added .NET wrapper for RCBEventHandler
|
4 years ago |
Michael Zillgith
|
94563cb9f6
|
- additional methods for ReportControlBlock
|
4 years ago |
Michael Zillgith
|
83e21e207b
|
- added additional events for IedServer_RCBEventHandler
|
4 years ago |
Michael Zillgith
|
88148f39ac
|
- added IedServer_RCBEventHandler
|
4 years ago |
Michael Zillgith
|
d5ec52ef78
|
- mms client: improved locking for outstanding calls
|
4 years ago |
Michael Zillgith
|
8c55ff636d
|
- made server report reservation compatible with Ed. 2.1 (LIB61850-293)
|
4 years ago |
Michael Zillgith
|
aaf893da34
|
- fixed - UBRB: library can't work at the same time with URCB with preconfigured client and URCB without preconfigured client (LIB61850-292)(#355)
|
4 years ago |
Michael Zillgith
|
32087c47de
|
- fix - server crashes when presentation message has no user data (LIB61850-291)(#368)
|
4 years ago |
Cedric Boudinet
|
20b99b4ef3
|
adding SVSubscriber_ASDU_getSmpSynch to v1.5
|
4 years ago |
Michael Zillgith
|
8918a442e0
|
- removed some warnings in reporting.c
|
4 years ago |
Michael Zillgith
|
8eeb6f06b3
|
- MMS server: query log service returns services error instead of reject message when log does not exist (LIB61850-290)
|
4 years ago |
Michael Zillgith
|
de27a6388d
|
- removed some compiler warnings in sqlite log storage driver
|
4 years ago |
Michael Zillgith
|
92a3b7668d
|
- .NET API: added MmsValue.SetOctetStringOctet and MmsValue.GetOctetStringOctet
- added positiion paramter validation for MmsValue_setOctetStringOctet
|
4 years ago |
Michael Zillgith
|
9d4fb692fe
|
Merge pull request #358 from mbourhis/add-get-set-for-each-OctetString-octet
MmsValue: add 'get' and 'set' for each octet of OctetString
|
4 years ago |
Michael Zillgith
|
01b1f96590
|
Merge branch 'v1.5_feature_260' into v1.5
|
4 years ago |
Michael Zillgith
|
0dc79d4dd8
|
- .NET API: Added functions for IedConnction - CreateDataSetAsync, DeleteDataSetAsync, GetDataSetDirectoryAsync (LIB61850-260)
|
4 years ago |
Michael Zillgith
|
36c65bd2e2
|
- IedConnection: Add function IedConnection_getDataSetDirectoryAsync
|
4 years ago |
Michael Zillgith
|
7ac0ccc7b6
|
- ISO server: create new open client connections list when restarting
|
4 years ago |
Michael Zillgith
|
93d8dfc856
|
- reporting.c: fixed report entry counter and assert problems
- IED server: disactivate all RCB instances when stopping the server
|
4 years ago |
Mikael Bourhis
|
7861582621
|
MmsValue: add 'get' and 'set' for each octet of OctetString
|
4 years ago |
Michael Zillgith
|
434b9f59b7
|
- fixed - IED server: crash during invalid control access - FC=CO on invalid layer (LIB61850-282)
|
4 years ago |