Michael Zillgith
|
7de010e1f5
|
- started to implemente server side read journal handling
|
9 years ago |
Michael Zillgith
|
442c30d79f
|
Merge branch 'master' into logging
|
9 years ago |
Michael Zillgith
|
6c306870e9
|
Merge branch 'python-bindings'
|
9 years ago |
Michael Zillgith
|
29b9e46697
|
- added function MmsConnection_getMmsConnectionParameters
|
9 years ago |
Michael Zillgith
|
2d753f3b24
|
- added static model generation for LogCBs and Logs
- added MMS data model for LCBs
- server: MMS getNameList now supports journals
|
9 years ago |
Michael Zillgith
|
fb49549f66
|
- added Log data structure
|
9 years ago |
Michael Zillgith
|
6d03f18748
|
- started to implement MMS journals server side
|
9 years ago |
Michael Zillgith
|
956deaf958
|
- MMS client: added support to read domain specific journals from server: MmsConnection_getDomainJournals
|
9 years ago |
Michael Zillgith
|
ab9ad2dcf2
|
- added added LogControlBlock data structure
|
9 years ago |
Michael Zillgith
|
842331322a
|
- removed mms_access_result.h
|
9 years ago |
Michael Zillgith
|
3eca0d62c5
|
- added code to deserialize an BER encoded MMS data element into a MmsValue instance
|
9 years ago |
Michael Zillgith
|
03f43b795f
|
- fixed initialization problem with uninitialized integer values
|
9 years ago |
Michael Zillgith
|
2f8e011a0f
|
- fixed initialization problem with uninitialized integer values
|
9 years ago |
Michael Zillgith
|
ff093198e9
|
- cleanup; optimization
|
10 years ago |
Michael Zillgith
|
27a74db4d8
|
- fixed problem with max PDU size for GetFileDirectory service
|
10 years ago |
Michael Zillgith
|
eab59b8ae8
|
- small code cleanup
|
10 years ago |
Michael Zillgith
|
78b9e4796a
|
- get file-service implementation from master
|
10 years ago |
Michael Zillgith
|
40ed2cea6f
|
Merge branch 'pavotek' of mz-automation.de:libiec61850-all into pavotek
Conflicts:
src/mms/iso_mms/server/mms_file_service.c
src/vs/libiec61850-wo-goose.def
src/vs/libiec61850.def
|
10 years ago |
Michael Zillgith
|
374bfa03d4
|
- extended file service and mms_utility
|
10 years ago |
Michael Zillgith
|
44a4336deb
|
- changed signature of IedConnection_deleteDataSet, MmsConnection_deleteAssociationSpecificNamedVariableList, MmsConnection_deleteNamedVariableList. added boolean return value to indicate if data set/named variable list has been deleted.
- increased version number to 0.9.1
|
10 years ago |
Michael Zillgith
|
5261378603
|
- added CONFIG_IEC61850_EDITION_1 configuration option
- removed "Owner" from RCBs for edition 1 builds
|
10 years ago |
Michael Zillgith
|
44b94f0df0
|
- fixed signed integer encoding problem for frsmId in fileClose client service
|
10 years ago |
Michael Zillgith
|
6ceecd426f
|
- fixed encoding problem with negative frsmId in client file read service
|
10 years ago |
Michael Zillgith
|
7a8bd5dabe
|
- allow 16 octet ISO session selector in C code
|
10 years ago |
Michael Zillgith
|
d54301fa09
|
- added c++ header to goose/sv publisher
- fixed problem in GetFileDirectory-service with a single file as parameter
|
10 years ago |
Michael Zillgith
|
96096b7f75
|
- fixed problem with getFileDirectory-service with a single file as argument - test case Ft4 (ed.1)
|
10 years ago |
Michael Zillgith
|
e1a9b6a852
|
- prepared for 0.9 release
|
10 years ago |
Michael Zillgith
|
5637f837a3
|
- fixed bug related to test case SrvN1c: GetDataDirectory returns wrong variable specification for non-existent sub variable e.g. Mod.ctlModel.XYZ
|
10 years ago |
Michael Zillgith
|
8372540650
|
- added using of select to multi-threaded server configuration
|
10 years ago |
Michael Zillgith
|
833765bbb2
|
- fixed performance problem (removed Thread_sleep()) for single and multithreaded server
|
10 years ago |
Michael Zillgith
|
ecf64277a8
|
- fixed bug in server side file directory service with nested directory structure
- mms_utility: added read file directory feature
|
10 years ago |
Michael Zillgith
|
9e626d58b8
|
- added java based modelviewer tool
|
10 years ago |
Michael Zillgith
|
91d122fd51
|
- RCBs support for VMD scope datasets
- Client support for VMD scope datasets
|
10 years ago |
Michael Zillgith
|
b9c520240a
|
- added support for VMD scope named variable lists
|
10 years ago |
Michael Zillgith
|
c0174f9f38
|
- added SV subscriber and example
|
10 years ago |
Michael Zillgith
|
c3dace4150
|
- fixed problem in MmsValue_printToBuffer
- extended ClientControlBlock
|
10 years ago |
Michael Zillgith
|
0193902da1
|
- M/U SVCB implementation WIP
- added example project for IEC 61850-9-2 LE
|
10 years ago |
Michael Zillgith
|
4a4291314e
|
- updated CHANGELOG file for release 0.8.7
|
10 years ago |
Michael Zillgith
|
fbd253d46d
|
- made new sorting algorithm for getNameList reponse configurable
|
10 years ago |
Michael Zillgith
|
44ad37b04c
|
- changed sorting algorithm for getNameList reponse
|
10 years ago |
Michael Zillgith
|
9896742d12
|
- added support for sorted getNameList reponse (can be switched off by setting CONFIG_MMS_SORT_NAME_LIST to 0)
|
10 years ago |
Michael Zillgith
|
386d2acd32
|
- .NET API: added methods GetEntryID/SetEntryID to ReportControlBlock
- client API: added function ClientReport_getDataSetName
- common API: added function MmsValue_getStringSize
- API: changed some char* to const char*
|
10 years ago |
Michael Zillgith
|
947b4a0cd5
|
- fixed problem with SqNum (INT8U/INT16U) in RCBs and reports
- started to implement sorting algorithm for getNameList
|
10 years ago |
Michael Zillgith
|
64199f791c
|
- changed ControlObjectClient_create function: doesn't read "Oper" and uses GetVarSpec instead of GetNameList service
|
10 years ago |
Michael Zillgith
|
5485b62ae0
|
- code cleanup
|
10 years ago |
Michael Zillgith
|
b0e8a6331b
|
- fixed some problems in server side file directory service
|
10 years ago |
Michael Zillgith
|
e0a60e6591
|
- added missing error evaluation in client getNameList service
|
10 years ago |
Michael Zillgith
|
2daa5fdec4
|
- changed server side getFileDirectory service to return flat file directory
|
10 years ago |
Michael Zillgith
|
0bc0fd94ed
|
- fixed bug in get name list service when client sends wrong domain name
|
10 years ago |
Michael Zillgith
|
6ad3c4b17e
|
Merge branch 'master' into pavo_changes
Conflicts:
tools/model_generator/genconfig.jar
tools/model_generator/genmodel.jar
|
10 years ago |